xref: /openbmc/linux/drivers/usb/phy/Kconfig (revision e90b8417)
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
10e90b8417SFelipe Balbi	tristate "USB 2.0 OTG FSM implementation"
11e90b8417SFelipe Balbi	depends on USB
12e1d2e319SAnton Tikhomirov	select USB_OTG
13e1d2e319SAnton Tikhomirov	select USB_PHY
14e1d2e319SAnton Tikhomirov	help
15e1d2e319SAnton Tikhomirov	  Implements OTG Final State Machine as specified in On-The-Go
16e1d2e319SAnton Tikhomirov	  and Embedded Host Supplement to the USB Revision 2.0 Specification.
17e1d2e319SAnton Tikhomirov
18a0e63123SFelipe Balbi#
19a0e63123SFelipe Balbi# USB Transceiver Drivers
20a0e63123SFelipe Balbi#
21a0e63123SFelipe Balbiconfig AB8500_USB
22a0e63123SFelipe Balbi	tristate "AB8500 USB Transceiver Driver"
23a0e63123SFelipe Balbi	depends on AB8500_CORE
24052a11d1SRoger Quadros	select USB_PHY
2557f6ce07SKishon Vijay Abraham I	help
26a0e63123SFelipe Balbi	  Enable this to support the USB OTG transceiver in AB8500 chip.
27a0e63123SFelipe Balbi	  This transceiver supports high and full speed devices plus,
28a0e63123SFelipe Balbi	  in host mode, low speed.
29a0e63123SFelipe Balbi
30a0e63123SFelipe Balbiconfig FSL_USB2_OTG
31a0e63123SFelipe Balbi	bool "Freescale USB OTG Transceiver Driver"
32e1d2e319SAnton Tikhomirov	depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_OTG_FSM && PM_RUNTIME
33a0e63123SFelipe Balbi	select USB_OTG
34052a11d1SRoger Quadros	select USB_PHY
35a0e63123SFelipe Balbi	help
36a0e63123SFelipe Balbi	  Enable this to support Freescale USB OTG transceiver.
37a0e63123SFelipe Balbi
38a0e63123SFelipe Balbiconfig ISP1301_OMAP
39a0e63123SFelipe Balbi	tristate "Philips ISP1301 with OMAP OTG"
40a0e63123SFelipe Balbi	depends on I2C && ARCH_OMAP_OTG
417cd0c298SFelipe Balbi	depends on USB
42052a11d1SRoger Quadros	select USB_PHY
43a0e63123SFelipe Balbi	help
44a0e63123SFelipe Balbi	  If you say yes here you get support for the Philips ISP1301
45a0e63123SFelipe Balbi	  USB-On-The-Go transceiver working with the OMAP OTG controller.
46a0e63123SFelipe Balbi	  The ISP1301 is a full speed USB  transceiver which is used in
47a0e63123SFelipe Balbi	  products including H2, H3, and H4 development boards for Texas
48a0e63123SFelipe Balbi	  Instruments OMAP processors.
49a0e63123SFelipe Balbi
50a0e63123SFelipe Balbi	  This driver can also be built as a module.  If so, the module
5112c8d64eSAaro Koskinen	  will be called phy-isp1301-omap.
52a0e63123SFelipe Balbi
5325acdd08SWingMan Kwokconfig KEYSTONE_USB_PHY
5425acdd08SWingMan Kwok	tristate "Keystone USB PHY Driver"
5525acdd08SWingMan Kwok	depends on ARCH_KEYSTONE || COMPILE_TEST
5625acdd08SWingMan Kwok	select NOP_USB_XCEIV
5725acdd08SWingMan Kwok	help
5825acdd08SWingMan Kwok	  Enable this to support Keystone USB phy. This driver provides
5925acdd08SWingMan Kwok	  interface to interact with USB 2.0 and USB 3.0 PHY that is part
6025acdd08SWingMan Kwok	  of the Keystone SOC.
6125acdd08SWingMan Kwok
62a0e63123SFelipe Balbiconfig MV_U3D_PHY
63a0e63123SFelipe Balbi	bool "Marvell USB 3.0 PHY controller Driver"
6460630c2eSFelipe Balbi	depends on CPU_MMP3
65052a11d1SRoger Quadros	select USB_PHY
66a0e63123SFelipe Balbi	help
67a0e63123SFelipe Balbi	  Enable this to support Marvell USB 3.0 phy controller for Marvell
68a0e63123SFelipe Balbi	  SoC.
69a0e63123SFelipe Balbi
70a0e63123SFelipe Balbiconfig NOP_USB_XCEIV
71a0e63123SFelipe Balbi	tristate "NOP USB Transceiver Driver"
72052a11d1SRoger Quadros	select USB_PHY
73a0e63123SFelipe Balbi	help
74a0e63123SFelipe Balbi	  This driver is to be used by all the usb transceiver which are either
75a0e63123SFelipe Balbi	  built-in with usb ip or which are autonomous and doesn't require any
76a0e63123SFelipe Balbi	  phy programming such as ISP1x04 etc.
7757f6ce07SKishon Vijay Abraham I
7801658f0fSKishon Vijay Abraham Iconfig OMAP_CONTROL_USB
7901658f0fSKishon Vijay Abraham I	tristate "OMAP CONTROL USB Driver"
804e682bbdSPaul Gortmaker	depends on ARCH_OMAP2PLUS || COMPILE_TEST
8101658f0fSKishon Vijay Abraham I	help
8201658f0fSKishon Vijay Abraham I	  Enable this to add support for the USB part present in the control
8301658f0fSKishon Vijay Abraham I	  module. This driver has API to power on the USB2 PHY and to write to
8401658f0fSKishon Vijay Abraham I	  the mailbox. The mailbox is present only in omap4 and the register to
8501658f0fSKishon Vijay Abraham I	  power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
8601658f0fSKishon Vijay Abraham I	  additional register to power on USB3 PHY.
8701658f0fSKishon Vijay Abraham I
888b7c3b68SRoland Stiggeconfig OMAP_USB3
898b7c3b68SRoland Stigge	tristate "OMAP USB3 PHY Driver"
904e682bbdSPaul Gortmaker	depends on ARCH_OMAP2PLUS || COMPILE_TEST
918b7c3b68SRoland Stigge	select OMAP_CONTROL_USB
92052a11d1SRoger Quadros	select USB_PHY
938b7c3b68SRoland Stigge	help
948b7c3b68SRoland Stigge	  Enable this to support the USB3 PHY that is part of SOC. This
958b7c3b68SRoland Stigge	  driver takes care of all the PHY functionality apart from comparator.
968b7c3b68SRoland Stigge	  This driver interacts with the "OMAP Control USB Driver" to power
978b7c3b68SRoland Stigge	  on/off the PHY.
988b7c3b68SRoland Stigge
993bb869c8SSebastian Andrzej Siewiorconfig AM335X_CONTROL_USB
1003bb869c8SSebastian Andrzej Siewior	tristate
1013bb869c8SSebastian Andrzej Siewior
1023bb869c8SSebastian Andrzej Siewiorconfig AM335X_PHY_USB
1033bb869c8SSebastian Andrzej Siewior	tristate "AM335x USB PHY Driver"
1047ba01278SDave Jones	depends on ARM || COMPILE_TEST
1053bb869c8SSebastian Andrzej Siewior	select USB_PHY
1063bb869c8SSebastian Andrzej Siewior	select AM335X_CONTROL_USB
1073bb869c8SSebastian Andrzej Siewior	select NOP_USB_XCEIV
1083bb869c8SSebastian Andrzej Siewior	help
1093bb869c8SSebastian Andrzej Siewior	  This driver provides PHY support for that phy which part for the
1103bb869c8SSebastian Andrzej Siewior	  AM335x SoC.
1113bb869c8SSebastian Andrzej Siewior
112a0e63123SFelipe Balbiconfig SAMSUNG_USBPHY
1136278703bSTomasz Figa	tristate
1148b7c3b68SRoland Stigge	help
115dc2377d0SVivek Gautam	  Enable this to support Samsung USB phy helper driver for Samsung SoCs.
116dc2377d0SVivek Gautam	  This driver provides common interface to interact, for Samsung USB 2.0 PHY
117dc2377d0SVivek Gautam	  driver and later for Samsung USB 3.0 PHY driver.
118dc2377d0SVivek Gautam
119dc2377d0SVivek Gautamconfig SAMSUNG_USB2PHY
120dc2377d0SVivek Gautam	tristate "Samsung USB 2.0 PHY controller Driver"
121dc2377d0SVivek Gautam	select SAMSUNG_USBPHY
122052a11d1SRoger Quadros	select USB_PHY
123dc2377d0SVivek Gautam	help
124dc2377d0SVivek Gautam	  Enable this to support Samsung USB 2.0 (High Speed) PHY controller
125dc2377d0SVivek Gautam	  driver for Samsung SoCs.
126a0e63123SFelipe Balbi
127b5276758SVivek Gautamconfig SAMSUNG_USB3PHY
128b5276758SVivek Gautam	tristate "Samsung USB 3.0 PHY controller Driver"
129b5276758SVivek Gautam	select SAMSUNG_USBPHY
130052a11d1SRoger Quadros	select USB_PHY
131b5276758SVivek Gautam	help
132b5276758SVivek Gautam	  Enable this to support Samsung USB 3.0 (Super Speed) phy controller
133b5276758SVivek Gautam	  for samsung SoCs.
134b5276758SVivek Gautam
135a0e63123SFelipe Balbiconfig TWL6030_USB
136a0e63123SFelipe Balbi	tristate "TWL6030 USB Transceiver Driver"
137a0e63123SFelipe Balbi	depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS
138a0e63123SFelipe Balbi	help
139a0e63123SFelipe Balbi	  Enable this to support the USB OTG transceiver on TWL6030
140a0e63123SFelipe Balbi	  family chips. This TWL6030 transceiver has the VBUS and ID GND
141a0e63123SFelipe Balbi	  and OTG SRP events capabilities. For all other transceiver functionality
142a0e63123SFelipe Balbi	  UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs
143a0e63123SFelipe Balbi	  are hooked to this driver through platform_data structure.
144a0e63123SFelipe Balbi	  The definition of internal PHY APIs are in the mach-omap2 layer.
145a0e63123SFelipe Balbi
146a0e63123SFelipe Balbiconfig USB_GPIO_VBUS
147a0e63123SFelipe Balbi	tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
1485647ac0aSLinus Torvalds	depends on GPIOLIB
149052a11d1SRoger Quadros	select USB_PHY
150a0e63123SFelipe Balbi	help
151a0e63123SFelipe Balbi	  Provides simple GPIO VBUS sensing for controllers with an
152a0e63123SFelipe Balbi	  internal transceiver via the usb_phy interface, and
153a0e63123SFelipe Balbi	  optionally control of a D+ pullup GPIO as well as a VBUS
154a0e63123SFelipe Balbi	  current limit regulator.
1558b7c3b68SRoland Stigge
156449d2ba6SAaro Koskinenconfig OMAP_OTG
157449d2ba6SAaro Koskinen	tristate "OMAP USB OTG controller driver"
158449d2ba6SAaro Koskinen	depends on ARCH_OMAP_OTG && EXTCON
159449d2ba6SAaro Koskinen	help
160449d2ba6SAaro Koskinen	  Enable this to support some transceivers on OMAP1 platforms. OTG
161449d2ba6SAaro Koskinen	  controller is needed to switch between host and peripheral modes.
162449d2ba6SAaro Koskinen
163449d2ba6SAaro Koskinen	  This driver can also be built as a module. If so, the module
16412c8d64eSAaro Koskinen	  will be called phy-omap-otg.
165449d2ba6SAaro Koskinen
1669ba96ae5SAaro Koskinenconfig TAHVO_USB
1679ba96ae5SAaro Koskinen	tristate "Tahvo USB transceiver driver"
1689ba96ae5SAaro Koskinen	depends on MFD_RETU && EXTCON
1699ba96ae5SAaro Koskinen	select USB_PHY
1709ba96ae5SAaro Koskinen	help
1719ba96ae5SAaro Koskinen	  Enable this to support USB transceiver on Tahvo. This is used
1729ba96ae5SAaro Koskinen	  at least on Nokia 770.
1739ba96ae5SAaro Koskinen
1749ba96ae5SAaro Koskinenconfig TAHVO_USB_HOST_BY_DEFAULT
1759ba96ae5SAaro Koskinen	depends on TAHVO_USB
1769ba96ae5SAaro Koskinen	boolean "Device in USB host mode by default"
1779ba96ae5SAaro Koskinen	help
1789ba96ae5SAaro Koskinen	  Say Y here, if you want the device to enter USB host mode
1799ba96ae5SAaro Koskinen	  by default on bootup.
1809ba96ae5SAaro Koskinen
1818b7c3b68SRoland Stiggeconfig USB_ISP1301
1828b7c3b68SRoland Stigge	tristate "NXP ISP1301 USB transceiver support"
1838b7c3b68SRoland Stigge	depends on USB || USB_GADGET
1848b7c3b68SRoland Stigge	depends on I2C
185052a11d1SRoger Quadros	select USB_PHY
1868b7c3b68SRoland Stigge	help
1878b7c3b68SRoland Stigge	  Say Y here to add support for the NXP ISP1301 USB transceiver driver.
1888b7c3b68SRoland Stigge	  This chip is typically used as USB transceiver for USB host, gadget
1898b7c3b68SRoland Stigge	  and OTG drivers (to be selected separately).
1908b7c3b68SRoland Stigge
1918b7c3b68SRoland Stigge	  To compile this driver as a module, choose M here: the
19212c8d64eSAaro Koskinen	  module will be called phy-isp1301.
193a67e76acSYu Xu
194a0e63123SFelipe Balbiconfig USB_MSM_OTG
195a0e63123SFelipe Balbi	tristate "OTG support for Qualcomm on-chip USB controller"
196a0e63123SFelipe Balbi	depends on (USB || USB_GADGET) && ARCH_MSM
197052a11d1SRoger Quadros	select USB_PHY
198a67e76acSYu Xu	help
199a0e63123SFelipe Balbi	  Enable this to support the USB OTG transceiver on MSM chips. It
200a0e63123SFelipe Balbi	  handles PHY initialization, clock management, and workarounds
201a0e63123SFelipe Balbi	  required after resetting the hardware and power management.
202a0e63123SFelipe Balbi	  This driver is required even for peripheral only or host only
203a0e63123SFelipe Balbi	  mode configurations.
204a0e63123SFelipe Balbi	  This driver is not supported on boards like trout which
205a0e63123SFelipe Balbi	  has an external PHY.
206a0e63123SFelipe Balbi
207a0e63123SFelipe Balbiconfig USB_MV_OTG
208a0e63123SFelipe Balbi	tristate "Marvell USB OTG support"
20998f541c6SAlan Stern	depends on USB_EHCI_MV && USB_MV_UDC && PM_RUNTIME
210a0e63123SFelipe Balbi	select USB_OTG
211052a11d1SRoger Quadros	select USB_PHY
212a0e63123SFelipe Balbi	help
213a0e63123SFelipe Balbi	  Say Y here if you want to build Marvell USB OTG transciever
214a0e63123SFelipe Balbi	  driver in kernel (including PXA and MMP series). This driver
215a0e63123SFelipe Balbi	  implements role switch between EHCI host driver and gadget driver.
216a0e63123SFelipe Balbi
217a0e63123SFelipe Balbi	  To compile this driver as a module, choose M here.
218a0e63123SFelipe Balbi
219a0e63123SFelipe Balbiconfig USB_MXS_PHY
220a0e63123SFelipe Balbi	tristate "Freescale MXS USB PHY support"
221a0e63123SFelipe Balbi	depends on ARCH_MXC || ARCH_MXS
222a0e63123SFelipe Balbi	select STMP_DEVICE
223052a11d1SRoger Quadros	select USB_PHY
224a0e63123SFelipe Balbi	help
225a0e63123SFelipe Balbi	  Enable this to support the Freescale MXS USB PHY.
226a0e63123SFelipe Balbi
227a0e63123SFelipe Balbi	  MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x.
2281789e52aSKuninori Morimoto
2291789e52aSKuninori Morimotoconfig USB_RCAR_PHY
23054407f19SSergei Shtylyov	tristate "Renesas R-Car USB PHY support"
2311789e52aSKuninori Morimoto	depends on USB || USB_GADGET
232052a11d1SRoger Quadros	select USB_PHY
2331789e52aSKuninori Morimoto	help
23454407f19SSergei Shtylyov	  Say Y here to add support for the Renesas R-Car USB common PHY driver.
23554407f19SSergei Shtylyov	  This chip is typically used as USB PHY for USB host, gadget.
23654407f19SSergei Shtylyov	  This driver supports R8A7778 and R8A7779.
2371789e52aSKuninori Morimoto
2381789e52aSKuninori Morimoto	  To compile this driver as a module, choose M here: the
23954407f19SSergei Shtylyov	  module will be called phy-rcar-usb.
240337dc3a7SPraveen Paneri
2415578b266SValentine Barshakconfig USB_RCAR_GEN2_PHY
2425578b266SValentine Barshak	tristate "Renesas R-Car Gen2 USB PHY support"
2435578b266SValentine Barshak	depends on ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST
2445578b266SValentine Barshak	select USB_PHY
2455578b266SValentine Barshak	help
2465578b266SValentine Barshak	  Say Y here to add support for the Renesas R-Car Gen2 USB PHY driver.
2475578b266SValentine Barshak	  It is typically used to control internal USB PHY for USBHS,
2485578b266SValentine Barshak	  and to configure shared USB channels 0 and 2.
2495578b266SValentine Barshak	  This driver supports R8A7790 and R8A7791.
2505578b266SValentine Barshak
2515578b266SValentine Barshak	  To compile this driver as a module, choose M here: the
2525578b266SValentine Barshak	  module will be called phy-rcar-gen2-usb.
2535578b266SValentine Barshak
254a0e63123SFelipe Balbiconfig USB_ULPI
255a0e63123SFelipe Balbi	bool "Generic ULPI Transceiver Driver"
256a0e63123SFelipe Balbi	depends on ARM
257337dc3a7SPraveen Paneri	help
258a0e63123SFelipe Balbi	  Enable this to support ULPI connected USB OTG transceivers which
259a0e63123SFelipe Balbi	  are likely found on embedded boards.
260a0e63123SFelipe Balbi
261a0e63123SFelipe Balbiconfig USB_ULPI_VIEWPORT
262a0e63123SFelipe Balbi	bool
263a0e63123SFelipe Balbi	depends on USB_ULPI
264a0e63123SFelipe Balbi	help
265a0e63123SFelipe Balbi	  Provides read/write operations to the ULPI phy register set for
266a0e63123SFelipe Balbi	  controllers with a viewport register (e.g. Chipidea/ARC controllers).
267a0e63123SFelipe Balbi
268052a11d1SRoger Quadrosendmenu
269