Kconfig 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. menu "DesignWare PCI Core Support"
  2. config PCIE_DW
  3. bool
  4. config PCIE_DW_HOST
  5. bool
  6. depends on PCI
  7. depends on PCI_MSI_IRQ_DOMAIN
  8. select PCIE_DW
  9. config PCI_DRA7XX
  10. bool "TI DRA7xx PCIe controller"
  11. depends on PCI
  12. depends on OF && HAS_IOMEM && TI_PIPE3
  13. depends on PCI_MSI_IRQ_DOMAIN
  14. select PCIE_DW_HOST
  15. help
  16. Enables support for the PCIe controller in the DRA7xx SoC. There
  17. are two instances of PCIe controller in DRA7xx. This controller can
  18. act both as EP and RC. This reuses the Designware core.
  19. config PCIE_DW_PLAT
  20. bool "Platform bus based DesignWare PCIe Controller"
  21. depends on PCI
  22. depends on PCI_MSI_IRQ_DOMAIN
  23. select PCIE_DW_HOST
  24. ---help---
  25. This selects the DesignWare PCIe controller support. Select this if
  26. you have a PCIe controller on Platform bus.
  27. If you have a controller with this interface, say Y or M here.
  28. If unsure, say N.
  29. config PCI_EXYNOS
  30. bool "Samsung Exynos PCIe controller"
  31. depends on PCI
  32. depends on SOC_EXYNOS5440
  33. depends on PCI_MSI_IRQ_DOMAIN
  34. select PCIEPORTBUS
  35. select PCIE_DW_HOST
  36. config PCI_IMX6
  37. bool "Freescale i.MX6 PCIe controller"
  38. depends on PCI
  39. depends on SOC_IMX6Q
  40. depends on PCI_MSI_IRQ_DOMAIN
  41. select PCIEPORTBUS
  42. select PCIE_DW_HOST
  43. config PCIE_SPEAR13XX
  44. bool "STMicroelectronics SPEAr PCIe controller"
  45. depends on PCI
  46. depends on ARCH_SPEAR13XX
  47. depends on PCI_MSI_IRQ_DOMAIN
  48. select PCIEPORTBUS
  49. select PCIE_DW_HOST
  50. help
  51. Say Y here if you want PCIe support on SPEAr13XX SoCs.
  52. config PCI_KEYSTONE
  53. bool "TI Keystone PCIe controller"
  54. depends on PCI
  55. depends on ARCH_KEYSTONE
  56. depends on PCI_MSI_IRQ_DOMAIN
  57. select PCIEPORTBUS
  58. select PCIE_DW_HOST
  59. help
  60. Say Y here if you want to enable PCI controller support on Keystone
  61. SoCs. The PCI controller on Keystone is based on Designware hardware
  62. and therefore the driver re-uses the Designware core functions to
  63. implement the driver.
  64. config PCI_LAYERSCAPE
  65. bool "Freescale Layerscape PCIe controller"
  66. depends on PCI
  67. depends on OF && (ARM || ARCH_LAYERSCAPE)
  68. depends on PCI_MSI_IRQ_DOMAIN
  69. select MFD_SYSCON
  70. select PCIE_DW_HOST
  71. help
  72. Say Y here if you want PCIe controller support on Layerscape SoCs.
  73. config PCI_HISI
  74. depends on OF && ARM64
  75. bool "HiSilicon Hip05 and Hip06 SoCs PCIe controllers"
  76. depends on PCI
  77. depends on PCI_MSI_IRQ_DOMAIN
  78. select PCIEPORTBUS
  79. select PCIE_DW_HOST
  80. help
  81. Say Y here if you want PCIe controller support on HiSilicon
  82. Hip05 and Hip06 SoCs
  83. config PCIE_QCOM
  84. bool "Qualcomm PCIe controller"
  85. depends on PCI
  86. depends on ARCH_QCOM && OF
  87. depends on PCI_MSI_IRQ_DOMAIN
  88. select PCIEPORTBUS
  89. select PCIE_DW_HOST
  90. help
  91. Say Y here to enable PCIe controller support on Qualcomm SoCs. The
  92. PCIe controller uses the Designware core plus Qualcomm-specific
  93. hardware wrappers.
  94. config PCIE_ARMADA_8K
  95. bool "Marvell Armada-8K PCIe controller"
  96. depends on PCI
  97. depends on ARCH_MVEBU
  98. depends on PCI_MSI_IRQ_DOMAIN
  99. select PCIEPORTBUS
  100. select PCIE_DW_HOST
  101. help
  102. Say Y here if you want to enable PCIe controller support on
  103. Armada-8K SoCs. The PCIe controller on Armada-8K is based on
  104. Designware hardware and therefore the driver re-uses the
  105. Designware core functions to implement the driver.
  106. config PCIE_ARTPEC6
  107. bool "Axis ARTPEC-6 PCIe controller"
  108. depends on PCI
  109. depends on MACH_ARTPEC6
  110. depends on PCI_MSI_IRQ_DOMAIN
  111. select PCIEPORTBUS
  112. select PCIE_DW_HOST
  113. help
  114. Say Y here to enable PCIe controller support on Axis ARTPEC-6
  115. SoCs. This PCIe controller uses the DesignWare core.
  116. endmenu