mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 21:40:49 +00:00
2a406e38e6
The Microdrive Compact Flash can be plugged on a PCMCIA bus. Express the dependency using the 'depends on' Kconfig expression. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20210424222057.3434459-3-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
60 lines
763 B
Plaintext
60 lines
763 B
Plaintext
config IDE_CORE
|
|
bool
|
|
|
|
config IDE_QDEV
|
|
bool
|
|
select IDE_CORE
|
|
|
|
config IDE_PCI
|
|
bool
|
|
depends on PCI
|
|
select IDE_CORE
|
|
|
|
config IDE_ISA
|
|
bool
|
|
depends on ISA_BUS
|
|
select IDE_QDEV
|
|
|
|
config IDE_PIIX
|
|
bool
|
|
select IDE_PCI
|
|
select IDE_QDEV
|
|
|
|
config IDE_CMD646
|
|
bool
|
|
select IDE_PCI
|
|
select IDE_QDEV
|
|
|
|
config IDE_MACIO
|
|
bool
|
|
select IDE_QDEV
|
|
|
|
config IDE_MMIO
|
|
bool
|
|
select IDE_QDEV
|
|
|
|
config IDE_VIA
|
|
bool
|
|
select IDE_PCI
|
|
select IDE_QDEV
|
|
|
|
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 AHCI
|
|
|
|
config IDE_SII3112
|
|
bool
|
|
select IDE_PCI
|
|
select IDE_QDEV
|