Merge branch 'kvm-5.16-fixes' into kvm-master
[linux-2.6-microblaze.git] / drivers / pci / controller / mobiveil / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 menu "Mobiveil PCIe Core Support"
4         depends on PCI
5
6 config PCIE_MOBIVEIL
7         bool
8
9 config PCIE_MOBIVEIL_HOST
10         bool
11         depends on PCI_MSI_IRQ_DOMAIN
12         select PCIE_MOBIVEIL
13
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.
24
25 config PCIE_LAYERSCAPE_GEN4
26         bool "Freescale Layerscape PCIe Gen4 controller"
27         depends on ARCH_LAYERSCAPE || COMPILE_TEST
28         depends on PCI_MSI_IRQ_DOMAIN
29         select PCIE_MOBIVEIL_HOST
30         help
31           Say Y here if you want PCIe Gen4 controller support on
32           Layerscape SoCs.
33 endmenu