qemu/hw/pci-bridge/Kconfig
Thomas Huth e779e5c05a hw/pci-bridge: Add a Kconfig switch for the normal PCI bridge
The pci-bridge device is not usable on s390x, so introduce a Kconfig
switch that allows to disable it.

Message-ID: <20240913144844.427899-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2024-10-21 13:25:12 +02:00

45 lines
749 B
Plaintext

config PCI_BRIDGE
bool
default y if PCI_DEVICES
depends on PCI
config PCIE_PORT
bool
default y if PCI_DEVICES
depends on PCI_EXPRESS && MSI_NONBROKEN
config PCIE_PCI_BRIDGE
bool
default y if PCIE_PORT
depends on PCIE_PORT
config PXB
bool
default y if Q35 || ARM_VIRT
config XIO3130
bool
default y if PCI_DEVICES
depends on PCI_EXPRESS && MSI_NONBROKEN
config IOH3420
bool
default y if PCI_DEVICES
depends on PCI_EXPRESS && MSI_NONBROKEN
config I82801B11
bool
default y if PCI_DEVICES
depends on PCI_EXPRESS
config DEC_PCI
bool
config SIMBA
bool
config CXL
bool
default y if PCI_EXPRESS && PXB
depends on PCI_EXPRESS && MSI_NONBROKEN && PXB