Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. depends on ARCH_OMAP2PLUS
  9. select USB_OTG_UTILS
  10. help
  11. Enable this to support the transceiver that is part of SOC. This
  12. driver takes care of all the PHY functionality apart from comparator.
  13. The USB OTG controller communicates with the comparator using this
  14. driver.
  15. config USB_ISP1301
  16. tristate "NXP ISP1301 USB transceiver support"
  17. depends on USB || USB_GADGET
  18. depends on I2C
  19. help
  20. Say Y here to add support for the NXP ISP1301 USB transceiver driver.
  21. This chip is typically used as USB transceiver for USB host, gadget
  22. and OTG drivers (to be selected separately).
  23. To compile this driver as a module, choose M here: the
  24. module will be called isp1301.
  25. config MV_U3D_PHY
  26. bool "Marvell USB 3.0 PHY controller Driver"
  27. depends on USB_MV_U3D
  28. select USB_OTG_UTILS
  29. help
  30. Enable this to support Marvell USB 3.0 phy controller for Marvell
  31. SoC.
  32. config USB_RCAR_PHY
  33. tristate "Renesas R-Car USB phy support"
  34. depends on USB || USB_GADGET
  35. select USB_OTG_UTILS
  36. help
  37. Say Y here to add support for the Renesas R-Car USB phy driver.
  38. This chip is typically used as USB phy for USB host, gadget.
  39. This driver supports: R8A7779
  40. To compile this driver as a module, choose M here: the
  41. module will be called rcar-phy.