]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ide/Kconfig
Merge tag 'pull-vfio-20240129' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / hw / ide / Kconfig
index 246e27b9e8dc3ea986d044ea6ae393075f71b013..dd85fa3619f98b2c26a0b5550bec1fc600270c9e 100644 (file)
@@ -8,10 +8,11 @@ config IDE_QDEV
 config IDE_PCI
     bool
     depends on PCI
-    select IDE_CORE
+    select IDE_QDEV
 
 config IDE_ISA
     bool
+    depends on ISA_BUS
     select IDE_QDEV
 
 config IDE_PIIX
@@ -40,12 +41,17 @@ config IDE_VIA
 config MICRODRIVE
     bool
     select IDE_QDEV
+    depends on PCMCIA
 
 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