summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-02 21:11:38 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-14 17:03:42 +0900
commit75d297ec1f25ad02b29434cc9a036f39ab3cb0ba (patch)
treed0d2a992580821f166c5162a5ac56fff69d0e7e5 /drivers/usb/host/Kconfig
parentcd0847fe63e5ec669a497a5cfcb85de33ce6a0d8 (diff)
downloadtalos-obmc-uboot-75d297ec1f25ad02b29434cc9a036f39ab3cb0ba.tar.gz
talos-obmc-uboot-75d297ec1f25ad02b29434cc9a036f39ab3cb0ba.zip
usb: remove UniPhier EHCI driver
Now, all this driver does can be covered by the generic EHCI driver (drivers/usb/host/ehci-generic.c). UniPhier SoCs have switched to use it. Delete this driver rather than bothering to convert it to Driver Model. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 39f7185e86..9332374193 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -74,13 +74,6 @@ config USB_EHCI_MX6
---help---
Enables support for the on-chip EHCI controller on i.MX6 SoCs.
-config USB_EHCI_UNIPHIER
- bool "Support for UniPhier on-chip EHCI USB controller"
- depends on ARCH_UNIPHIER && OF_CONTROL
- default y
- ---help---
- Enables support for the on-chip EHCI controller on UniPhier SoCs.
-
config USB_EHCI_GENERIC
bool "Support for generic EHCI USB controller"
depends on OF_CONTROL
OpenPOWER on IntegriCloud