mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host Bridge
Add the XEN_IGD_PASSTHROUGH Kconfig option. Xen build has that option selected by default. Non-Xen builds now have to select this feature manually. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20191209095002.32194-7-philmd@redhat.com> Acked-by: Paul Durrant <paul@xen.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1401897cd1
commit
3066573ee5
@ -1,6 +1,11 @@
|
||||
config PAM
|
||||
bool
|
||||
|
||||
config XEN_IGD_PASSTHROUGH
|
||||
bool
|
||||
default y
|
||||
depends on XEN && PCI_I440FX
|
||||
|
||||
config PREP_PCI
|
||||
bool
|
||||
select PCI
|
||||
|
@ -14,7 +14,7 @@ common-obj-$(CONFIG_VERSATILE_PCI) += versatile.o
|
||||
common-obj-$(CONFIG_PCI_SABRE) += sabre.o
|
||||
common-obj-$(CONFIG_FULONG) += bonito.o
|
||||
common-obj-$(CONFIG_PCI_I440FX) += i440fx.o
|
||||
common-obj-$(CONFIG_PCI_I440FX) += xen_igd_pt.o
|
||||
common-obj-$(CONFIG_XEN_IGD_PASSTHROUGH) += xen_igd_pt.o
|
||||
common-obj-$(CONFIG_PCI_EXPRESS_Q35) += q35.o
|
||||
common-obj-$(CONFIG_PCI_EXPRESS_GENERIC_BRIDGE) += gpex.o
|
||||
common-obj-$(CONFIG_PCI_EXPRESS_XILINX) += xilinx-pcie.o
|
||||
|
Loading…
Reference in New Issue
Block a user