summaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
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/Kconfig
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/Kconfig')
-rw-r--r--drivers/usb/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index eedd20e311..8520a2fd9b 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -19,3 +19,5 @@ endif
source drivers/usb/gadget/Kconfig
+source drivers/usb/musb/Kconfig
+