Kconfig 828 B

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