Enabling the ATA_BMDMA re-enables ATA_PIIX which was getting disabled

Signed-off-by: Saul Wold <s...@linux.intel.com>
---
 meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg 
b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
index 7160843..0b82190 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
+++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg
@@ -5,7 +5,8 @@ CONFIG_PCI_MSI=y
 CONFIG_ATA=y
 CONFIG_ATA_ACPI=y
 CONFIG_ATA_SFF=y
-CONFIG_ATA_PIIX=y
+CONFIG_ATA_BMDMA=y
+CONFIG_ATA_PIIX=m
 
 CONFIG_INPUT=y
 CONFIG_INPUT_MOUSEDEV=y
-- 
2.1.0

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to