diff options
Diffstat (limited to 'hw/ide/Kconfig')
-rw-r--r-- | hw/ide/Kconfig | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/hw/ide/Kconfig b/hw/ide/Kconfig index 6dfc5a2..b55507b 100644 --- a/hw/ide/Kconfig +++ b/hw/ide/Kconfig @@ -43,12 +43,6 @@ config IDE_VIA bool select IDE_PCI -config MICRODRIVE - bool - select IDE_BUS - select IDE_DEV - depends on PCMCIA - config AHCI bool select IDE_BUS @@ -60,6 +54,10 @@ config AHCI_ICH9 depends on PCI select AHCI +config AHCI_SYSBUS + bool + select AHCI + config IDE_SII3112 bool select IDE_PCI |