Skip to content

Commit 5efad9e

Browse files
committed
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 <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Corentin Labbe <[email protected]> Cc: [email protected] Cc: [email protected] Acked-by: David S. Miller <[email protected]> Patchwork: https://patchwork.linux-mips.org/patch/18560/
1 parent ec89756 commit 5efad9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/sparc/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,8 @@ config SPARC_LEON
430430
depends on SPARC32
431431
select USB_EHCI_BIG_ENDIAN_MMIO
432432
select USB_EHCI_BIG_ENDIAN_DESC
433+
select USB_UHCI_BIG_ENDIAN_MMIO
434+
select USB_UHCI_BIG_ENDIAN_DESC
433435
---help---
434436
If you say Y here if you are running on a SPARC-LEON processor.
435437
The LEON processor is a synthesizable VHDL model of the

drivers/usb/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ config USB_EHCI_BIG_ENDIAN_DESC
2121

2222
config USB_UHCI_BIG_ENDIAN_MMIO
2323
bool
24-
default y if SPARC_LEON
2524

2625
config USB_UHCI_BIG_ENDIAN_DESC
2726
bool
28-
default y if SPARC_LEON
2927

3028
menuconfig USB_SUPPORT
3129
bool "USB support"

0 commit comments

Comments
 (0)