Kconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #
  2. # Bus Devices
  3. #
  4. menu "Bus devices"
  5. config IMX_WEIM
  6. bool "Freescale EIM DRIVER"
  7. depends on ARCH_MXC
  8. help
  9. Driver for i.MX WEIM controller.
  10. The WEIM(Wireless External Interface Module) works like a bus.
  11. You can attach many different devices on it, such as NOR, onenand.
  12. config MVEBU_MBUS
  13. bool
  14. depends on PLAT_ORION
  15. help
  16. Driver needed for the MBus configuration on Marvell EBU SoCs
  17. (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
  18. config OMAP_OCP2SCP
  19. tristate "OMAP OCP2SCP DRIVER"
  20. depends on ARCH_OMAP2PLUS
  21. help
  22. Driver to enable ocp2scp module which transforms ocp interface
  23. protocol to scp protocol. In OMAP4, USB PHY is connected via
  24. OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
  25. OCP2SCP.
  26. config OMAP_INTERCONNECT
  27. tristate "OMAP INTERCONNECT DRIVER"
  28. depends on ARCH_OMAP2PLUS
  29. help
  30. Driver to enable OMAP interconnect error handling driver.
  31. config ARM_CCI
  32. bool "ARM CCI driver support"
  33. depends on ARM
  34. help
  35. Driver supporting the CCI cache coherent interconnect for ARM
  36. platforms.
  37. endmenu