diff options
Diffstat (limited to 'hw/ide/Kconfig')
-rw-r--r-- | hw/ide/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/ide/Kconfig b/hw/ide/Kconfig index fe27705..246e27b 100644 --- a/hw/ide/Kconfig +++ b/hw/ide/Kconfig @@ -7,6 +7,7 @@ config IDE_QDEV config IDE_PCI bool + depends on PCI select IDE_CORE config IDE_ISA @@ -42,6 +43,8 @@ config MICRODRIVE config AHCI bool + default y if PCI_DEVICES + depends on PCI select IDE_QDEV config IDE_SII3112 |