brintos

brintos / linux-shallow public Read only

0
0
Text · 808 B · 58ce034 Raw
35 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3menu "Mobiveil-based PCIe controllers"4	depends on PCI5 6config PCIE_MOBIVEIL7	bool8 9config PCIE_MOBIVEIL_HOST10	bool11	depends on PCI_MSI12	select PCIE_MOBIVEIL13 14config PCIE_LAYERSCAPE_GEN415	bool "Freescale Layerscape Gen4 PCIe controller"16	depends on ARCH_LAYERSCAPE || COMPILE_TEST17	depends on PCI_MSI18	select PCIE_MOBIVEIL_HOST19	help20	  Say Y here if you want PCIe Gen4 controller support on21	  Layerscape SoCs.22 23config PCIE_MOBIVEIL_PLAT24	bool "Mobiveil AXI PCIe controller"25	depends on ARCH_ZYNQMP || COMPILE_TEST26	depends on OF27	depends on PCI_MSI28	select PCIE_MOBIVEIL_HOST29	help30	  Say Y here if you want to enable support for the Mobiveil AXI PCIe31	  Soft IP. It has up to 8 outbound and inbound windows32	  for address translation and it is a PCIe Gen4 IP.33 34endmenu35