diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2013-12-06 18:13:07 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-07 00:46:32 +0400 |
commit | 9ba96ae5074c9f15b357919e704ceba2bd34972d (patch) | |
tree | ae31e74f7a2dea56421028efda2aaaa6340cbd6c /drivers/usb/phy/Kconfig | |
parent | 449d2ba613a551046544ea75b99563ee643c8d7c (diff) | |
download | linux-9ba96ae5074c9f15b357919e704ceba2bd34972d.tar.xz |
usb: omap1: Tahvo USB transceiver driver
Add Tahvo USB transceiver driver.
Based on old code from linux-omap tree. The original driver was written
by Juha Yrjölä, Tony Lindgren, and Timo Teräs.
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/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 0dbab6f5c2d4..4f22762f3d6f 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -152,6 +152,21 @@ config OMAP_OTG This driver can also be built as a module. If so, the module will be called omap-otg. +config TAHVO_USB + tristate "Tahvo USB transceiver driver" + depends on MFD_RETU && EXTCON + select USB_PHY + help + Enable this to support USB transceiver on Tahvo. This is used + at least on Nokia 770. + +config TAHVO_USB_HOST_BY_DEFAULT + depends on TAHVO_USB + boolean "Device in USB host mode by default" + help + Say Y here, if you want the device to enter USB host mode + by default on bootup. + config USB_ISP1301 tristate "NXP ISP1301 USB transceiver support" depends on USB || USB_GADGET |