summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig14
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index c4f17ce5c77b..0a277a07cf70 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -383,18 +383,6 @@ config USB_ISP116X_HCD
To compile this driver as a module, choose M here: the
module will be called isp116x-hcd.
-config USB_ISP1362_HCD
- tristate "ISP1362 HCD support"
- depends on HAS_IOPORT
- depends on COMPILE_TEST # nothing uses this
- help
- Supports the Philips ISP1362 chip as a host controller
-
- This driver does not support isochronous transfers.
-
- To compile this driver as a module, choose M here: the
- module will be called isp1362-hcd.
-
config USB_MAX3421_HCD
tristate "MAX3421 HCD (USB-over-SPI) support"
depends on USB && SPI
@@ -616,7 +604,7 @@ config USB_UHCI_ASPEED
config USB_FHCI_HCD
tristate "Freescale QE USB Host Controller support"
- depends on OF_GPIO && QE_GPIO && QUICC_ENGINE
+ depends on QE_GPIO && QUICC_ENGINE
select FSL_GTM
select QE_USB
help