Kconfig 1012 B

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Physical Layer USB driver configuration
  3. #
  4. comment "USB Physical Layer drivers"
  5. depends on USB || USB_GADGET
  6. config OMAP_USB2
  7. tristate "OMAP USB2 PHY Driver"
  8. select USB_OTG_UTILS
  9. help
  10. Enable this to support the transceiver that is part of SOC. This
  11. driver takes care of all the PHY functionality apart from comparator.
  12. The USB OTG controller communicates with the comparator using this
  13. driver.
  14. config USB_ISP1301
  15. tristate "NXP ISP1301 USB transceiver support"
  16. depends on USB || USB_GADGET
  17. depends on I2C
  18. help
  19. Say Y here to add support for the NXP ISP1301 USB transceiver driver.
  20. This chip is typically used as USB transceiver for USB host, gadget
  21. and OTG drivers (to be selected separately).
  22. To compile this driver as a module, choose M here: the
  23. module will be called isp1301.
  24. config MV_U3D_PHY
  25. bool "Marvell USB 3.0 PHY controller Driver"
  26. depends on USB_MV_U3D
  27. select USB_OTG_UTILS
  28. help
  29. Enable this to support Marvell USB 3.0 phy controller for Marvell
  30. SoC.