Kconfig 823 B

123456789101112131415161718192021222324252627282930313233343536
  1. #
  2. # Bus Devices
  3. #
  4. menu "Bus devices"
  5. config MVEBU_MBUS
  6. bool
  7. depends on PLAT_ORION
  8. help
  9. Driver needed for the MBus configuration on Marvell EBU SoCs
  10. (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
  11. config OMAP_OCP2SCP
  12. tristate "OMAP OCP2SCP DRIVER"
  13. depends on ARCH_OMAP2PLUS
  14. help
  15. Driver to enable ocp2scp module which transforms ocp interface
  16. protocol to scp protocol. In OMAP4, USB PHY is connected via
  17. OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
  18. OCP2SCP.
  19. config OMAP_INTERCONNECT
  20. tristate "OMAP INTERCONNECT DRIVER"
  21. depends on ARCH_OMAP2PLUS
  22. help
  23. Driver to enable OMAP interconnect error handling driver.
  24. config ARM_CCI
  25. bool "ARM CCI driver support"
  26. depends on ARM
  27. help
  28. Driver supporting the CCI cache coherent interconnect for ARM
  29. platforms.
  30. endmenu