summaryrefslogtreecommitdiffstats
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-11-22 15:35:22 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-13 22:18:46 +0100
commita4076ddf6577a5163c4d36aa4dff2e674df37b2d (patch)
tree1a5e656f29a49f8f77411b77cd52fead9688046f /drivers/usb/Makefile
parent15fd89d0a49f015e2b6078a28cb61400f4028e39 (diff)
downloadbarebox-a4076ddf6577a5163c4d36aa4dff2e674df37b2d.tar.gz
barebox-a4076ddf6577a5163c4d36aa4dff2e674df37b2d.tar.xz
USB i.MX: Add chipidea driver support
For proper USB function the usbmisc registers have to be initialized. This patch adds a driver which matches for the usbmisc registers. This driver is called from a new driver which binds to the USB ports to configure the misc registers. After that the driver registers the EHCI driver and an ULPI transceiver if necessary. Currently only host mode is supported, but device support can be added later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index be4b371413..3cefab7131 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_USB) += core/
+obj-$(CONFIG_USB_IMX_CHIPIDEA) += imx/
obj-$(CONFIG_USB_GADGET) += gadget/
obj-$(CONFIG_USB_STORAGE) += storage/
obj-y += host/