diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-02-16 14:46:20 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-18 15:36:38 -0500 |
commit | f6723b569a67aa4042b4ddc72822bf7f4395f3d2 (patch) | |
tree | a715fdccf8b7bd0e0cd52ed850db457d6e206e67 /arch/arm/mach-shmobile/Kconfig | |
parent | b797b76fb464ed6939ce71386bee7fdda4b68632 (diff) |
usb: host: remove selects of USB_ARCH_HAS_?HCI
USB_ARCH_HAS_EHCI, USB_ARCH_HAS_OHCI, and USB_ARCH_HAS_XHCI were just
removed. Selecting them is a nop. The select statements for these
symbols can be removed too.
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 'arch/arm/mach-shmobile/Kconfig')
-rw-r--r-- | arch/arm/mach-shmobile/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index 05fa505df585..a06590237209 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig | |||
@@ -102,8 +102,6 @@ config ARCH_R8A7778 | |||
102 | select CPU_V7 | 102 | select CPU_V7 |
103 | select SH_CLK_CPG | 103 | select SH_CLK_CPG |
104 | select ARM_GIC | 104 | select ARM_GIC |
105 | select USB_ARCH_HAS_EHCI | ||
106 | select USB_ARCH_HAS_OHCI | ||
107 | 105 | ||
108 | config ARCH_R8A7779 | 106 | config ARCH_R8A7779 |
109 | bool "R-Car H1 (R8A77790)" | 107 | bool "R-Car H1 (R8A77790)" |
@@ -111,8 +109,6 @@ config ARCH_R8A7779 | |||
111 | select ARM_GIC | 109 | select ARM_GIC |
112 | select CPU_V7 | 110 | select CPU_V7 |
113 | select SH_CLK_CPG | 111 | select SH_CLK_CPG |
114 | select USB_ARCH_HAS_EHCI | ||
115 | select USB_ARCH_HAS_OHCI | ||
116 | select RENESAS_INTC_IRQPIN | 112 | select RENESAS_INTC_IRQPIN |
117 | 113 | ||
118 | config ARCH_R8A7790 | 114 | config ARCH_R8A7790 |