Kconfig 473 B

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