diff options
author | Purna Chandra Mandal <purna.mandal@microchip.com> | 2016-03-21 13:05:42 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-10 17:18:41 +0200 |
commit | 03b8e04632cac41e4000daed70d6987d118bf3d7 (patch) | |
tree | 585d2c92ebdeab9179eb25fa991f6a5b429dda4f /drivers/usb/musb-new/Makefile | |
parent | 6d9481047efcf2928ad9ff5bd883345b70cd0ca6 (diff) | |
download | u-boot-03b8e04632cac41e4000daed70d6987d118bf3d7.tar.gz |
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/Makefile')
-rw-r--r-- | drivers/usb/musb-new/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/Makefile b/drivers/usb/musb-new/Makefile index 072d516a03..df1c3c8a45 100644 --- a/drivers/usb/musb-new/Makefile +++ b/drivers/usb/musb-new/Makefile @@ -10,6 +10,7 @@ obj-$(CONFIG_USB_MUSB_HOST) += musb_host.o musb_core.o musb_uboot.o obj-$(CONFIG_USB_MUSB_DSPS) += musb_dsps.o obj-$(CONFIG_USB_MUSB_AM35X) += am35x.o obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o +obj-$(CONFIG_USB_MUSB_PIC32) += pic32.o obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o ccflags-y := $(call cc-option,-Wno-unused-variable) \ |