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/mips/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/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index dcae3a7035db..ba7fe4003653 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -67,8 +67,6 @@ config MIPS_ALCHEMY | |||
67 | select SYS_SUPPORTS_APM_EMULATION | 67 | select SYS_SUPPORTS_APM_EMULATION |
68 | select ARCH_REQUIRE_GPIOLIB | 68 | select ARCH_REQUIRE_GPIOLIB |
69 | select SYS_SUPPORTS_ZBOOT | 69 | select SYS_SUPPORTS_ZBOOT |
70 | select USB_ARCH_HAS_OHCI | ||
71 | select USB_ARCH_HAS_EHCI | ||
72 | 70 | ||
73 | config AR7 | 71 | config AR7 |
74 | bool "Texas Instruments AR7" | 72 | bool "Texas Instruments AR7" |
@@ -360,7 +358,6 @@ config MIPS_SEAD3 | |||
360 | select SYS_SUPPORTS_LITTLE_ENDIAN | 358 | select SYS_SUPPORTS_LITTLE_ENDIAN |
361 | select SYS_SUPPORTS_SMARTMIPS | 359 | select SYS_SUPPORTS_SMARTMIPS |
362 | select SYS_SUPPORTS_MICROMIPS | 360 | select SYS_SUPPORTS_MICROMIPS |
363 | select USB_ARCH_HAS_EHCI | ||
364 | select USB_EHCI_BIG_ENDIAN_DESC | 361 | select USB_EHCI_BIG_ENDIAN_DESC |
365 | select USB_EHCI_BIG_ENDIAN_MMIO | 362 | select USB_EHCI_BIG_ENDIAN_MMIO |
366 | select USE_OF | 363 | select USE_OF |
@@ -718,8 +715,6 @@ config CAVIUM_OCTEON_SOC | |||
718 | select SWAP_IO_SPACE | 715 | select SWAP_IO_SPACE |
719 | select HW_HAS_PCI | 716 | select HW_HAS_PCI |
720 | select ZONE_DMA32 | 717 | select ZONE_DMA32 |
721 | select USB_ARCH_HAS_OHCI | ||
722 | select USB_ARCH_HAS_EHCI | ||
723 | select HOLES_IN_ZONE | 718 | select HOLES_IN_ZONE |
724 | select ARCH_REQUIRE_GPIOLIB | 719 | select ARCH_REQUIRE_GPIOLIB |
725 | help | 720 | help |
@@ -756,8 +751,6 @@ config NLM_XLR_BOARD | |||
756 | select ZONE_DMA32 if 64BIT | 751 | select ZONE_DMA32 if 64BIT |
757 | select SYNC_R4K | 752 | select SYNC_R4K |
758 | select SYS_HAS_EARLY_PRINTK | 753 | select SYS_HAS_EARLY_PRINTK |
759 | select USB_ARCH_HAS_OHCI if USB_SUPPORT | ||
760 | select USB_ARCH_HAS_EHCI if USB_SUPPORT | ||
761 | select SYS_SUPPORTS_ZBOOT | 754 | select SYS_SUPPORTS_ZBOOT |
762 | select SYS_SUPPORTS_ZBOOT_UART16550 | 755 | select SYS_SUPPORTS_ZBOOT_UART16550 |
763 | help | 756 | help |