Kconfig 967 B

1234567891011121314151617181920212223242526272829303132333435363738
  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.MX6 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. But now, we only support the Parallel NOR.
  13. config MVEBU_MBUS
  14. bool
  15. depends on PLAT_ORION
  16. help
  17. Driver needed for the MBus configuration on Marvell EBU SoCs
  18. (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP).
  19. config OMAP_OCP2SCP
  20. tristate "OMAP OCP2SCP DRIVER"
  21. depends on ARCH_OMAP2PLUS
  22. help
  23. Driver to enable ocp2scp module which transforms ocp interface
  24. protocol to scp protocol. In OMAP4, USB PHY is connected via
  25. OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
  26. OCP2SCP.
  27. config OMAP_INTERCONNECT
  28. tristate "OMAP INTERCONNECT DRIVER"
  29. depends on ARCH_OMAP2PLUS
  30. help
  31. Driver to enable OMAP interconnect error handling driver.
  32. endmenu