31 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3menu "PLDA-based PCIe controllers"4 depends on PCI5 6config PCIE_PLDA_HOST7 bool8 9config PCIE_MICROCHIP_HOST10 tristate "Microchip AXI PCIe controller"11 depends on PCI_MSI && OF12 select PCI_HOST_COMMON13 select PCIE_PLDA_HOST14 help15 Say Y here if you want kernel to support the Microchip AXI PCIe16 Host Bridge driver.17 18config PCIE_STARFIVE_HOST19 tristate "StarFive PCIe host controller"20 depends on PCI_MSI && OF21 depends on ARCH_STARFIVE || COMPILE_TEST22 select PCIE_PLDA_HOST23 help24 Say Y here if you want to support the StarFive PCIe controller in25 host mode. StarFive PCIe controller uses PLDA PCIe core.26 27 If you choose to build this driver as module it will be dynamically28 linked and module will be called pcie-starfive.ko.29 30endmenu31