Roland Stigge | 8b7c3b6 | 2012-04-29 16:47:04 +0200 | [diff] [blame] | 1 | # |
| 2 | # Physical Layer USB driver configuration |
| 3 | # |
| 4 | comment "USB Physical Layer drivers" |
Alexandre Pereira da Silva | c615632 | 2012-06-26 11:56:48 -0300 | [diff] [blame] | 5 | depends on USB || USB_GADGET |
Roland Stigge | 8b7c3b6 | 2012-04-29 16:47:04 +0200 | [diff] [blame] | 6 | |
Kishon Vijay Abraham I | 657b306 | 2012-09-06 20:27:06 +0530 | [diff] [blame] | 7 | config OMAP_USB2 |
| 8 | tristate "OMAP USB2 PHY Driver" |
Tony Lindgren | 770b6cb | 2012-12-16 12:28:46 -0800 | [diff] [blame] | 9 | depends on ARCH_OMAP2PLUS |
Kishon Vijay Abraham I | 657b306 | 2012-09-06 20:27:06 +0530 | [diff] [blame] | 10 | select USB_OTG_UTILS |
Kishon Vijay Abraham I | ca784be | 2013-01-25 15:54:00 +0530 | [diff] [blame] | 11 | select OMAP_CONTROL_USB |
Kishon Vijay Abraham I | 657b306 | 2012-09-06 20:27:06 +0530 | [diff] [blame] | 12 | help |
| 13 | Enable this to support the transceiver that is part of SOC. This |
| 14 | driver takes care of all the PHY functionality apart from comparator. |
| 15 | The USB OTG controller communicates with the comparator using this |
| 16 | driver. |
| 17 | |
Kishon Vijay Abraham I | 57f6ce0 | 2013-01-25 08:21:48 +0530 | [diff] [blame] | 18 | config OMAP_USB3 |
| 19 | tristate "OMAP USB3 PHY Driver" |
| 20 | select USB_OTG_UTILS |
| 21 | select OMAP_CONTROL_USB |
| 22 | help |
| 23 | Enable this to support the USB3 PHY that is part of SOC. This |
| 24 | driver takes care of all the PHY functionality apart from comparator. |
| 25 | This driver interacts with the "OMAP Control USB Driver" to power |
| 26 | on/off the PHY. |
| 27 | |
Kishon Vijay Abraham I | 01658f0 | 2013-01-25 15:53:57 +0530 | [diff] [blame] | 28 | config OMAP_CONTROL_USB |
| 29 | tristate "OMAP CONTROL USB Driver" |
Kishon Vijay Abraham I | 01658f0 | 2013-01-25 15:53:57 +0530 | [diff] [blame] | 30 | help |
| 31 | Enable this to add support for the USB part present in the control |
| 32 | module. This driver has API to power on the USB2 PHY and to write to |
| 33 | the mailbox. The mailbox is present only in omap4 and the register to |
| 34 | power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an |
| 35 | additional register to power on USB3 PHY. |
| 36 | |
Roland Stigge | 8b7c3b6 | 2012-04-29 16:47:04 +0200 | [diff] [blame] | 37 | config USB_ISP1301 |
| 38 | tristate "NXP ISP1301 USB transceiver support" |
Alexandre Pereira da Silva | c615632 | 2012-06-26 11:56:48 -0300 | [diff] [blame] | 39 | depends on USB || USB_GADGET |
Roland Stigge | 8b7c3b6 | 2012-04-29 16:47:04 +0200 | [diff] [blame] | 40 | depends on I2C |
Roland Stigge | c8fa48d | 2013-03-26 18:36:01 +0100 | [diff] [blame] | 41 | select USB_OTG_UTILS |
Roland Stigge | 8b7c3b6 | 2012-04-29 16:47:04 +0200 | [diff] [blame] | 42 | help |
| 43 | Say Y here to add support for the NXP ISP1301 USB transceiver driver. |
| 44 | This chip is typically used as USB transceiver for USB host, gadget |
| 45 | and OTG drivers (to be selected separately). |
| 46 | |
| 47 | To compile this driver as a module, choose M here: the |
| 48 | module will be called isp1301. |
Yu Xu | a67e76a | 2012-08-09 22:29:31 +0800 | [diff] [blame] | 49 | |
| 50 | config MV_U3D_PHY |
| 51 | bool "Marvell USB 3.0 PHY controller Driver" |
| 52 | depends on USB_MV_U3D |
| 53 | select USB_OTG_UTILS |
| 54 | help |
| 55 | Enable this to support Marvell USB 3.0 phy controller for Marvell |
| 56 | SoC. |
Kuninori Morimoto | 1789e52 | 2012-10-31 19:03:11 -0700 | [diff] [blame] | 57 | |
| 58 | config USB_RCAR_PHY |
| 59 | tristate "Renesas R-Car USB phy support" |
| 60 | depends on USB || USB_GADGET |
| 61 | select USB_OTG_UTILS |
| 62 | help |
| 63 | Say Y here to add support for the Renesas R-Car USB phy driver. |
| 64 | This chip is typically used as USB phy for USB host, gadget. |
| 65 | This driver supports: R8A7779 |
| 66 | |
| 67 | To compile this driver as a module, choose M here: the |
| 68 | module will be called rcar-phy. |
Praveen Paneri | 337dc3a | 2012-11-23 16:03:06 +0530 | [diff] [blame] | 69 | |
| 70 | config SAMSUNG_USBPHY |
| 71 | bool "Samsung USB PHY controller Driver" |
Vivek Gautam | 8c1b3e1 | 2013-01-22 18:30:41 +0530 | [diff] [blame] | 72 | depends on USB_S3C_HSOTG || USB_EHCI_S5P || USB_OHCI_EXYNOS |
Praveen Paneri | 337dc3a | 2012-11-23 16:03:06 +0530 | [diff] [blame] | 73 | select USB_OTG_UTILS |
| 74 | help |
| 75 | Enable this to support Samsung USB phy controller for samsung |
| 76 | SoCs. |