Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. help
  38. Say Y here to add support for the NXP ISP1301 USB transceiver driver.
  39. This chip is typically used as USB transceiver for USB host, gadget
  40. and OTG drivers (to be selected separately).
  41. To compile this driver as a module, choose M here: the
  42. module will be called isp1301.
  43. config MV_U3D_PHY
  44. bool "Marvell USB 3.0 PHY controller Driver"
  45. depends on USB_MV_U3D
  46. select USB_OTG_UTILS
  47. help
  48. Enable this to support Marvell USB 3.0 phy controller for Marvell
  49. SoC.
  50. config USB_RCAR_PHY
  51. tristate "Renesas R-Car USB phy support"
  52. depends on USB || USB_GADGET
  53. select USB_OTG_UTILS
  54. help
  55. Say Y here to add support for the Renesas R-Car USB phy driver.
  56. This chip is typically used as USB phy for USB host, gadget.
  57. This driver supports: R8A7779
  58. To compile this driver as a module, choose M here: the
  59. module will be called rcar-phy.
  60. config SAMSUNG_USBPHY
  61. bool "Samsung USB PHY controller Driver"
  62. depends on USB_S3C_HSOTG || USB_EHCI_S5P || USB_OHCI_EXYNOS
  63. select USB_OTG_UTILS
  64. help
  65. Enable this to support Samsung USB phy controller for samsung
  66. SoCs.