Kconfig 2.4 KB

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