aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-02-16 14:45:41 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-18 15:36:38 -0500
commitb797b76fb464ed6939ce71386bee7fdda4b68632 (patch)
tree2aa5dac89e63273f84eaf3dfe215e6299732276f /drivers/usb/Kconfig
parent9d265649a86c6c0e4bae164a4c5ce806f0f12fc8 (diff)
usb: host: remove USB_ARCH_HAS_?HCI
USB_ARCH_HAS_EHCI, USB_ARCH_HAS_OHCI, and USB_ARCH_HAS_XHCI were made obsolete in v3.11. They have not been used ever since. Setting them has no effect. They can safely be removed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r--drivers/usb/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 2e6b832e004b..e0cad4418085 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -2,10 +2,6 @@
2# USB device configuration 2# USB device configuration
3# 3#
4 4
5# These are unused now, remove them once they are no longer selected
6config USB_ARCH_HAS_OHCI
7 bool
8
9config USB_OHCI_BIG_ENDIAN_DESC 5config USB_OHCI_BIG_ENDIAN_DESC
10 bool 6 bool
11 7
@@ -17,18 +13,12 @@ config USB_OHCI_LITTLE_ENDIAN
17 default n if STB03xxx || PPC_MPC52xx 13 default n if STB03xxx || PPC_MPC52xx
18 default y 14 default y
19 15
20config USB_ARCH_HAS_EHCI
21 bool
22
23config USB_EHCI_BIG_ENDIAN_MMIO 16config USB_EHCI_BIG_ENDIAN_MMIO
24 bool 17 bool
25 18
26config USB_EHCI_BIG_ENDIAN_DESC 19config USB_EHCI_BIG_ENDIAN_DESC
27 bool 20 bool
28 21
29config USB_ARCH_HAS_XHCI
30 bool
31
32menuconfig USB_SUPPORT 22menuconfig USB_SUPPORT
33 bool "USB support" 23 bool "USB support"
34 depends on HAS_IOMEM 24 depends on HAS_IOMEM