usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/
[deliverable/linux.git] / drivers / usb / isp1760 / Kconfig
1 config USB_ISP1760
2 tristate "NXP ISP 1760/1761 support"
3 depends on USB
4 help
5 Say Y or M here if your system as an ISP1760 USB host controller
6 or an ISP1761 USB dual-role controller.
7
8 This driver does not support isochronous transfers or OTG.
9 This USB controller is usually attached to a non-DMA-Master
10 capable bus. NXP's eval kit brings this chip on PCI card
11 where the chip itself is behind a PLB to simulate such
12 a bus.
13
14 To compile this driver as a module, choose M here: the
15 module will be called isp1760.
16
17 config USB_ISP1761_UDC
18 boolean "NXP ISP1761 USB Device Controller"
19 depends on USB_ISP1760 && USB_GADGET
20 help
21 The NXP ISP1761 is a dual-role high-speed USB host and device
22 controller.
This page took 0.155407 seconds and 5 git commands to generate.