From b73a8bd015484ca8290f90bff2913915e67db9a6 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 18 Jun 2021 14:52:00 +0200 Subject: features/ata/ata_piix_y: Add new fragment This will be leveraged by the Enea Edge VNF guest kernel to enable inbuilt support for Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA, required for early probing of cloud-init NoCloud datasource attached as CDROM. Change-Id: If7e595d034d5bc6b0c82f6845e79af34a1c6ac99 Signed-off-by: Alexandru Avadanii --- features/ata/ata_piix_y.cfg | 1 + features/ata/ata_piix_y.scc | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 features/ata/ata_piix_y.cfg create mode 100644 features/ata/ata_piix_y.scc diff --git a/features/ata/ata_piix_y.cfg b/features/ata/ata_piix_y.cfg new file mode 100644 index 0000000..04e31e9 --- /dev/null +++ b/features/ata/ata_piix_y.cfg @@ -0,0 +1 @@ +CONFIG_ATA_PIIX=y diff --git a/features/ata/ata_piix_y.scc b/features/ata/ata_piix_y.scc new file mode 100644 index 0000000..03cc06e --- /dev/null +++ b/features/ata/ata_piix_y.scc @@ -0,0 +1,4 @@ +define KFEATURE_DESCRIPTION "Enable ATA PIIX support" +define KFEATURE_COMPATIBILITY all + +kconf hardware ata_piix_y.cfg -- cgit v1.2.3-54-g00ecf