Kconfig 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 OMAP_CONTROL_USB
  16. tristate "OMAP CONTROL USB Driver"
  17. depends on ARCH_OMAP2PLUS
  18. help
  19. Enable this to add support for the USB part present in the control
  20. module. This driver has API to power on the USB2 PHY and to write to
  21. the mailbox. The mailbox is present only in omap4 and the register to
  22. power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
  23. additional register to power on USB3 PHY.
  24. config USB_ISP1301
  25. tristate "NXP ISP1301 USB transceiver support"
  26. depends on USB || USB_GADGET
  27. depends on I2C
  28. help
  29. Say Y here to add support for the NXP ISP1301 USB transceiver driver.
  30. This chip is typically used as USB transceiver for USB host, gadget
  31. and OTG drivers (to be selected separately).
  32. To compile this driver as a module, choose M here: the
  33. module will be called isp1301.
  34. config MV_U3D_PHY
  35. bool "Marvell USB 3.0 PHY controller Driver"
  36. depends on USB_MV_U3D
  37. select USB_OTG_UTILS
  38. help
  39. Enable this to support Marvell USB 3.0 phy controller for Marvell
  40. SoC.
  41. config USB_RCAR_PHY
  42. tristate "Renesas R-Car USB phy support"
  43. depends on USB || USB_GADGET
  44. select USB_OTG_UTILS
  45. help
  46. Say Y here to add support for the Renesas R-Car USB phy driver.
  47. This chip is typically used as USB phy for USB host, gadget.
  48. This driver supports: R8A7779
  49. To compile this driver as a module, choose M here: the
  50. module will be called rcar-phy.
  51. config SAMSUNG_USBPHY
  52. bool "Samsung USB PHY controller Driver"
  53. depends on USB_S3C_HSOTG || USB_EHCI_S5P || USB_OHCI_EXYNOS
  54. select USB_OTG_UTILS
  55. help
  56. Enable this to support Samsung USB phy controller for samsung
  57. SoCs.