Kconfig 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. #
  2. # Physical Layer USB driver configuration
  3. #
  4. menu "USB Physical Layer drivers"
  5. config USB_PHY
  6. select EXTCON
  7. def_bool n
  8. #
  9. # USB Transceiver Drivers
  10. #
  11. config AB8500_USB
  12. tristate "AB8500 USB Transceiver Driver"
  13. depends on AB8500_CORE
  14. select USB_PHY
  15. help
  16. Enable this to support the USB OTG transceiver in AB8500 chip.
  17. This transceiver supports high and full speed devices plus,
  18. in host mode, low speed.
  19. config FSL_USB2_OTG
  20. tristate "Freescale USB OTG Transceiver Driver"
  21. depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_OTG_FSM=y && PM
  22. depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y'
  23. select USB_PHY
  24. help
  25. Enable this to support Freescale USB OTG transceiver.
  26. config ISP1301_OMAP
  27. tristate "Philips ISP1301 with OMAP OTG"
  28. depends on I2C && ARCH_OMAP_OTG
  29. depends on USB
  30. depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y'
  31. select USB_PHY
  32. help
  33. If you say yes here you get support for the Philips ISP1301
  34. USB-On-The-Go transceiver working with the OMAP OTG controller.
  35. The ISP1301 is a full speed USB transceiver which is used in
  36. products including H2, H3, and H4 development boards for Texas
  37. Instruments OMAP processors.
  38. This driver can also be built as a module. If so, the module
  39. will be called phy-isp1301-omap.
  40. config KEYSTONE_USB_PHY
  41. tristate "Keystone USB PHY Driver"
  42. depends on ARCH_KEYSTONE || COMPILE_TEST
  43. depends on NOP_USB_XCEIV
  44. help
  45. Enable this to support Keystone USB phy. This driver provides
  46. interface to interact with USB 2.0 and USB 3.0 PHY that is part
  47. of the Keystone SOC.
  48. config NOP_USB_XCEIV
  49. tristate "NOP USB Transceiver Driver"
  50. depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, NOP can't be built-in
  51. select USB_PHY
  52. help
  53. This driver is to be used by all the usb transceiver which are either
  54. built-in with usb ip or which are autonomous and doesn't require any
  55. phy programming such as ISP1x04 etc.
  56. config AM335X_CONTROL_USB
  57. tristate
  58. config AM335X_PHY_USB
  59. tristate "AM335x USB PHY Driver"
  60. depends on ARM || COMPILE_TEST
  61. depends on NOP_USB_XCEIV
  62. select USB_PHY
  63. select AM335X_CONTROL_USB
  64. select USB_COMMON
  65. help
  66. This driver provides PHY support for that phy which part for the
  67. AM335x SoC.
  68. config TWL6030_USB
  69. tristate "TWL6030 USB Transceiver Driver"
  70. depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS
  71. depends on OF
  72. help
  73. Enable this to support the USB OTG transceiver on TWL6030
  74. family chips. This TWL6030 transceiver has the VBUS and ID GND
  75. and OTG SRP events capabilities. For all other transceiver functionality
  76. UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs
  77. are hooked to this driver through platform_data structure.
  78. The definition of internal PHY APIs are in the mach-omap2 layer.
  79. config USB_GPIO_VBUS
  80. tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
  81. depends on GPIOLIB || COMPILE_TEST
  82. depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y'
  83. select USB_PHY
  84. help
  85. Provides simple GPIO VBUS sensing for controllers with an
  86. internal transceiver via the usb_phy interface, and
  87. optionally control of a D+ pullup GPIO as well as a VBUS
  88. current limit regulator.
  89. config OMAP_OTG
  90. tristate "OMAP USB OTG controller driver"
  91. depends on ARCH_OMAP_OTG && EXTCON
  92. help
  93. Enable this to support some transceivers on OMAP1 platforms. OTG
  94. controller is needed to switch between host and peripheral modes.
  95. This driver can also be built as a module. If so, the module
  96. will be called phy-omap-otg.
  97. config TAHVO_USB
  98. tristate "Tahvo USB transceiver driver"
  99. depends on MFD_RETU
  100. depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y'
  101. select USB_PHY
  102. help
  103. Enable this to support USB transceiver on Tahvo. This is used
  104. at least on Nokia 770.
  105. config TAHVO_USB_HOST_BY_DEFAULT
  106. depends on TAHVO_USB
  107. bool "Device in USB host mode by default"
  108. help
  109. Say Y here, if you want the device to enter USB host mode
  110. by default on bootup.
  111. config USB_ISP1301
  112. tristate "NXP ISP1301 USB transceiver support"
  113. depends on USB || USB_GADGET
  114. depends on I2C
  115. select USB_PHY
  116. help
  117. Say Y here to add support for the NXP ISP1301 USB transceiver driver.
  118. This chip is typically used as USB transceiver for USB host, gadget
  119. and OTG drivers (to be selected separately).
  120. To compile this driver as a module, choose M here: the
  121. module will be called phy-isp1301.
  122. config USB_MV_OTG
  123. tristate "Marvell USB OTG support"
  124. depends on USB_EHCI_MV && USB_MV_UDC && PM && USB_OTG
  125. depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y'
  126. select USB_PHY
  127. help
  128. Say Y here if you want to build Marvell USB OTG transciever
  129. driver in kernel (including PXA and MMP series). This driver
  130. implements role switch between EHCI host driver and gadget driver.
  131. To compile this driver as a module, choose M here.
  132. config USB_MXS_PHY
  133. tristate "Freescale MXS USB PHY support"
  134. depends on ARCH_MXC || ARCH_MXS
  135. select STMP_DEVICE
  136. select USB_PHY
  137. help
  138. Enable this to support the Freescale MXS USB PHY.
  139. MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x.
  140. config USB_TEGRA_PHY
  141. tristate "NVIDIA Tegra USB PHY Driver"
  142. depends on ARCH_TEGRA
  143. select USB_COMMON
  144. select USB_PHY
  145. select USB_ULPI
  146. help
  147. This driver provides PHY support for the USB controllers found
  148. on NVIDIA Tegra SoC's.
  149. config USB_ULPI
  150. bool "Generic ULPI Transceiver Driver"
  151. depends on ARM || ARM64
  152. select USB_ULPI_VIEWPORT
  153. help
  154. Enable this to support ULPI connected USB OTG transceivers which
  155. are likely found on embedded boards.
  156. config USB_ULPI_VIEWPORT
  157. bool
  158. help
  159. Provides read/write operations to the ULPI phy register set for
  160. controllers with a viewport register (e.g. Chipidea/ARC controllers).
  161. endmenu