diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-23 14:56:10 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | 02017ee385ef574133c4a978d368640772978178 (patch) | |
tree | c5f1fd1587439b76e86c584b408b579d85233fb1 /hw/pci-host | |
parent | a7e23159074c9d774fb1e88357b778994a0c9365 (diff) | |
download | qemu-02017ee385ef574133c4a978d368640772978178.zip qemu-02017ee385ef574133c4a978d368640772978178.tar.gz qemu-02017ee385ef574133c4a978d368640772978178.tar.bz2 |
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>
Diffstat (limited to 'hw/pci-host')
-rw-r--r-- | hw/pci-host/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/pci-host/Kconfig b/hw/pci-host/Kconfig index c01812a..ff4080c 100644 --- a/hw/pci-host/Kconfig +++ b/hw/pci-host/Kconfig @@ -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 |