xref: /openbmc/linux/drivers/usb/phy/Kconfig (revision 449d2ba6)
18b7c3b68SRoland Stigge#
28b7c3b68SRoland Stigge# Physical Layer USB driver configuration
38b7c3b68SRoland Stigge#
4052a11d1SRoger Quadrosmenu "USB Physical Layer drivers"
5657b306aSKishon Vijay Abraham I
6052a11d1SRoger Quadrosconfig USB_PHY
7052a11d1SRoger Quadros	def_bool n
88b7c3b68SRoland Stigge
9e1d2e319SAnton Tikhomirovconfig USB_OTG_FSM
10e1d2e319SAnton Tikhomirov	bool "USB 2.0 OTG FSM implementation"
11e1d2e319SAnton Tikhomirov	select USB_OTG
12e1d2e319SAnton Tikhomirov	select USB_PHY
13e1d2e319SAnton Tikhomirov	help
14e1d2e319SAnton Tikhomirov	  Implements OTG Final State Machine as specified in On-The-Go
15e1d2e319SAnton Tikhomirov	  and Embedded Host Supplement to the USB Revision 2.0 Specification.
16e1d2e319SAnton Tikhomirov
17a0e63123SFelipe Balbi#
18a0e63123SFelipe Balbi# USB Transceiver Drivers
19a0e63123SFelipe Balbi#
20a0e63123SFelipe Balbiconfig AB8500_USB
21a0e63123SFelipe Balbi	tristate "AB8500 USB Transceiver Driver"
22a0e63123SFelipe Balbi	depends on AB8500_CORE
23052a11d1SRoger Quadros	select USB_PHY
2457f6ce07SKishon Vijay Abraham I	help
25a0e63123SFelipe Balbi	  Enable this to support the USB OTG transceiver in AB8500 chip.
26a0e63123SFelipe Balbi	  This transceiver supports high and full speed devices plus,
27a0e63123SFelipe Balbi	  in host mode, low speed.
28a0e63123SFelipe Balbi
29a0e63123SFelipe Balbiconfig FSL_USB2_OTG
30a0e63123SFelipe Balbi	bool "Freescale USB OTG Transceiver Driver"
31e1d2e319SAnton Tikhomirov	depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_OTG_FSM && PM_RUNTIME
32a0e63123SFelipe Balbi	select USB_OTG
33052a11d1SRoger Quadros	select USB_PHY
34a0e63123SFelipe Balbi	help
35a0e63123SFelipe Balbi	  Enable this to support Freescale USB OTG transceiver.
36a0e63123SFelipe Balbi
37a0e63123SFelipe Balbiconfig ISP1301_OMAP
38a0e63123SFelipe Balbi	tristate "Philips ISP1301 with OMAP OTG"
39a0e63123SFelipe Balbi	depends on I2C && ARCH_OMAP_OTG
40052a11d1SRoger Quadros	select USB_PHY
41a0e63123SFelipe Balbi	help
42a0e63123SFelipe Balbi	  If you say yes here you get support for the Philips ISP1301
43a0e63123SFelipe Balbi	  USB-On-The-Go transceiver working with the OMAP OTG controller.
44a0e63123SFelipe Balbi	  The ISP1301 is a full speed USB  transceiver which is used in
45a0e63123SFelipe Balbi	  products including H2, H3, and H4 development boards for Texas
46a0e63123SFelipe Balbi	  Instruments OMAP processors.
47a0e63123SFelipe Balbi
48a0e63123SFelipe Balbi	  This driver can also be built as a module.  If so, the module
49a0e63123SFelipe Balbi	  will be called isp1301_omap.
50a0e63123SFelipe Balbi
51a0e63123SFelipe Balbiconfig MV_U3D_PHY
52a0e63123SFelipe Balbi	bool "Marvell USB 3.0 PHY controller Driver"
5360630c2eSFelipe Balbi	depends on CPU_MMP3
54052a11d1SRoger Quadros	select USB_PHY
55a0e63123SFelipe Balbi	help
56a0e63123SFelipe Balbi	  Enable this to support Marvell USB 3.0 phy controller for Marvell
57a0e63123SFelipe Balbi	  SoC.
58a0e63123SFelipe Balbi
59a0e63123SFelipe Balbiconfig NOP_USB_XCEIV
60a0e63123SFelipe Balbi	tristate "NOP USB Transceiver Driver"
61052a11d1SRoger Quadros	select USB_PHY
62a0e63123SFelipe Balbi	help
63a0e63123SFelipe Balbi	  This driver is to be used by all the usb transceiver which are either
64a0e63123SFelipe Balbi	  built-in with usb ip or which are autonomous and doesn't require any
65a0e63123SFelipe Balbi	  phy programming such as ISP1x04 etc.
6657f6ce07SKishon Vijay Abraham I
6701658f0fSKishon Vijay Abraham Iconfig OMAP_CONTROL_USB
6801658f0fSKishon Vijay Abraham I	tristate "OMAP CONTROL USB Driver"
694e682bbdSPaul Gortmaker	depends on ARCH_OMAP2PLUS || COMPILE_TEST
7001658f0fSKishon Vijay Abraham I	help
7101658f0fSKishon Vijay Abraham I	  Enable this to add support for the USB part present in the control
7201658f0fSKishon Vijay Abraham I	  module. This driver has API to power on the USB2 PHY and to write to
7301658f0fSKishon Vijay Abraham I	  the mailbox. The mailbox is present only in omap4 and the register to
7401658f0fSKishon Vijay Abraham I	  power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
7501658f0fSKishon Vijay Abraham I	  additional register to power on USB3 PHY.
7601658f0fSKishon Vijay Abraham I
778b7c3b68SRoland Stiggeconfig OMAP_USB3
788b7c3b68SRoland Stigge	tristate "OMAP USB3 PHY Driver"
794e682bbdSPaul Gortmaker	depends on ARCH_OMAP2PLUS || COMPILE_TEST
808b7c3b68SRoland Stigge	select OMAP_CONTROL_USB
81052a11d1SRoger Quadros	select USB_PHY
828b7c3b68SRoland Stigge	help
838b7c3b68SRoland Stigge	  Enable this to support the USB3 PHY that is part of SOC. This
848b7c3b68SRoland Stigge	  driver takes care of all the PHY functionality apart from comparator.
858b7c3b68SRoland Stigge	  This driver interacts with the "OMAP Control USB Driver" to power
868b7c3b68SRoland Stigge	  on/off the PHY.
878b7c3b68SRoland Stigge
883bb869c8SSebastian Andrzej Siewiorconfig AM335X_CONTROL_USB
893bb869c8SSebastian Andrzej Siewior	tristate
903bb869c8SSebastian Andrzej Siewior
913bb869c8SSebastian Andrzej Siewiorconfig AM335X_PHY_USB
923bb869c8SSebastian Andrzej Siewior	tristate "AM335x USB PHY Driver"
937ba01278SDave Jones	depends on ARM || COMPILE_TEST
943bb869c8SSebastian Andrzej Siewior	select USB_PHY
953bb869c8SSebastian Andrzej Siewior	select AM335X_CONTROL_USB
963bb869c8SSebastian Andrzej Siewior	select NOP_USB_XCEIV
973bb869c8SSebastian Andrzej Siewior	help
983bb869c8SSebastian Andrzej Siewior	  This driver provides PHY support for that phy which part for the
993bb869c8SSebastian Andrzej Siewior	  AM335x SoC.
1003bb869c8SSebastian Andrzej Siewior
101a0e63123SFelipe Balbiconfig SAMSUNG_USBPHY
1026278703bSTomasz Figa	tristate
1038b7c3b68SRoland Stigge	help
104dc2377d0SVivek Gautam	  Enable this to support Samsung USB phy helper driver for Samsung SoCs.
105dc2377d0SVivek Gautam	  This driver provides common interface to interact, for Samsung USB 2.0 PHY
106dc2377d0SVivek Gautam	  driver and later for Samsung USB 3.0 PHY driver.
107dc2377d0SVivek Gautam
108dc2377d0SVivek Gautamconfig SAMSUNG_USB2PHY
109dc2377d0SVivek Gautam	tristate "Samsung USB 2.0 PHY controller Driver"
110dc2377d0SVivek Gautam	select SAMSUNG_USBPHY
111052a11d1SRoger Quadros	select USB_PHY
112dc2377d0SVivek Gautam	help
113dc2377d0SVivek Gautam	  Enable this to support Samsung USB 2.0 (High Speed) PHY controller
114dc2377d0SVivek Gautam	  driver for Samsung SoCs.
115a0e63123SFelipe Balbi
116b5276758SVivek Gautamconfig SAMSUNG_USB3PHY
117b5276758SVivek Gautam	tristate "Samsung USB 3.0 PHY controller Driver"
118b5276758SVivek Gautam	select SAMSUNG_USBPHY
119052a11d1SRoger Quadros	select USB_PHY
120b5276758SVivek Gautam	help
121b5276758SVivek Gautam	  Enable this to support Samsung USB 3.0 (Super Speed) phy controller
122b5276758SVivek Gautam	  for samsung SoCs.
123b5276758SVivek Gautam
124a0e63123SFelipe Balbiconfig TWL6030_USB
125a0e63123SFelipe Balbi	tristate "TWL6030 USB Transceiver Driver"
126a0e63123SFelipe Balbi	depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS
127a0e63123SFelipe Balbi	help
128a0e63123SFelipe Balbi	  Enable this to support the USB OTG transceiver on TWL6030
129a0e63123SFelipe Balbi	  family chips. This TWL6030 transceiver has the VBUS and ID GND
130a0e63123SFelipe Balbi	  and OTG SRP events capabilities. For all other transceiver functionality
131a0e63123SFelipe Balbi	  UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs
132a0e63123SFelipe Balbi	  are hooked to this driver through platform_data structure.
133a0e63123SFelipe Balbi	  The definition of internal PHY APIs are in the mach-omap2 layer.
134a0e63123SFelipe Balbi
135a0e63123SFelipe Balbiconfig USB_GPIO_VBUS
136a0e63123SFelipe Balbi	tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
1375647ac0aSLinus Torvalds	depends on GPIOLIB
138052a11d1SRoger Quadros	select USB_PHY
139a0e63123SFelipe Balbi	help
140a0e63123SFelipe Balbi	  Provides simple GPIO VBUS sensing for controllers with an
141a0e63123SFelipe Balbi	  internal transceiver via the usb_phy interface, and
142a0e63123SFelipe Balbi	  optionally control of a D+ pullup GPIO as well as a VBUS
143a0e63123SFelipe Balbi	  current limit regulator.
1448b7c3b68SRoland Stigge
145449d2ba6SAaro Koskinenconfig OMAP_OTG
146449d2ba6SAaro Koskinen	tristate "OMAP USB OTG controller driver"
147449d2ba6SAaro Koskinen	depends on ARCH_OMAP_OTG && EXTCON
148449d2ba6SAaro Koskinen	help
149449d2ba6SAaro Koskinen	  Enable this to support some transceivers on OMAP1 platforms. OTG
150449d2ba6SAaro Koskinen	  controller is needed to switch between host and peripheral modes.
151449d2ba6SAaro Koskinen
152449d2ba6SAaro Koskinen	  This driver can also be built as a module. If so, the module
153449d2ba6SAaro Koskinen	  will be called omap-otg.
154449d2ba6SAaro Koskinen
1558b7c3b68SRoland Stiggeconfig USB_ISP1301
1568b7c3b68SRoland Stigge	tristate "NXP ISP1301 USB transceiver support"
1578b7c3b68SRoland Stigge	depends on USB || USB_GADGET
1588b7c3b68SRoland Stigge	depends on I2C
159052a11d1SRoger Quadros	select USB_PHY
1608b7c3b68SRoland Stigge	help
1618b7c3b68SRoland Stigge	  Say Y here to add support for the NXP ISP1301 USB transceiver driver.
1628b7c3b68SRoland Stigge	  This chip is typically used as USB transceiver for USB host, gadget
1638b7c3b68SRoland Stigge	  and OTG drivers (to be selected separately).
1648b7c3b68SRoland Stigge
1658b7c3b68SRoland Stigge	  To compile this driver as a module, choose M here: the
1668b7c3b68SRoland Stigge	  module will be called isp1301.
167a67e76acSYu Xu
168a0e63123SFelipe Balbiconfig USB_MSM_OTG
169a0e63123SFelipe Balbi	tristate "OTG support for Qualcomm on-chip USB controller"
170a0e63123SFelipe Balbi	depends on (USB || USB_GADGET) && ARCH_MSM
171052a11d1SRoger Quadros	select USB_PHY
172a67e76acSYu Xu	help
173a0e63123SFelipe Balbi	  Enable this to support the USB OTG transceiver on MSM chips. It
174a0e63123SFelipe Balbi	  handles PHY initialization, clock management, and workarounds
175a0e63123SFelipe Balbi	  required after resetting the hardware and power management.
176a0e63123SFelipe Balbi	  This driver is required even for peripheral only or host only
177a0e63123SFelipe Balbi	  mode configurations.
178a0e63123SFelipe Balbi	  This driver is not supported on boards like trout which
179a0e63123SFelipe Balbi	  has an external PHY.
180a0e63123SFelipe Balbi
181a0e63123SFelipe Balbiconfig USB_MV_OTG
182a0e63123SFelipe Balbi	tristate "Marvell USB OTG support"
18398f541c6SAlan Stern	depends on USB_EHCI_MV && USB_MV_UDC && PM_RUNTIME
184a0e63123SFelipe Balbi	select USB_OTG
185052a11d1SRoger Quadros	select USB_PHY
186a0e63123SFelipe Balbi	help
187a0e63123SFelipe Balbi	  Say Y here if you want to build Marvell USB OTG transciever
188a0e63123SFelipe Balbi	  driver in kernel (including PXA and MMP series). This driver
189a0e63123SFelipe Balbi	  implements role switch between EHCI host driver and gadget driver.
190a0e63123SFelipe Balbi
191a0e63123SFelipe Balbi	  To compile this driver as a module, choose M here.
192a0e63123SFelipe Balbi
193a0e63123SFelipe Balbiconfig USB_MXS_PHY
194a0e63123SFelipe Balbi	tristate "Freescale MXS USB PHY support"
195a0e63123SFelipe Balbi	depends on ARCH_MXC || ARCH_MXS
196a0e63123SFelipe Balbi	select STMP_DEVICE
197052a11d1SRoger Quadros	select USB_PHY
198a0e63123SFelipe Balbi	help
199a0e63123SFelipe Balbi	  Enable this to support the Freescale MXS USB PHY.
200a0e63123SFelipe Balbi
201a0e63123SFelipe Balbi	  MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x.
2021789e52aSKuninori Morimoto
2031789e52aSKuninori Morimotoconfig USB_RCAR_PHY
20454407f19SSergei Shtylyov	tristate "Renesas R-Car USB PHY support"
2051789e52aSKuninori Morimoto	depends on USB || USB_GADGET
206052a11d1SRoger Quadros	select USB_PHY
2071789e52aSKuninori Morimoto	help
20854407f19SSergei Shtylyov	  Say Y here to add support for the Renesas R-Car USB common PHY driver.
20954407f19SSergei Shtylyov	  This chip is typically used as USB PHY for USB host, gadget.
21054407f19SSergei Shtylyov	  This driver supports R8A7778 and R8A7779.
2111789e52aSKuninori Morimoto
2121789e52aSKuninori Morimoto	  To compile this driver as a module, choose M here: the
21354407f19SSergei Shtylyov	  module will be called phy-rcar-usb.
214337dc3a7SPraveen Paneri
2155578b266SValentine Barshakconfig USB_RCAR_GEN2_PHY
2165578b266SValentine Barshak	tristate "Renesas R-Car Gen2 USB PHY support"
2175578b266SValentine Barshak	depends on ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST
2185578b266SValentine Barshak	select USB_PHY
2195578b266SValentine Barshak	help
2205578b266SValentine Barshak	  Say Y here to add support for the Renesas R-Car Gen2 USB PHY driver.
2215578b266SValentine Barshak	  It is typically used to control internal USB PHY for USBHS,
2225578b266SValentine Barshak	  and to configure shared USB channels 0 and 2.
2235578b266SValentine Barshak	  This driver supports R8A7790 and R8A7791.
2245578b266SValentine Barshak
2255578b266SValentine Barshak	  To compile this driver as a module, choose M here: the
2265578b266SValentine Barshak	  module will be called phy-rcar-gen2-usb.
2275578b266SValentine Barshak
228a0e63123SFelipe Balbiconfig USB_ULPI
229a0e63123SFelipe Balbi	bool "Generic ULPI Transceiver Driver"
230a0e63123SFelipe Balbi	depends on ARM
231337dc3a7SPraveen Paneri	help
232a0e63123SFelipe Balbi	  Enable this to support ULPI connected USB OTG transceivers which
233a0e63123SFelipe Balbi	  are likely found on embedded boards.
234a0e63123SFelipe Balbi
235a0e63123SFelipe Balbiconfig USB_ULPI_VIEWPORT
236a0e63123SFelipe Balbi	bool
237a0e63123SFelipe Balbi	depends on USB_ULPI
238a0e63123SFelipe Balbi	help
239a0e63123SFelipe Balbi	  Provides read/write operations to the ULPI phy register set for
240a0e63123SFelipe Balbi	  controllers with a viewport register (e.g. Chipidea/ARC controllers).
241a0e63123SFelipe Balbi
242052a11d1SRoger Quadrosendmenu
243