2024-09-13 14:48:44 +00:00
|
|
|
config PCI_BRIDGE
|
|
|
|
bool
|
|
|
|
default y if PCI_DEVICES
|
|
|
|
depends on PCI
|
|
|
|
|
2019-01-23 06:56:00 +00:00
|
|
|
config PCIE_PORT
|
|
|
|
bool
|
2019-01-23 06:56:04 +00:00
|
|
|
default y if PCI_DEVICES
|
2019-03-14 13:09:09 +00:00
|
|
|
depends on PCI_EXPRESS && MSI_NONBROKEN
|
2019-01-23 06:56:00 +00:00
|
|
|
|
2023-05-15 14:28:46 +00:00
|
|
|
config PCIE_PCI_BRIDGE
|
|
|
|
bool
|
|
|
|
default y if PCIE_PORT
|
|
|
|
depends on PCIE_PORT
|
|
|
|
|
2019-01-23 06:56:00 +00:00
|
|
|
config PXB
|
|
|
|
bool
|
2021-01-14 10:06:41 +00:00
|
|
|
default y if Q35 || ARM_VIRT
|
2019-01-23 06:56:00 +00:00
|
|
|
|
|
|
|
config XIO3130
|
|
|
|
bool
|
2019-01-23 06:56:04 +00:00
|
|
|
default y if PCI_DEVICES
|
2019-03-14 13:09:09 +00:00
|
|
|
depends on PCI_EXPRESS && MSI_NONBROKEN
|
2019-01-23 06:56:00 +00:00
|
|
|
|
|
|
|
config IOH3420
|
|
|
|
bool
|
2019-01-23 06:56:04 +00:00
|
|
|
default y if PCI_DEVICES
|
2019-03-14 13:09:09 +00:00
|
|
|
depends on PCI_EXPRESS && MSI_NONBROKEN
|
2019-01-23 06:56:00 +00:00
|
|
|
|
|
|
|
config I82801B11
|
|
|
|
bool
|
2019-01-23 06:56:04 +00:00
|
|
|
default y if PCI_DEVICES
|
|
|
|
depends on PCI_EXPRESS
|
2019-01-23 06:56:00 +00:00
|
|
|
|
|
|
|
config DEC_PCI
|
|
|
|
bool
|
|
|
|
|
|
|
|
config SIMBA
|
|
|
|
bool
|
2022-04-29 14:40:41 +00:00
|
|
|
|
|
|
|
config CXL
|
|
|
|
bool
|
|
|
|
default y if PCI_EXPRESS && PXB
|
|
|
|
depends on PCI_EXPRESS && MSI_NONBROKEN && PXB
|