Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #
  2. # Bus Devices
  3. #
  4. menu "Bus devices"
  5. config BRCMSTB_GISB_ARB
  6. bool "Broadcom STB GISB bus arbiter"
  7. depends on ARM
  8. help
  9. Driver for the Broadcom Set Top Box System-on-a-chip internal bus
  10. arbiter. This driver provides timeout and target abort error handling
  11. and internal bus master decoding.
  12. config IMX_WEIM
  13. bool "Freescale EIM DRIVER"
  14. depends on ARCH_MXC
  15. help
  16. Driver for i.MX WEIM controller.
  17. The WEIM(Wireless External Interface Module) works like a bus.
  18. You can attach many different devices on it, such as NOR, onenand.
  19. config MVEBU_MBUS
  20. bool
  21. depends on PLAT_ORION
  22. help
  23. Driver needed for the MBus configuration on Marvell EBU SoCs
  24. (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
  25. config OMAP_OCP2SCP
  26. tristate "OMAP OCP2SCP DRIVER"
  27. depends on ARCH_OMAP2PLUS
  28. help
  29. Driver to enable ocp2scp module which transforms ocp interface
  30. protocol to scp protocol. In OMAP4, USB PHY is connected via
  31. OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
  32. OCP2SCP.
  33. config OMAP_INTERCONNECT
  34. tristate "OMAP INTERCONNECT DRIVER"
  35. depends on ARCH_OMAP2PLUS
  36. help
  37. Driver to enable OMAP interconnect error handling driver.
  38. config ARM_CCI
  39. bool "ARM CCI driver support"
  40. depends on ARM && OF && CPU_V7
  41. help
  42. Driver supporting the CCI cache coherent interconnect for ARM
  43. platforms.
  44. config ARM_CCN
  45. bool "ARM CCN driver support"
  46. depends on ARM || ARM64
  47. depends on PERF_EVENTS
  48. help
  49. PMU (perf) driver supporting the ARM CCN (Cache Coherent Network)
  50. interconnect.
  51. config VEXPRESS_CONFIG
  52. bool "Versatile Express configuration bus"
  53. default y if ARCH_VEXPRESS
  54. depends on ARM || ARM64
  55. depends on OF
  56. select REGMAP
  57. help
  58. Platform configuration infrastructure for the ARM Ltd.
  59. Versatile Express.
  60. endmenu