blob: d1c5a687d9e735dbacc97ff75e87e09bc32dbb5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# SPDX-License-Identifier: GPL-2.0
config USB_ISP1760
bool "NXP ISP 1760/1761/1763 support"
depends on DM && OF_CONTROL
select DM_USB
select REGMAP
select USB_HOST
help
Say Y 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.
|