Merge tag 'regmap-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / drivers / pci / controller / mobiveil / Kconfig
bloba62d247018cf6b519141436a4f9f99bf92c59d22
1 # SPDX-License-Identifier: GPL-2.0
3 menu "Mobiveil PCIe Core Support"
4         depends on PCI
6 config PCIE_MOBIVEIL
7         bool
9 config PCIE_MOBIVEIL_HOST
10         bool
11         depends on PCI_MSI_IRQ_DOMAIN
12         select PCIE_MOBIVEIL
14 config 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.
25 config 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.
34 endmenu