summaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-08-04 17:04:07 +0200
committerMarek Vasut <marex@denx.de>2015-08-05 17:20:34 +0200
commit5d6c2f4b5aab1ba5fe484fdd65bf78a71907f70d (patch)
treec33081ccc1d2363124db783c870b88944728be2c /drivers/usb/Kconfig
parent95de1e2f26b562156210833ff667be6d071de019 (diff)
downloadtalos-obmc-uboot-5d6c2f4b5aab1ba5fe484fdd65bf78a71907f70d.tar.gz
talos-obmc-uboot-5d6c2f4b5aab1ba5fe484fdd65bf78a71907f70d.zip
usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET
Having MUSB_HOST and MUSB_GADGET in Kconfig allows more flexibility with regard to what Kconfig options to enable, such as USB_STORAGE or USB_KEYBOARD. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
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 adce3f6a0a..abb06fcfe5 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -49,6 +49,8 @@ config DM_USB
source "drivers/usb/host/Kconfig"
+source "drivers/usb/musb-new/Kconfig"
+
source "drivers/usb/emul/Kconfig"
comment "USB peripherals"
OpenPOWER on IntegriCloud