Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 menu "Mobiveil PCIe Core Support"
0004         depends on PCI
0005 
0006 config PCIE_MOBIVEIL
0007         bool
0008 
0009 config PCIE_MOBIVEIL_HOST
0010         bool
0011         depends on PCI_MSI_IRQ_DOMAIN
0012         select PCIE_MOBIVEIL
0013 
0014 config PCIE_MOBIVEIL_PLAT
0015         bool "Mobiveil AXI PCIe controller"
0016         depends on ARCH_ZYNQMP || COMPILE_TEST
0017         depends on OF
0018         depends on PCI_MSI_IRQ_DOMAIN
0019         select PCIE_MOBIVEIL_HOST
0020         help
0021           Say Y here if you want to enable support for the Mobiveil AXI PCIe
0022           Soft IP. It has up to 8 outbound and inbound windows
0023           for address translation and it is a PCIe Gen4 IP.
0024 
0025 config PCIE_LAYERSCAPE_GEN4
0026         bool "Freescale Layerscape PCIe Gen4 controller"
0027         depends on ARCH_LAYERSCAPE || COMPILE_TEST
0028         depends on PCI_MSI_IRQ_DOMAIN
0029         select PCIE_MOBIVEIL_HOST
0030         help
0031           Say Y here if you want PCIe Gen4 controller support on
0032           Layerscape SoCs.
0033 endmenu