We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec89756 commit 5efad9eCopy full SHA for 5efad9e
arch/sparc/Kconfig
@@ -430,6 +430,8 @@ config SPARC_LEON
430
depends on SPARC32
431
select USB_EHCI_BIG_ENDIAN_MMIO
432
select USB_EHCI_BIG_ENDIAN_DESC
433
+ select USB_UHCI_BIG_ENDIAN_MMIO
434
+ select USB_UHCI_BIG_ENDIAN_DESC
435
---help---
436
If you say Y here if you are running on a SPARC-LEON processor.
437
The LEON processor is a synthesizable VHDL model of the
drivers/usb/Kconfig
@@ -21,11 +21,9 @@ config USB_EHCI_BIG_ENDIAN_DESC
21
22
config USB_UHCI_BIG_ENDIAN_MMIO
23
bool
24
- default y if SPARC_LEON
25
26
config USB_UHCI_BIG_ENDIAN_DESC
27
28
29
30
menuconfig USB_SUPPORT
31
bool "USB support"
0 commit comments