aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/Kconfig
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2013-12-06 16:13:06 +0200
committerFelipe Balbi <balbi@ti.com>2013-12-06 14:40:26 -0600
commit449d2ba613a551046544ea75b99563ee643c8d7c (patch)
tree916ecc4e0927306aa9ea1e6fdbac9fdaee9c1025 /drivers/usb/phy/Kconfig
parentusb: omap1: add extcon to platform data (diff)
downloadlinux-dev-449d2ba613a551046544ea75b99563ee643c8d7c.tar.xz
linux-dev-449d2ba613a551046544ea75b99563ee643c8d7c.zip
usb: omap1: OTG controller driver
Transceivers need to manage OTG controller state on OMAP1 to enable switching between peripheral and host modes. Provide a driver for that. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r--drivers/usb/phy/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig
index 921a9f43e309..0dbab6f5c2d4 100644
--- a/drivers/usb/phy/Kconfig
+++ b/drivers/usb/phy/Kconfig
@@ -142,6 +142,16 @@ config USB_GPIO_VBUS
optionally control of a D+ pullup GPIO as well as a VBUS
current limit regulator.
+config OMAP_OTG
+ tristate "OMAP USB OTG controller driver"
+ depends on ARCH_OMAP_OTG && EXTCON
+ help
+ Enable this to support some transceivers on OMAP1 platforms. OTG
+ controller is needed to switch between host and peripheral modes.
+
+ This driver can also be built as a module. If so, the module
+ will be called omap-otg.
+
config USB_ISP1301
tristate "NXP ISP1301 USB transceiver support"
depends on USB || USB_GADGET