Kconfig 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. menu "PCI host controller drivers"
  2. depends on PCI
  3. config PCI_DRA7XX
  4. bool "TI DRA7xx PCIe controller"
  5. select PCIE_DW
  6. depends on OF && HAS_IOMEM && TI_PIPE3
  7. help
  8. Enables support for the PCIe controller in the DRA7xx SoC. There
  9. are two instances of PCIe controller in DRA7xx. This controller can
  10. act both as EP and RC. This reuses the Designware core.
  11. config PCI_MVEBU
  12. bool "Marvell EBU PCIe controller"
  13. depends on ARCH_MVEBU || ARCH_DOVE
  14. depends on OF
  15. config PCIE_DW
  16. bool
  17. config PCI_EXYNOS
  18. bool "Samsung Exynos PCIe controller"
  19. depends on SOC_EXYNOS5440
  20. select PCIEPORTBUS
  21. select PCIE_DW
  22. config PCI_IMX6
  23. bool "Freescale i.MX6 PCIe controller"
  24. depends on SOC_IMX6Q
  25. select PCIEPORTBUS
  26. select PCIE_DW
  27. config PCI_TEGRA
  28. bool "NVIDIA Tegra PCIe controller"
  29. depends on ARCH_TEGRA
  30. config PCI_RCAR_GEN2
  31. bool "Renesas R-Car Gen2 Internal PCI controller"
  32. depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
  33. help
  34. Say Y here if you want internal PCI support on R-Car Gen2 SoC.
  35. There are 3 internal PCI controllers available with a single
  36. built-in EHCI/OHCI host controller present on each one.
  37. config PCI_RCAR_GEN2_PCIE
  38. bool "Renesas R-Car PCIe controller"
  39. depends on ARCH_SHMOBILE || (ARM && COMPILE_TEST)
  40. help
  41. Say Y here if you want PCIe controller support on R-Car Gen2 SoCs.
  42. config PCI_HOST_GENERIC
  43. bool "Generic PCI host controller"
  44. depends on ARM && OF
  45. help
  46. Say Y here if you want to support a simple generic PCI host
  47. controller, such as the one emulated by kvmtool.
  48. config PCIE_SPEAR13XX
  49. bool "STMicroelectronics SPEAr PCIe controller"
  50. depends on ARCH_SPEAR13XX
  51. select PCIEPORTBUS
  52. select PCIE_DW
  53. help
  54. Say Y here if you want PCIe support on SPEAr13XX SoCs.
  55. config PCI_KEYSTONE
  56. bool "TI Keystone PCIe controller"
  57. depends on ARCH_KEYSTONE
  58. select PCIE_DW
  59. select PCIEPORTBUS
  60. help
  61. Say Y here if you want to enable PCI controller support on Keystone
  62. SoCs. The PCI controller on Keystone is based on Designware hardware
  63. and therefore the driver re-uses the Designware core functions to
  64. implement the driver.
  65. config PCIE_XILINX
  66. bool "Xilinx AXI PCIe host bridge support"
  67. depends on ARCH_ZYNQ
  68. help
  69. Say 'Y' here if you want kernel to support the Xilinx AXI PCIe
  70. Host Bridge driver.
  71. config PCI_XGENE
  72. bool "X-Gene PCIe controller"
  73. depends on ARCH_XGENE
  74. depends on OF
  75. select PCIEPORTBUS
  76. help
  77. Say Y here if you want internal PCI support on APM X-Gene SoC.
  78. There are 5 internal PCIe ports available. Each port is GEN3 capable
  79. and have varied lanes from x1 to x8.
  80. endmenu