mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
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:
parent
c3a98aa54c
commit
8f01b41e10
5 changed files with 15 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue