1 # SPDX-License-Identifier: GPL-2.0
3 menu "PLDA-based PCIe controllers"
9 config PCIE_MICROCHIP_HOST
10 tristate "Microchip AXI PCIe controller"
11 depends on PCI_MSI && OF
12 select PCI_HOST_COMMON
15 Say Y here if you want kernel to support the Microchip AXI PCIe
18 config PCIE_STARFIVE_HOST
19 tristate "StarFive PCIe host controller"
20 depends on PCI_MSI && OF
21 depends on ARCH_STARFIVE || COMPILE_TEST
24 Say Y here if you want to support the StarFive PCIe controller in
25 host mode. StarFive PCIe controller uses PLDA PCIe core.
27 If you choose to build this driver as module it will be dynamically
28 linked and module will be called pcie-starfive.ko.