From 88861a2c2c4f4f00008c14911e05f645ae5dd915 Mon Sep 17 00:00:00 2001 From: Rui Miguel Silva Date: Wed, 29 Jun 2022 11:06:15 +0100 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80cddddddec..d76ec69b528 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 -- cgit v1.3.1