]> git.baikalelectronics.ru Git - kernel.git/commit
USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbol
authorFlorian Fainelli <florian@openwrt.org>
Tue, 9 Apr 2013 12:29:26 +0000 (14:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2013 23:57:44 +0000 (16:57 -0700)
commitb1c921c30a1dcc2fc64b6eb1cbc2904d62e86278
tree8dbba6b424cfb2b0e11269057be871f14aa269f1
parent544ae8693a30328cafb4add1ec4a76d3eab91869
USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbol

Just like the OHCI counter part we just can remove the architecture
specific symbols which prevent these configuration symbols from being
selected by platforms/architectures requiring it. The original
implementation did not scale at all since it required each and every
single architecture to be added for these configuration symbols to be
selected. Now it is up to the EHCI driver and/or platform to select
these configuration symbols accordingly.

Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/Kconfig
arch/mips/Kconfig
arch/powerpc/platforms/44x/Kconfig
arch/powerpc/platforms/512x/Kconfig
arch/sparc/Kconfig
drivers/usb/host/Kconfig