diff options
author | Randy Vinson <rvinson@mvista.com> | 2006-01-20 16:53:38 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:49:55 -0500 |
commit | 80cb9aee01245b38325dd84f1359b14a3f01f10d (patch) | |
tree | aa261392fa976e86dba2bea43b8afc9a64228b89 /drivers/usb/Kconfig | |
parent | 469d02293d494d30dba81895cd3d34b0a3a6d51a (diff) |
[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 85dacc92545a..7772e28a303f 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig | |||
@@ -11,6 +11,7 @@ config USB_ARCH_HAS_HCD | |||
11 | boolean | 11 | boolean |
12 | default y if USB_ARCH_HAS_OHCI | 12 | default y if USB_ARCH_HAS_OHCI |
13 | default y if ARM # SL-811 | 13 | default y if ARM # SL-811 |
14 | default y if PPC_83xx | ||
14 | default PCI | 15 | default PCI |
15 | 16 | ||
16 | # many non-PCI SOC chips embed OHCI | 17 | # many non-PCI SOC chips embed OHCI |