mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
13 lines
298 B
Text
13 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.
|