summary refs log tree commit diff stats
path: root/hw/ide/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ide/Kconfig')
-rw-r--r--hw/ide/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/ide/Kconfig b/hw/ide/Kconfig
index ab47b6a7a3..5d9106b1ac 100644
--- a/hw/ide/Kconfig
+++ b/hw/ide/Kconfig
@@ -44,9 +44,13 @@ config MICRODRIVE
 
 config AHCI
     bool
+    select IDE_QDEV
+
+config AHCI_ICH9
+    bool
     default y if PCI_DEVICES
     depends on PCI
-    select IDE_QDEV
+    select AHCI
 
 config IDE_SII3112
     bool