File tree Expand file tree Collapse file tree 3 files changed +623
-0
lines changed Expand file tree Collapse file tree 3 files changed +623
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,14 @@ config PCIE_XILINX
99
99
Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
100
100
Host Bridge driver.
101
101
102
+ config PCIE_XILINX_CPM
103
+ bool "Xilinx Versal CPM host bridge support"
104
+ depends on ARCH_ZYNQMP || COMPILE_TEST
105
+ select PCI_HOST_COMMON
106
+ help
107
+ Say 'Y' here if you want kernel support for the
108
+ Xilinx Versal CPM host bridge.
109
+
102
110
config PCI_XGENE
103
111
bool "X-Gene PCIe controller"
104
112
depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ obj-$(CONFIG_PCI_HOST_COMMON) += pci-host-common.o
13
13
obj-$(CONFIG_PCI_HOST_GENERIC) += pci-host-generic.o
14
14
obj-$(CONFIG_PCIE_XILINX) += pcie-xilinx.o
15
15
obj-$(CONFIG_PCIE_XILINX_NWL) += pcie-xilinx-nwl.o
16
+ obj-$(CONFIG_PCIE_XILINX_CPM) += pcie-xilinx-cpm.o
16
17
obj-$(CONFIG_PCI_V3_SEMI) += pci-v3-semi.o
17
18
obj-$(CONFIG_PCI_XGENE_MSI) += pci-xgene-msi.o
18
19
obj-$(CONFIG_PCI_VERSATILE) += pci-versatile.o
You can’t perform that action at this time.
0 commit comments