diff options
author | Lukasz Dalek <luk0104@gmail.com> | 2012-10-02 17:04:32 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-15 11:54:01 -0700 |
commit | 3c09a2836df2f0ca73396ce00104385f0a622015 (patch) | |
tree | 7ec2fd4ca8669c773e4479eabe58003bbd06105c /drivers/usb/gadget/Makefile | |
parent | 2bb378841e6c093476cd6365aacd7bfdbe60f658 (diff) | |
download | u-boot-imx-3c09a2836df2f0ca73396ce00104385f0a622015.zip u-boot-imx-3c09a2836df2f0ca73396ce00104385f0a622015.tar.gz u-boot-imx-3c09a2836df2f0ca73396ce00104385f0a622015.tar.bz2 |
pxa25x: Add support for USB ethernet gadget
Add to pxa25x based devices support for USB ethernet gadget. This is a
port of pxa25x UDC driver from Linux kernel.
Signed-off-by: Lukasz Dalek <luk0104@gmail.com>
Diffstat (limited to 'drivers/usb/gadget/Makefile')
-rw-r--r-- | drivers/usb/gadget/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index 5bbdd36..040eaba 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile @@ -36,6 +36,7 @@ ifdef CONFIG_USB_ETHER COBJS-y += ether.o epautoconf.o config.o usbstring.o COBJS-$(CONFIG_USB_ETH_RNDIS) += rndis.o COBJS-$(CONFIG_MV_UDC) += mv_udc.o +COBJS-$(CONFIG_CPU_PXA25X) += pxa25x_udc.o else # Devices not related to the new gadget layer depend on CONFIG_USB_DEVICE ifdef CONFIG_USB_DEVICE |