Kconfig 835 B

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