mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
i386: express dependencies with Kconfig
This way, the default-configs file only need to specify the boards and any optional devices. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <20190123065618.3520-37-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
a7e2315907
commit
02017ee385
8 changed files with 72 additions and 40 deletions
|
@ -27,10 +27,14 @@ config PCI_SABRE
|
|||
|
||||
config PCI_PIIX
|
||||
bool
|
||||
select PCI
|
||||
select PAM
|
||||
select ISA_BUS
|
||||
|
||||
config PCI_EXPRESS_Q35
|
||||
bool
|
||||
select PCI_EXPRESS
|
||||
select PAM
|
||||
|
||||
config PCI_EXPRESS_GENERIC_BRIDGE
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue