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