diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-01-21 01:56:02 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-01-27 18:39:38 +0300 |
commit | 7ef077a8ad3557f030d0407c4f56c5a0cf1e418a (patch) | |
tree | d9096193b4cb402d2b4c381ba5376449d52db18f /drivers/usb/host/Kconfig | |
parent | 0316ca6319b98e485325be98a47d08fed07ead43 (diff) | |
download | linux-7ef077a8ad3557f030d0407c4f56c5a0cf1e418a.tar.xz |
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/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index fafc628480e0..3de291b6ac04 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -331,20 +331,6 @@ config USB_ISP116X_HCD To compile this driver as a module, choose M here: the module will be called isp116x-hcd. -config USB_ISP1760_HCD - tristate "ISP 1760 HCD support" - ---help--- - The ISP1760 chip is a USB 2.0 host 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_ISP1362_HCD tristate "ISP1362 HCD support" ---help--- |