aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/host/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index f0fbe4a5a7ca..a2bcca8140c6 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -69,13 +69,13 @@ config USB_EHCI_TT_NEWSCHED
69 69
70config USB_EHCI_BIG_ENDIAN_MMIO 70config USB_EHCI_BIG_ENDIAN_MMIO
71 bool 71 bool
72 depends on USB_EHCI_HCD 72 depends on USB_EHCI_HCD && (PPC_CELLEB || PPC_PS3 || 440EPX)
73 default n 73 default y
74 74
75config USB_EHCI_BIG_ENDIAN_DESC 75config USB_EHCI_BIG_ENDIAN_DESC
76 bool 76 bool
77 depends on USB_EHCI_HCD 77 depends on USB_EHCI_HCD && 440EPX
78 default n 78 default y
79 79
80config USB_ISP116X_HCD 80config USB_ISP116X_HCD
81 tristate "ISP116X HCD support" 81 tristate "ISP116X HCD support"