aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorJames Hogan <jhogan@kernel.org>2018-01-31 22:24:46 +0000
committerJames Hogan <jhogan@kernel.org>2018-02-15 21:45:16 +0000
commit5efad9eee33ee5fc4bf3059f74f3932a638534d1 (patch)
treef97142cab4c947a91ab7057a7c93930af4bcfd80 /drivers/usb
parentusb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT (diff)
downloadlinux-dev-5efad9eee33ee5fc4bf3059f74f3932a638534d1.tar.xz
linux-dev-5efad9eee33ee5fc4bf3059f74f3932a638534d1.zip
sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}
Now that USB_UHCI_BIG_ENDIAN_MMIO and USB_UHCI_BIG_ENDIAN_DESC are moved outside of the USB_SUPPORT conditional, simply select them from SPARC_LEON rather than by the symbol's defaults in drivers/usb/Kconfig, similar to how it is done for USB_EHCI_BIG_ENDIAN_MMIO and USB_EHCI_BIG_ENDIAN_DESC. Signed-off-by: James Hogan <jhogan@kernel.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Corentin Labbe <clabbe.montjoie@gmail.com> Cc: sparclinux@vger.kernel.org Cc: linux-usb@vger.kernel.org Acked-by: David S. Miller <davem@davemloft.net> Patchwork: https://patchwork.linux-mips.org/patch/18560/
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 65812a2f60b4..148f3ee70286 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -21,11 +21,9 @@ config USB_EHCI_BIG_ENDIAN_DESC
config USB_UHCI_BIG_ENDIAN_MMIO
bool
- default y if SPARC_LEON
config USB_UHCI_BIG_ENDIAN_DESC
bool
- default y if SPARC_LEON
menuconfig USB_SUPPORT
bool "USB support"