aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-10-08 09:11:25 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-22 14:23:58 -0400
commitf3a958d30dd1ceac83a3b82b5260475c7697d53a (patch)
tree6fe1ef8a2b7c81e47195068cab04828ec0e9e979 /drivers/usb/host/Kconfig
parentb898f5fa39f8606d64f1760ac09400e9323fed83 (diff)
USB: EHCI: remove CNS3xxx EHCI platform driver
The users have been converted to use the ehci platform driver instead, thus making the ehci-cns3xxx driver obsolete, so remove it. Signed-off-by: Florian Fainelli <florian@openwrt.org> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index e6b64f606080..d21c0070b05f 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -215,9 +215,13 @@ config USB_W90X900_EHCI
215 Enables support for the W90X900 USB controller 215 Enables support for the W90X900 USB controller
216 216
217config USB_CNS3XXX_EHCI 217config USB_CNS3XXX_EHCI
218 bool "Cavium CNS3XXX EHCI Module" 218 bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
219 depends on USB_EHCI_HCD && ARCH_CNS3XXX 219 depends on USB_EHCI_HCD && ARCH_CNS3XXX
220 select USB_EHCI_HCD_PLATFORM
220 ---help--- 221 ---help---
222 This option is deprecated now and the driver was removed, use
223 USB_EHCI_HCD_PLATFORM instead.
224
221 Enable support for the CNS3XXX SOC's on-chip EHCI controller. 225 Enable support for the CNS3XXX SOC's on-chip EHCI controller.
222 It is needed for high-speed (480Mbit/sec) USB 2.0 device 226 It is needed for high-speed (480Mbit/sec) USB 2.0 device
223 support. 227 support.