Kconfig 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. menu "PCI host controller drivers"
  2. depends on PCI
  3. config PCI_MVEBU
  4. bool "Marvell EBU PCIe controller"
  5. depends on ARCH_MVEBU || ARCH_DOVE
  6. depends on ARM
  7. depends on OF
  8. config PCI_AARDVARK
  9. bool "Aardvark PCIe controller"
  10. depends on ARCH_MVEBU && ARM64
  11. depends on OF
  12. depends on PCI_MSI_IRQ_DOMAIN
  13. help
  14. Add support for Aardvark 64bit PCIe Host Controller. This
  15. controller is part of the South Bridge of the Marvel Armada
  16. 3700 SoC.
  17. config PCIE_XILINX_NWL
  18. bool "NWL PCIe Core"
  19. depends on ARCH_ZYNQMP
  20. depends on PCI_MSI_IRQ_DOMAIN
  21. help
  22. Say 'Y' here if you want kernel support for Xilinx
  23. NWL PCIe controller. The controller can act as Root Port
  24. or End Point. The current option selection will only
  25. support root port enabling.
  26. config PCI_FTPCI100
  27. bool "Faraday Technology FTPCI100 PCI controller"
  28. depends on OF
  29. depends on ARM
  30. default ARCH_GEMINI
  31. config PCI_TEGRA
  32. bool "NVIDIA Tegra PCIe controller"
  33. depends on ARCH_TEGRA
  34. help
  35. Say Y here if you want support for the PCIe host controller found
  36. on NVIDIA Tegra SoCs.
  37. config PCI_RCAR_GEN2
  38. bool "Renesas R-Car Gen2 Internal PCI controller"
  39. depends on ARM
  40. depends on ARCH_RENESAS || COMPILE_TEST
  41. help
  42. Say Y here if you want internal PCI support on R-Car Gen2 SoC.
  43. There are 3 internal PCI controllers available with a single
  44. built-in EHCI/OHCI host controller present on each one.
  45. config PCIE_RCAR
  46. bool "Renesas R-Car PCIe controller"
  47. depends on ARCH_RENESAS || (ARM && COMPILE_TEST)
  48. depends on PCI_MSI_IRQ_DOMAIN
  49. help
  50. Say Y here if you want PCIe controller support on R-Car SoCs.
  51. config PCI_HOST_COMMON
  52. bool
  53. select PCI_ECAM
  54. config PCI_HOST_GENERIC
  55. bool "Generic PCI host controller"
  56. depends on (ARM || ARM64) && OF
  57. select PCI_HOST_COMMON
  58. select IRQ_DOMAIN
  59. help
  60. Say Y here if you want to support a simple generic PCI host
  61. controller, such as the one emulated by kvmtool.
  62. config PCIE_XILINX
  63. bool "Xilinx AXI PCIe host bridge support"
  64. depends on ARCH_ZYNQ || MICROBLAZE
  65. help
  66. Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
  67. Host Bridge driver.
  68. config PCI_XGENE
  69. bool "X-Gene PCIe controller"
  70. depends on ARM64
  71. depends on OF || (ACPI && PCI_QUIRKS)
  72. select PCIEPORTBUS
  73. help
  74. Say Y here if you want internal PCI support on APM X-Gene SoC.
  75. There are 5 internal PCIe ports available. Each port is GEN3 capable
  76. and have varied lanes from x1 to x8.
  77. config PCI_XGENE_MSI
  78. bool "X-Gene v1 PCIe MSI feature"
  79. depends on PCI_XGENE
  80. depends on PCI_MSI_IRQ_DOMAIN
  81. default y
  82. help
  83. Say Y here if you want PCIe MSI support for the APM X-Gene v1 SoC.
  84. This MSI driver supports 5 PCIe ports on the APM X-Gene v1 SoC.
  85. config PCI_VERSATILE
  86. bool "ARM Versatile PB PCI controller"
  87. depends on ARCH_VERSATILE
  88. config PCIE_IPROC
  89. tristate
  90. select PCI_DOMAINS
  91. help
  92. This enables the iProc PCIe core controller support for Broadcom's
  93. iProc family of SoCs. An appropriate bus interface driver needs
  94. to be enabled to select this.
  95. config PCIE_IPROC_PLATFORM
  96. tristate "Broadcom iProc PCIe platform bus driver"
  97. depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST)
  98. depends on OF
  99. select PCIE_IPROC
  100. default ARCH_BCM_IPROC
  101. help
  102. Say Y here if you want to use the Broadcom iProc PCIe controller
  103. through the generic platform bus interface
  104. config PCIE_IPROC_BCMA
  105. tristate "Broadcom iProc PCIe BCMA bus driver"
  106. depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST)
  107. select PCIE_IPROC
  108. select BCMA
  109. default ARCH_BCM_5301X
  110. help
  111. Say Y here if you want to use the Broadcom iProc PCIe controller
  112. through the BCMA bus interface
  113. config PCIE_IPROC_MSI
  114. bool "Broadcom iProc PCIe MSI support"
  115. depends on PCIE_IPROC_PLATFORM || PCIE_IPROC_BCMA
  116. depends on PCI_MSI_IRQ_DOMAIN
  117. default ARCH_BCM_IPROC
  118. help
  119. Say Y here if you want to enable MSI support for Broadcom's iProc
  120. PCIe controller
  121. config PCIE_ALTERA
  122. bool "Altera PCIe controller"
  123. depends on ARM || NIOS2
  124. depends on OF_PCI
  125. select PCI_DOMAINS
  126. help
  127. Say Y here if you want to enable PCIe controller support on Altera
  128. FPGA.
  129. config PCIE_ALTERA_MSI
  130. bool "Altera PCIe MSI feature"
  131. depends on PCIE_ALTERA
  132. depends on PCI_MSI_IRQ_DOMAIN
  133. help
  134. Say Y here if you want PCIe MSI support for the Altera FPGA.
  135. This MSI driver supports Altera MSI to GIC controller IP.
  136. config PCI_HOST_THUNDER_PEM
  137. bool "Cavium Thunder PCIe controller to off-chip devices"
  138. depends on ARM64
  139. depends on OF || (ACPI && PCI_QUIRKS)
  140. select PCI_HOST_COMMON
  141. help
  142. Say Y here if you want PCIe support for CN88XX Cavium Thunder SoCs.
  143. config PCI_HOST_THUNDER_ECAM
  144. bool "Cavium Thunder ECAM controller to on-chip devices on pass-1.x silicon"
  145. depends on ARM64
  146. depends on OF || (ACPI && PCI_QUIRKS)
  147. select PCI_HOST_COMMON
  148. help
  149. Say Y here if you want ECAM support for CN88XX-Pass-1.x Cavium Thunder SoCs.
  150. config PCIE_ROCKCHIP
  151. tristate "Rockchip PCIe controller"
  152. depends on ARCH_ROCKCHIP || COMPILE_TEST
  153. depends on OF
  154. depends on PCI_MSI_IRQ_DOMAIN
  155. select MFD_SYSCON
  156. help
  157. Say Y here if you want internal PCI support on Rockchip SoC.
  158. There is 1 internal PCIe port available to support GEN2 with
  159. 4 slots.
  160. config VMD
  161. depends on PCI_MSI && X86_64 && SRCU
  162. tristate "Intel Volume Management Device Driver"
  163. default N
  164. ---help---
  165. Adds support for the Intel Volume Management Device (VMD). VMD is a
  166. secondary PCI host bridge that allows PCI Express root ports,
  167. and devices attached to them, to be removed from the default
  168. PCI domain and placed within the VMD domain. This provides
  169. more bus resources than are otherwise possible with a
  170. single domain. If you know your system provides one of these and
  171. has devices attached to it, say Y; if you are not sure, say N.
  172. To compile this driver as a module, choose M here: the
  173. module will be called vmd.
  174. endmenu