qemu-patch-raspberry4/hw/ide/Kconfig
Paolo Bonzini a7e2315907 isa: express dependencies with kconfig
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <20190123065618.3520-36-yang.zhong@intel.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-03-07 21:45:53 +01:00

55 lines
698 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
config AHCI
bool
default y if PCI_DEVICES
depends on PCI
select IDE_QDEV
config IDE_SII3112
bool
select IDE_PCI
select IDE_QDEV