Kconfig 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. #
  2. # Bus Devices
  3. #
  4. menu "Bus devices"
  5. config ARM_CCI
  6. bool
  7. config ARM_CCI_PMU
  8. bool
  9. select ARM_CCI
  10. config ARM_CCI400_COMMON
  11. bool
  12. select ARM_CCI
  13. config ARM_CCI400_PMU
  14. bool "ARM CCI400 PMU support"
  15. depends on (ARM && CPU_V7) || ARM64
  16. depends on PERF_EVENTS
  17. select ARM_CCI400_COMMON
  18. select ARM_CCI_PMU
  19. help
  20. Support for PMU events monitoring on the ARM CCI-400 (cache coherent
  21. interconnect). CCI-400 supports counting events related to the
  22. connected slave/master interfaces.
  23. config ARM_CCI400_PORT_CTRL
  24. bool
  25. depends on ARM && OF && CPU_V7
  26. select ARM_CCI400_COMMON
  27. help
  28. Low level power management driver for CCI400 cache coherent
  29. interconnect for ARM platforms.
  30. config ARM_CCI5xx_PMU
  31. bool "ARM CCI-500/CCI-550 PMU support"
  32. depends on (ARM && CPU_V7) || ARM64
  33. depends on PERF_EVENTS
  34. select ARM_CCI_PMU
  35. help
  36. Support for PMU events monitoring on the ARM CCI-500/CCI-550 cache
  37. coherent interconnects. Both of them provide 8 independent event counters,
  38. which can count events pertaining to the slave/master interfaces as well
  39. as the internal events to the CCI.
  40. If unsure, say Y
  41. config ARM_CCN
  42. tristate "ARM CCN driver support"
  43. depends on ARM || ARM64
  44. depends on PERF_EVENTS
  45. help
  46. PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
  47. interconnect.
  48. config BRCMSTB_GISB_ARB
  49. bool "Broadcom STB GISB bus arbiter"
  50. depends on ARM || MIPS
  51. default ARCH_BRCMSTB || BMIPS_GENERIC
  52. help
  53. Driver for the Broadcom Set Top Box System-on-a-chip internal bus
  54. arbiter. This driver provides timeout and target abort error handling
  55. and internal bus master decoding.
  56. config IMX_WEIM
  57. bool "Freescale EIM DRIVER"
  58. depends on ARCH_MXC
  59. help
  60. Driver for i.MX WEIM controller.
  61. The WEIM(Wireless External Interface Module) works like a bus.
  62. You can attach many different devices on it, such as NOR, onenand.
  63. config MIPS_CDMM
  64. bool "MIPS Common Device Memory Map (CDMM) Driver"
  65. depends on CPU_MIPSR2
  66. help
  67. Driver needed for the MIPS Common Device Memory Map bus in MIPS
  68. cores. This bus is for per-CPU tightly coupled devices such as the
  69. Fast Debug Channel (FDC).
  70. For this to work, either your bootloader needs to enable the CDMM
  71. region at an unused physical address on the boot CPU, or else your
  72. platform code needs to implement mips_cdmm_phys_base() (see
  73. asm/cdmm.h).
  74. config MVEBU_MBUS
  75. bool
  76. depends on PLAT_ORION
  77. help
  78. Driver needed for the MBus configuration on Marvell EBU SoCs
  79. (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
  80. config OMAP_INTERCONNECT
  81. tristate "OMAP INTERCONNECT DRIVER"
  82. depends on ARCH_OMAP2PLUS
  83. help
  84. Driver to enable OMAP interconnect error handling driver.
  85. config OMAP_OCP2SCP
  86. tristate "OMAP OCP2SCP DRIVER"
  87. depends on ARCH_OMAP2PLUS
  88. help
  89. Driver to enable ocp2scp module which transforms ocp interface
  90. protocol to scp protocol. In OMAP4, USB PHY is connected via
  91. OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
  92. OCP2SCP.
  93. config QCOM_EBI2
  94. bool "Qualcomm External Bus Interface 2 (EBI2)"
  95. depends on HAS_IOMEM
  96. depends on ARCH_QCOM || COMPILE_TEST
  97. default ARCH_QCOM
  98. help
  99. Say y here to enable support for the Qualcomm External Bus
  100. Interface 2, which can be used to connect things like NAND Flash,
  101. SRAM, ethernet adapters, FPGAs and LCD displays.
  102. config SIMPLE_PM_BUS
  103. bool "Simple Power-Managed Bus Driver"
  104. depends on OF && PM
  105. depends on ARCH_RENESAS || COMPILE_TEST
  106. help
  107. Driver for transparent busses that don't need a real driver, but
  108. where the bus controller is part of a PM domain, or under the control
  109. of a functional clock, and thus relies on runtime PM for managing
  110. this PM domain and/or clock.
  111. An example of such a bus controller is the Renesas Bus State
  112. Controller (BSC, sometimes called "LBSC within Bus Bridge", or
  113. "External Bus Interface") as found on several Renesas ARM SoCs.
  114. config SUNXI_RSB
  115. tristate "Allwinner sunXi Reduced Serial Bus Driver"
  116. default MACH_SUN8I || MACH_SUN9I
  117. depends on ARCH_SUNXI
  118. select REGMAP
  119. help
  120. Say y here to enable support for Allwinner's Reduced Serial Bus
  121. (RSB) support. This controller is responsible for communicating
  122. with various RSB based devices, such as AXP223, AXP8XX PMICs,
  123. and AC100/AC200 ICs.
  124. config TEGRA_ACONNECT
  125. tristate "Tegra ACONNECT Bus Driver"
  126. depends on ARCH_TEGRA_210_SOC
  127. depends on OF && PM
  128. select PM_CLK
  129. help
  130. Driver for the Tegra ACONNECT bus which is used to interface with
  131. the devices inside the Audio Processing Engine (APE) for Tegra210.
  132. config TEGRA_GMI
  133. tristate "Tegra Generic Memory Interface bus driver"
  134. depends on ARCH_TEGRA
  135. help
  136. Driver for the Tegra Generic Memory Interface bus which can be used
  137. to attach devices such as NOR, UART, FPGA and more.
  138. config UNIPHIER_SYSTEM_BUS
  139. tristate "UniPhier System Bus driver"
  140. depends on ARCH_UNIPHIER && OF
  141. default y
  142. help
  143. Support for UniPhier System Bus, a simple external bus. This is
  144. needed to use on-board devices connected to UniPhier SoCs.
  145. config VEXPRESS_CONFIG
  146. bool "Versatile Express configuration bus"
  147. default y if ARCH_VEXPRESS
  148. depends on ARM || ARM64
  149. depends on OF
  150. select REGMAP
  151. help
  152. Platform configuration infrastructure for the ARM Ltd.
  153. Versatile Express.
  154. config DA8XX_MSTPRI
  155. bool "TI da8xx master peripheral priority driver"
  156. depends on ARCH_DAVINCI_DA8XX
  157. help
  158. Driver for Texas Instruments da8xx master peripheral priority
  159. configuration. Allows to adjust the priorities of all master
  160. peripherals.
  161. endmenu