Re: [linux-usb-devel] [PATCH] ehci_fsl update for MPC831x support

2007-05-11 Thread David Brownell
On Wednesday 09 May 2007, Li Yang wrote: For MPC831x support, change the ehci-fsl driver to preserve bits set in platform code. Add a common CONFIG_USB_EHCI_FSL to indicate presence of Freescale EHCI SOC. Add FSL_USB2_DR_OTG operating mode support, thus both host and device can work for the

Re: [linux-usb-devel] [PATCH] ehci_fsl update for MPC831x support

2007-05-11 Thread Li Yang-r58472
-Original Message- From: David Brownell [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 4:03 PM To: Li Yang-r58472 Cc: [EMAIL PROTECTED]; linux-usb-devel@lists.sourceforge.net Subject: Re: [PATCH] ehci_fsl update for MPC831x support On Wednesday 09 May 2007, Li Yang wrote:

Re: [linux-usb-devel] [PATCH] ehci_fsl update for MPC831x support

2007-05-11 Thread Li Yang-r58472
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 6271187..8da3185 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -72,6 +72,12 @@ config USB_EHCI_BIG_ENDIAN_MMIO depends on USB_EHCI_HCD default n +config USB_EHCI_FSL +