summaryrefslogtreecommitdiffstats
path: root/drivers/usb/isp1760/Kconfig
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2015-01-20 23:56:02 +0100
committerFelipe Balbi <balbi@ti.com>2015-01-27 16:39:38 +0100
commit7ef077a8ad3557f030d0407c4f56c5a0cf1e418a (patch)
treed9096193b4cb402d2b4c381ba5376449d52db18f /drivers/usb/isp1760/Kconfig
parentusb: isp1760: Add device controller support (diff)
downloadlinux-7ef077a8ad3557f030d0407c4f56c5a0cf1e418a.tar.xz
linux-7ef077a8ad3557f030d0407c4f56c5a0cf1e418a.zip
usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/
Now that this is DRD, it doesn't make sense to keep it under drivers/usb/host. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/isp1760/Kconfig')
-rw-r--r--drivers/usb/isp1760/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/usb/isp1760/Kconfig b/drivers/usb/isp1760/Kconfig
new file mode 100644
index 000000000000..c09ab8fa0e10
--- /dev/null
+++ b/drivers/usb/isp1760/Kconfig
@@ -0,0 +1,22 @@
+config USB_ISP1760
+ tristate "NXP ISP 1760/1761 support"
+ depends on USB
+ help
+ Say Y or M here if your system as an ISP1760 USB host controller
+ or an ISP1761 USB dual-role controller.
+
+ This driver does not support isochronous transfers or OTG.
+ This USB controller is usually attached to a non-DMA-Master
+ capable bus. NXP's eval kit brings this chip on PCI card
+ where the chip itself is behind a PLB to simulate such
+ a bus.
+
+ To compile this driver as a module, choose M here: the
+ module will be called isp1760.
+
+config USB_ISP1761_UDC
+ boolean "NXP ISP1761 USB Device Controller"
+ depends on USB_ISP1760 && USB_GADGET
+ help
+ The NXP ISP1761 is a dual-role high-speed USB host and device
+ controller.