aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 584424804d0b..ab085f12d570 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -418,11 +418,13 @@ config USB_UHCI_SUPPORT_NON_PCI_HC
418 418
419config USB_UHCI_BIG_ENDIAN_MMIO 419config USB_UHCI_BIG_ENDIAN_MMIO
420 bool 420 bool
421 depends on USB_UHCI_SUPPORT_NON_PCI_HC 421 depends on USB_UHCI_SUPPORT_NON_PCI_HC && SPARC_LEON
422 default y
422 423
423config USB_UHCI_BIG_ENDIAN_DESC 424config USB_UHCI_BIG_ENDIAN_DESC
424 bool 425 bool
425 depends on USB_UHCI_SUPPORT_NON_PCI_HC 426 depends on USB_UHCI_SUPPORT_NON_PCI_HC && SPARC_LEON
427 default y
426 428
427config USB_FHCI_HCD 429config USB_FHCI_HCD
428 tristate "Freescale QE USB Host Controller support" 430 tristate "Freescale QE USB Host Controller support"