This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-16 09:48:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5b9ce0e28a
u-boot
/
drivers
/
usb
/
gadget
/
udc
/
Makefile
5 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
usb: gadget: udc: add udc-core from linux kernel to u-boot Added udc-core.c from linux kernel 3.19-rc1 (97bf6af1f9) to u-boot. This will be adapted to work with u-boot in the following patches. Adding support for udc will help to seamlessly port dwc3 driver from linux kernel to u-boot (since dwc3 uses udc-core) and it'll also help to add support for multiple gadget controllers to be functional at the same time. All other gadget drivers can also be adapted to use udc-core. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
2015-02-23 13:09:46 +00:00
#
# USB peripheral controller drivers
#
usb: dwc3: Makefile: Make dwc3 driver compile in u-boot Now that the entire dwc3 driver is adapted to compile with uboot build, modify the Makefiles so that the dwc3 driver can be built. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
2015-02-23 13:10:16 +00:00
obj-$(CONFIG_USB_DWC3_GADGET)
+=
udc-core.o
Reference in a new issue
Copy permalink