Kconfig (dd26c1a23fd5a607c50738ea0dcb6cdbb8185cfe) | Kconfig (d08c7e502c9f3212ff5d64903a75e26742b37f2c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2 3menu "PCI controller drivers" 4 depends on PCI 5 6config PCI_HOST_COMMON 7 tristate 8 select PCI_ECAM --- 317 unchanged lines hidden (view full) --- 326 Say 'Y' here if you want kernel to support the Xilinx AXI PCIe 327 Host Bridge driver. 328 329config PCIE_XILINX_DMA_PL 330 bool "Xilinx DMA PL PCIe host bridge support" 331 depends on ARCH_ZYNQMP || COMPILE_TEST 332 depends on PCI_MSI 333 select PCI_HOST_COMMON | 1# SPDX-License-Identifier: GPL-2.0 2 3menu "PCI controller drivers" 4 depends on PCI 5 6config PCI_HOST_COMMON 7 tristate 8 select PCI_ECAM --- 317 unchanged lines hidden (view full) --- 326 Say 'Y' here if you want kernel to support the Xilinx AXI PCIe 327 Host Bridge driver. 328 329config PCIE_XILINX_DMA_PL 330 bool "Xilinx DMA PL PCIe host bridge support" 331 depends on ARCH_ZYNQMP || COMPILE_TEST 332 depends on PCI_MSI 333 select PCI_HOST_COMMON |
334 select IRQ_MSI_LIB |
|
334 help 335 Say 'Y' here if you want kernel support for the Xilinx PL DMA 336 PCIe host bridge. The controller is a Soft IP which can act as 337 Root Port. If your system provides Xilinx PCIe host controller 338 bridge DMA as Soft IP say 'Y'; if you are not sure, say 'N'. 339 340config PCIE_XILINX_NWL 341 bool "Xilinx NWL PCIe controller" --- 21 unchanged lines hidden --- | 335 help 336 Say 'Y' here if you want kernel support for the Xilinx PL DMA 337 PCIe host bridge. The controller is a Soft IP which can act as 338 Root Port. If your system provides Xilinx PCIe host controller 339 bridge DMA as Soft IP say 'Y'; if you are not sure, say 'N'. 340 341config PCIE_XILINX_NWL 342 bool "Xilinx NWL PCIe controller" --- 21 unchanged lines hidden --- |