summaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/Kconfig
diff options
context:
space:
mode:
authorPurna Chandra Mandal <purna.mandal@microchip.com>2016-03-21 13:05:42 +0530
committerMarek Vasut <marex@denx.de>2016-04-10 17:18:41 +0200
commit03b8e04632cac41e4000daed70d6987d118bf3d7 (patch)
tree585d2c92ebdeab9179eb25fa991f6a5b429dda4f /drivers/usb/musb-new/Kconfig
parent6d9481047efcf2928ad9ff5bd883345b70cd0ca6 (diff)
downloadu-boot-imx-03b8e04632cac41e4000daed70d6987d118bf3d7.zip
u-boot-imx-03b8e04632cac41e4000daed70d6987d118bf3d7.tar.gz
u-boot-imx-03b8e04632cac41e4000daed70d6987d118bf3d7.tar.bz2
drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.
This driver adds support of PIC32 MUSB OTG controller as dual role device. It implements platform specific glue to reuse musb core. Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com> Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
Diffstat (limited to 'drivers/usb/musb-new/Kconfig')
-rw-r--r--drivers/usb/musb-new/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/Kconfig b/drivers/usb/musb-new/Kconfig
index 6a6cb93..4e8a543 100644
--- a/drivers/usb/musb-new/Kconfig
+++ b/drivers/usb/musb-new/Kconfig
@@ -15,6 +15,13 @@ config USB_MUSB_GADGET
if USB_MUSB_HOST || USB_MUSB_GADGET
+config USB_MUSB_PIC32
+ bool "Enable Microchip PIC32 DRC USB controller"
+ depends on DM_USB && MACH_PIC32
+ help
+ Say y to enable PIC32 USB DRC controller support
+ if it is available on your Microchip PIC32 platform.
+
config USB_MUSB_SUNXI
bool "Enable sunxi OTG / DRC USB controller"
depends on ARCH_SUNXI