mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
88861a2c2c
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>
12 lines
298 B
Text
12 lines
298 B
Text
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config USB_ISP1760
|
|
tristate "NXP ISP 1760/1761/1763 support"
|
|
select DM_USB
|
|
select USB_HOST
|
|
help
|
|
Say Y or M here if your system as an ISP1760/1761/1763 USB host
|
|
controller.
|
|
|
|
This USB controller is usually attached to a non-DMA-Master
|
|
capable bus.
|