diff options
author | Stefan Roese <ml@stefan-roese.de> | 2007-05-04 14:39:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-07-12 19:29:50 -0400 |
commit | 4d68c0be69b65aa260448cea9fb1c555ae90d268 (patch) | |
tree | 023f4c8be22640b8e2c32901b49eb82334d65cd4 /drivers/usb/host/Kconfig | |
parent | fc65a15f1fc0fc95c319c9bfaeb7636fef9987cc (diff) |
USB: Set CONFIG_USB_EHCI_BIG_ENDIAN_MMIO/_DESC in usb/host/Kconfig
Now select the big-endian configuration options
CONFIG_USB_EHCI_BIG_ENDIAN_MMIO and CONFIG_USB_EHCI_BIG_ENDIAN_DESC in
the usb host Kconfig file and not in the platform Kconfig files.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 8 |
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 | ||
70 | config USB_EHCI_BIG_ENDIAN_MMIO | 70 | config 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 | ||
75 | config USB_EHCI_BIG_ENDIAN_DESC | 75 | config 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 | ||
80 | config USB_ISP116X_HCD | 80 | config USB_ISP116X_HCD |
81 | tristate "ISP116X HCD support" | 81 | tristate "ISP116X HCD support" |