summaryrefslogtreecommitdiffstats
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-09-26 07:59:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-26 21:36:58 +0200
commit6850ccff6637444c16c1cb3603ed810f00514ef6 (patch)
tree5965cc4c50165ae36fd7db292ff5b1eb151f961c /drivers/usb/Makefile
parent12aeca8373b294a828df7440a48fd7e14612fd7b (diff)
downloadbarebox-6850ccff6637444c16c1cb3603ed810f00514ef6.tar.gz
barebox-6850ccff6637444c16c1cb3603ed810f00514ef6.tar.xz
USB: MUSB: Add barebox specific changes
This changes the MUSB support from the original Kernel state to be usable with barebox. Tested on a custom board and the Beaglebone Black. The host port on the Beaglebone works, the OTG port works in device mode, but not yet in host mode. Based on the initial MUSB port from Rolf Evers Fischer. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index 44cb54a707..047f184800 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -1,6 +1,6 @@
obj-$(CONFIG_USB) += core/
obj-$(CONFIG_USB_IMX_CHIPIDEA) += imx/
-obj-$(CONFIG_USB_MUSB_DSPS) += am335x/
+obj-$(CONFIG_USB_MUSB) += musb/
obj-$(CONFIG_USB_GADGET) += gadget/
obj-$(CONFIG_USB_STORAGE) += storage/
obj-y += host/