diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-08-04 17:04:07 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-05 17:20:34 +0200 |
commit | 5d6c2f4b5aab1ba5fe484fdd65bf78a71907f70d (patch) | |
tree | c33081ccc1d2363124db783c870b88944728be2c /drivers/usb/Kconfig | |
parent | 95de1e2f26b562156210833ff667be6d071de019 (diff) | |
download | u-boot-imx-5d6c2f4b5aab1ba5fe484fdd65bf78a71907f70d.zip u-boot-imx-5d6c2f4b5aab1ba5fe484fdd65bf78a71907f70d.tar.gz u-boot-imx-5d6c2f4b5aab1ba5fe484fdd65bf78a71907f70d.tar.bz2 |
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/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index adce3f6..abb06fc 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" |