aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2022-06-29 11:06:15 +0100
committerMarek Vasut <marex@denx.de>2022-07-12 21:59:54 +0200
commit88861a2c2c4f4f00008c14911e05f645ae5dd915 (patch)
tree05b8e4467f19adf700de859b7346e8ef4bfc18ab /Makefile
parentb2d2b7872249e6816487e95bd9197a9417aa62bb (diff)
downloadu-boot-88861a2c2c4f4f00008c14911e05f645ae5dd915.zip
u-boot-88861a2c2c4f4f00008c14911e05f645ae5dd915.tar.gz
u-boot-88861a2c2c4f4f00008c14911e05f645ae5dd915.tar.bz2
usb: add isp1760 family driver
ISP1760/61/63 are a family of usb controllers, here the main goal is to support the ISP1763 hcd part found in the MPS3 FPGA board form Arm. This is based on the kernel driver and ported to u-boot. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80cdddd..d76ec69 100644
--- a/Makefile
+++ b/Makefile
@@ -847,6 +847,7 @@ libs-y += drivers/usb/host/
libs-y += drivers/usb/mtu3/
libs-y += drivers/usb/musb/
libs-y += drivers/usb/musb-new/
+libs-y += drivers/usb/isp1760/
libs-y += drivers/usb/phy/
libs-y += drivers/usb/ulpi/
ifdef CONFIG_POST