aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2009-10-15 17:09:35 +0300
committerGreg Kroah-Hartman <gregkh@suse.de>2009-12-11 11:55:16 -0800
commit2d57a95f09cf71c4c642e5be15f8b700d17ee90c (patch)
treed763a90863734367fa97fc3e9809696e349101a3 /drivers/usb/Makefile
parentUSB OTG: add support for ulpi connected external transceivers (diff)
downloadlinux-dev-2d57a95f09cf71c4c642e5be15f8b700d17ee90c.tar.xz
linux-dev-2d57a95f09cf71c4c642e5be15f8b700d17ee90c.zip
USB OTG: Add generic driver for ULPI OTG transceiver
This adds a minimal generic driver for ULPI connected transceivers, using the OTG framework functions recently introduced. The driver got a table to match the ULPI chips, which currently only has one entry for NXP's ISP 1504 transceiver. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Heikki Krogerus <ext-heikki.krogerus@nokia.com> Cc: David Brownell <dbrownell@users.sourceforge.net> Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index be3c9b80bc9f..473aa1a20de9 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -44,3 +44,5 @@ obj-y += early/
obj-$(CONFIG_USB_ATM) += atm/
obj-$(CONFIG_USB_SPEEDTOUCH) += atm/
+
+obj-$(CONFIG_USB_ULPI) += otg/