diff options
author | Randy Vinson <rvinson@mvista.com> | 2006-01-20 13:53:38 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 14:49:55 -0800 |
commit | 80cb9aee01245b38325dd84f1359b14a3f01f10d (patch) | |
tree | aa261392fa976e86dba2bea43b8afc9a64228b89 /drivers/usb/Kconfig | |
parent | 469d02293d494d30dba81895cd3d34b0a3a6d51a (diff) | |
download | op-kernel-dev-80cb9aee01245b38325dd84f1359b14a3f01f10d.zip op-kernel-dev-80cb9aee01245b38325dd84f1359b14a3f01f10d.tar.gz |
[PATCH] USB: EHCI for Freescale 83xx
Adding a Host Mode USB driver for the Freescale 83xx.
This driver supports both the Dual-Role (DR) controller and the
Multi-Port-Host (MPH) controller present in the Freescale MPC8349. It has
been tested with the MPC8349CDS reference system. This driver depends on
platform support code for setting up the pins on the device package in a
manner appropriate for the board in use. Note that this patch requires
selecting the EHCI controller option under the USB Host menu.
Signed-off-by: Randy Vinson <rvinson@mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r-- | drivers/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 85dacc9..7772e28a 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -11,6 +11,7 @@ config USB_ARCH_HAS_HCD boolean default y if USB_ARCH_HAS_OHCI default y if ARM # SL-811 + default y if PPC_83xx default PCI # many non-PCI SOC chips embed OHCI |