summaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg/Kconfig
diff options
context:
space:
mode:
authorDavid Brownell2008-12-18 21:25:44 +0100
committerGreg Kroah-Hartman2009-01-07 19:00:11 +0100
commit9ebd9616648bc0e47e7f8e1898c919305f1e6347 (patch)
treee781dffbb8139db3707b3f26419ea04abf00a1d1 /drivers/usb/otg/Kconfig
parentUSB: add imx udc gadget driver (diff)
downloadkernel-qcow2-linux-9ebd9616648bc0e47e7f8e1898c919305f1e6347.tar.gz
kernel-qcow2-linux-9ebd9616648bc0e47e7f8e1898c919305f1e6347.tar.xz
kernel-qcow2-linux-9ebd9616648bc0e47e7f8e1898c919305f1e6347.zip
USB: otg: twl4030 transceiver driver
Add driver for the high speed USB-OTG transceiver in TI's TWL4030 family of chips. Given this and various other pending patches, OMAP3 hardware like that from beagleboard.org, gumstix.com (Overo), and openpandora.org should now have basic USB host and peripheral connectivity with mainline kernels. Ditto for less widely-available boards. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Tony Lindgren <tony@atomide.com> Cc: Kevin Hilman <khilman@deeprootsystems.com> Cc: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/otg/Kconfig')
-rw-r--r--drivers/usb/otg/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig
index afe91bfea7f2..8e8dbdb9b39b 100644
--- a/drivers/usb/otg/Kconfig
+++ b/drivers/usb/otg/Kconfig
@@ -41,4 +41,14 @@ config ISP1301_OMAP
This driver can also be built as a module. If so, the module
will be called isp1301_omap.
+config TWL4030_USB
+ tristate "TWL4030 USB Transceiver Driver"
+ depends on TWL4030_CORE
+ select USB_OTG_UTILS
+ help
+ Enable this to support the USB OTG transceiver on TWL4030
+ family chips (including the TWL5030 and TPS659x0 devices).
+ This transceiver supports high and full speed devices plus,
+ in host mode, low speed.
+
endif # USB || OTG