aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-20 13:25:05 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-20 13:25:05 -0500
commite9a92b2b3704736e6f83abd1613edd499e16185f (patch)
tree33634d2a0a2e8500295d1383c879ae9687f29902
parente2ced16661b807b0a5db4f00000eaeb21da4b251 (diff)
Revert "USB: update host controller Kconfig entries"
This reverts commit e2ced16661b807b0a5db4f00000eaeb21da4b251. All of these are wrong, and need to be removed for now until they can get reworked properly. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/usb/host/Kconfig26
1 files changed, 9 insertions, 17 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index a405190a72ae..7ac6f482e36f 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -163,28 +163,23 @@ config USB_EHCI_HCD_OMAP
163 OMAP3 and later chips. 163 OMAP3 and later chips.
164 164
165config USB_EHCI_HCD_ORION 165config USB_EHCI_HCD_ORION
166 tristate "Support for Marvell EBU on-chip EHCI USB controller" 166 tristate "Support for Marvell Orion on-chip EHCI USB controller"
167 depends on USB_EHCI_HCD && PLAT_ORION 167 depends on USB_EHCI_HCD && PLAT_ORION
168 default y 168 default y
169 ---help--- 169 ---help---
170 Enables support for the on-chip EHCI controller on 170 Enables support for the on-chip EHCI controller on
171 Marvell's embedded ARM SoCs, including Orion, 171 Morvell Orion chips.
172 Kirkwood, Dove, Armada XP, Armada 370.
173 This is different from the EHCI implementation on
174 Marvell's mobile PXA and MMP SoC, see USB_EHCI_MV
175 for those.
176
177 172
178config USB_EHCI_HCD_VT8500 173config USB_EHCI_HCD_VT8500
179 tristate "Support for VIA/Wondermedia on-chip EHCI USB controller" 174 tristate "Support for VT8500 on-chip EHCI USB controller"
180 depends on USB_EHCI_HCD && ARCH_VT8500 175 depends on USB_EHCI_HCD && ARCH_VT8500
181 default y 176 default y
182 ---help--- 177 ---help---
183 Enables support for the on-chip EHCI controller on 178 Enables support for the on-chip EHCI controller on
184 VIA VT8500 and Wondermedia WM8x50 chips. 179 VT8500 chips.
185 180
186config USB_EHCI_MSM 181config USB_EHCI_MSM
187 bool "Support for Qualcomm QSD/MSM on-chip EHCI USB controller" 182 bool "Support for MSM on-chip EHCI USB controller"
188 depends on USB_EHCI_HCD && ARCH_MSM 183 depends on USB_EHCI_HCD && ARCH_MSM
189 select USB_EHCI_ROOT_HUB_TT 184 select USB_EHCI_ROOT_HUB_TT
190 select USB_MSM_OTG 185 select USB_MSM_OTG
@@ -220,11 +215,10 @@ config USB_EHCI_SH
220 If you use the PCI EHCI controller, this option is not necessary. 215 If you use the PCI EHCI controller, this option is not necessary.
221 216
222config USB_EHCI_S5P 217config USB_EHCI_S5P
223 boolean "EHCI support for Samsung S5P/EXYNOS SoC Series" 218 boolean "S5P EHCI support"
224 depends on USB_EHCI_HCD && PLAT_S5P 219 depends on USB_EHCI_HCD && PLAT_S5P
225 help 220 help
226 Enable support for the Samsung S5Pxxxx and Exynos3/4/5 SOC's 221 Enable support for the S5P SOC's on-chip EHCI controller.
227 on-chip EHCI controller.
228 222
229config USB_EHCI_MV 223config USB_EHCI_MV
230 bool "EHCI support for Marvell on-chip controller" 224 bool "EHCI support for Marvell on-chip controller"
@@ -234,8 +228,6 @@ config USB_EHCI_MV
234 Enables support for Marvell (including PXA and MMP series) on-chip 228 Enables support for Marvell (including PXA and MMP series) on-chip
235 USB SPH and OTG controller. SPH is a single port host, and it can 229 USB SPH and OTG controller. SPH is a single port host, and it can
236 only be EHCI host. OTG is controller that can switch to host mode. 230 only be EHCI host. OTG is controller that can switch to host mode.
237 Note that there is a separate driver for Marvell's embedded ARM
238 SoCs, see USB_EHCI_HCD_ORION for those.
239 231
240config USB_W90X900_EHCI 232config USB_W90X900_EHCI
241 bool "W90X900(W90P910) EHCI support" 233 bool "W90X900(W90P910) EHCI support"