mirror of https://gitee.com/openkylin/qemu.git
hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge
Ease the kconfig selection by introducing CONFIG_PCI_BONITO to select the Bonito North Bridge. Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: <20200510210128.18343-6-f4bug@amsat.org> Reviewed-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
97eeef8aee
commit
abc82de356
|
@ -43,6 +43,7 @@ config JAZZ
|
|||
|
||||
config FULONG
|
||||
bool
|
||||
select PCI_BONITO
|
||||
|
||||
config MIPS_CPS
|
||||
bool
|
||||
|
|
|
@ -55,3 +55,7 @@ config PCI_EXPRESS_DESIGNWARE
|
|||
bool
|
||||
select PCI_EXPRESS
|
||||
select MSI_NONBROKEN
|
||||
|
||||
config PCI_BONITO
|
||||
select PCI
|
||||
bool
|
||||
|
|
|
@ -12,7 +12,7 @@ common-obj-$(CONFIG_PPCE500_PCI) += ppce500.o
|
|||
common-obj-$(CONFIG_VERSATILE_PCI) += versatile.o
|
||||
|
||||
common-obj-$(CONFIG_PCI_SABRE) += sabre.o
|
||||
common-obj-$(CONFIG_FULONG) += bonito.o
|
||||
common-obj-$(CONFIG_PCI_BONITO) += bonito.o
|
||||
common-obj-$(CONFIG_PCI_I440FX) += i440fx.o
|
||||
common-obj-$(CONFIG_XEN_IGD_PASSTHROUGH) += xen_igd_pt.o
|
||||
common-obj-$(CONFIG_PCI_EXPRESS_Q35) += q35.o
|
||||
|
|
Loading…
Reference in New Issue