[PATCH 036/149] USB: Set CONFIG_USB_EHCI_BIG_ENDIAN_MMIO/_DESC in usb/host/Kconfig

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Greg Kroah-Hartman
Date: Thursday, July 12, 2007 - 4:41 pm

From: Stefan Roese <ml@stefan-roese.de>

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>
---
 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 f0fbe4a..a2bcca8 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -69,13 +69,13 @@ config USB_EHCI_TT_NEWSCHED
 
 config USB_EHCI_BIG_ENDIAN_MMIO
 	bool
-	depends on USB_EHCI_HCD
-	default n
+	depends on USB_EHCI_HCD && (PPC_CELLEB || PPC_PS3 || 440EPX)
+	default y
 
 config USB_EHCI_BIG_ENDIAN_DESC
 	bool
-	depends on USB_EHCI_HCD
-	default n
+	depends on USB_EHCI_HCD && 440EPX
+	default y
 
 config USB_ISP116X_HCD
 	tristate "ISP116X HCD support"
-- 
1.5.2.2


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 029/149] USB: usb gadget, dead config cleanup, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 030/149] USB: add USB_DEVICE_AND_INTERFACE_INFO for ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 031/149] USB: hub.c loops forever on resume from ra ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 032/149] USB: prevent char device open/deregister race, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 033/149] USB: rework C++-style comments, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 034/149] USB: ftdi_sio.c: Allow setting latency tim ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 035/149] USB: EHCI big endian data structures suppo ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 036/149] USB: Set CONFIG_USB_EHCI_BIG_ENDIAN_MMIO/_ ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 037/149] USB: ehci_fsl update for MPC831x support, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 038/149] USB: use function attribute __maybe_unused, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 040/149] USB: visor driver adapted to new tty buffering, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 041/149] USB: Digi AccelePort adapted to new tty bu ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 042/149] USB: generic usb serial to new buffering s ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 043/149] USB: flow control fix for pl2303, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 044/149] USB: usb serial gadget, sparse fixes, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 045/149] USB Core: hub.c: prevent re-enumeration on HNP, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 046/149] USB: introduce usb_anchor, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 047/149] USB: usb-skeleton: usb anchor to implement ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 048/149] USB: whiteheat driver update, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 049/149] USB: digi_acceleport further buffer clean up, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 050/149] USB: EHCI: Safe endianness for transfer bu ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 051/149] USB: Disable file_storage USB_CONFIG_ATT_W ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 052/149] USB: Fix NEC OHCI chip silicon bug, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 053/149] USB: remove __usb_port_suspend, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 054/149] USB: separate root and non-root suspend/resume, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 055/149] USB: remove excess code from hub.c, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 056/149] USB: add reset_resume method, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 057/149] USB: unify reset_resume and normal resume, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 058/149] USB: add power/persist device attribute, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 059/149] USB: fsl_usb2_udc: replace deprecated irq flag, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 060/149] USB: fsl_usb2_udc: Get max ep number from ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 061/149] USB: option: fix usage of urb-&gt;status abuse, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 062/149] USB: PS3: USB system-bus rework, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 063/149] USB Gadget driver for Samsung s3c2410 ARM SoC, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 064/149] USB: usb-storage: use kthread_stop() for t ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 065/149] USB: usb host side can be configured given ..., Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
[PATCH 066/149] ehci-hub: improved over-current recovery, Greg Kroah-Hartman, (Thu Jul 12, 4:41 pm)
Re: [PATCH 033/149] USB: rework C++-style comments, David Brownell, (Thu Jul 12, 8:27 pm)
Re: [PATCH 048/149] USB: whiteheat driver update, Ragner Magalhaes, (Fri Jul 13, 12:50 pm)
Re: [PATCH 048/149] USB: whiteheat driver update, Felipe Balbi, (Fri Jul 13, 12:53 pm)