1# SPDX-License-Identifier: GPL-2.0
2
3menu "Mobiveil PCIe Core Support"
4	depends on PCI
5
6config PCIE_MOBIVEIL
7	bool
8
9config PCIE_MOBIVEIL_HOST
10	bool
11	depends on PCI_MSI_IRQ_DOMAIN
12	select PCIE_MOBIVEIL
13
14config PCIE_MOBIVEIL_PLAT
15	bool "Mobiveil AXI PCIe controller"
16	depends on ARCH_ZYNQMP || COMPILE_TEST
17	depends on OF
18	depends on PCI_MSI_IRQ_DOMAIN
19	select PCIE_MOBIVEIL_HOST
20	help
21	  Say Y here if you want to enable support for the Mobiveil AXI PCIe
22	  Soft IP. It has up to 8 outbound and inbound windows
23	  for address translation and it is a PCIe Gen4 IP.
24
25config PCIE_LAYERSCAPE_GEN4
26	bool "Freescale Layerscape PCIe Gen4 controller"
27	depends on PCI
28	depends on OF && (ARM64 || ARCH_LAYERSCAPE)
29	depends on PCI_MSI_IRQ_DOMAIN
30	select PCIE_MOBIVEIL_HOST
31	help
32	  Say Y here if you want PCIe Gen4 controller support on
33	  Layerscape SoCs.
34endmenu
35