xref: /linux/drivers/pci/controller/plda/Kconfig (revision 39bd5f8225d5fea9d5a14f21bd4dc4e6fc310e4a)
1# SPDX-License-Identifier: GPL-2.0
2
3menu "PLDA-based PCIe controllers"
4	depends on PCI
5
6config PCIE_PLDA_HOST
7	bool
8
9config PCIE_MICROCHIP_HOST
10	tristate "Microchip AXI PCIe controller"
11	depends on PCI_MSI && OF
12	select PCI_HOST_COMMON
13	select PCIE_PLDA_HOST
14	help
15	  Say Y here if you want kernel to support the Microchip AXI PCIe
16	  Host Bridge driver.
17
18endmenu
19