ide: express dependencies with Kconfig

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190123065618.3520-29-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2019-01-23 14:56:02 +08:00
parent c3a98aa54c
commit 8f01b41e10
5 changed files with 15 additions and 7 deletions

View file

@ -3,33 +3,48 @@ config IDE_CORE
config IDE_QDEV
bool
select IDE_CORE
config IDE_PCI
bool
select IDE_CORE
config IDE_ISA
bool
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
select IDE_QDEV
config IDE_SII3112
bool
select IDE_PCI
select IDE_QDEV