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 |
| 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 | |
Roland Stigge | 8b7c3b6 | 2012-04-29 16:47:04 +0200 | [diff] [blame] | 17 | config USB_ISP1301 |
| 18 | tristate "NXP ISP1301 USB transceiver support" |
Alexandre Pereira da Silva | c615632 | 2012-06-26 11:56:48 -0300 | [diff] [blame] | 19 | depends on USB || USB_GADGET |
Roland Stigge | 8b7c3b6 | 2012-04-29 16:47:04 +0200 | [diff] [blame] | 20 | depends on I2C |
| 21 | help |
| 22 | Say Y here to add support for the NXP ISP1301 USB transceiver driver. |
| 23 | This chip is typically used as USB transceiver for USB host, gadget |
| 24 | and OTG drivers (to be selected separately). |
| 25 | |
| 26 | To compile this driver as a module, choose M here: the |
| 27 | module will be called isp1301. |
Yu Xu | a67e76a | 2012-08-09 22:29:31 +0800 | [diff] [blame] | 28 | |
| 29 | config MV_U3D_PHY |
| 30 | bool "Marvell USB 3.0 PHY controller Driver" |
| 31 | depends on USB_MV_U3D |
| 32 | select USB_OTG_UTILS |
| 33 | help |
| 34 | Enable this to support Marvell USB 3.0 phy controller for Marvell |
| 35 | SoC. |
Kuninori Morimoto | 1789e52 | 2012-10-31 19:03:11 -0700 | [diff] [blame] | 36 | |
| 37 | config USB_RCAR_PHY |
| 38 | tristate "Renesas R-Car USB phy support" |
| 39 | depends on USB || USB_GADGET |
| 40 | select USB_OTG_UTILS |
| 41 | help |
| 42 | Say Y here to add support for the Renesas R-Car USB phy driver. |
| 43 | This chip is typically used as USB phy for USB host, gadget. |
| 44 | This driver supports: R8A7779 |
| 45 | |
| 46 | To compile this driver as a module, choose M here: the |
| 47 | module will be called rcar-phy. |