Kconfig 500 B

12345678910111213141516171819202122
  1. #
  2. # Bus Devices
  3. #
  4. menu "Bus devices"
  5. config OMAP_OCP2SCP
  6. tristate "OMAP OCP2SCP DRIVER"
  7. depends on ARCH_OMAP2PLUS
  8. help
  9. Driver to enable ocp2scp module which transforms ocp interface
  10. protocol to scp protocol. In OMAP4, USB PHY is connected via
  11. OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via
  12. OCP2SCP.
  13. config OMAP_INTERCONNECT
  14. tristate "OMAP INTERCONNECT DRIVER"
  15. depends on ARCH_OMAP2PLUS
  16. help
  17. Driver to enable OMAP interconnect error handling driver.
  18. endmenu