diff options
author | Sylvain Lemieux <slemieux@tycoint.com> | 2015-08-13 15:40:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-18 13:45:57 -0400 |
commit | adf8d58d4f34533cd12174d76ae404eb740e844f (patch) | |
tree | 343f6a0e57fcd19976b62f5c2385a9618c1d3551 /drivers/usb/host/Makefile | |
parent | 1933af15e2ce9dfdf64d6c663eb16963ae0341ad (diff) | |
download | u-boot-imx-adf8d58d4f34533cd12174d76ae404eb740e844f.zip u-boot-imx-adf8d58d4f34533cd12174d76ae404eb740e844f.tar.gz u-boot-imx-adf8d58d4f34533cd12174d76ae404eb740e844f.tar.bz2 |
usb: lpc32xx: add host USB driver
Incorporate USB driver from legacy LPCLinux NXP BSP.
The files taken from the legacy patch are:
- lpc32xx USB driver
- lpc3250 header file USB registers definition.
The legacy driver was updated and clean-up as part of the integration with the latest u-boot.
Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com>
Acked-by: Marek Vasut <marex@denx.de>
Tested-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r-- | drivers/usb/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index 6cc3bbd..7f07d77 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -20,6 +20,7 @@ obj-$(CONFIG_USB_SL811HS) += sl811-hcd.o obj-$(CONFIG_USB_OHCI_S3C24XX) += ohci-s3c24xx.o obj-$(CONFIG_USB_OHCI_EP93XX) += ohci-ep93xx.o obj-$(CONFIG_USB_OHCI_SUNXI) += ohci-sunxi.o +obj-$(CONFIG_USB_OHCI_LPC32XX) += ohci-lpc32xx.o # echi obj-$(CONFIG_USB_EHCI) += ehci-hcd.o |