diff options
author | Alexey Charkov <alchark@gmail.com> | 2010-11-07 11:28:55 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-11 09:24:54 -0500 |
commit | ad78acafeed26f62c9e644f96eecb7c19bd78bb4 (patch) | |
tree | e16909ed4bac8f0e930cdb168cf7909221fba039 /drivers/usb/Kconfig | |
parent | 8be8a9d3d16a25645b7869e4544a9d0ec386966a (diff) |
usb: Add support for VIA VT8500 and compatibles in EHCI HCD
VIA and WonderMedia Systems-on-Chip feature a standard EHCI host
controller. This adds necessary glue to use the standard driver
with these systems.
Signed-off-by: Alexey Charkov <alchark@gmail.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 67eb3770868f..7d13506cc383 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig | |||
@@ -66,6 +66,7 @@ config USB_ARCH_HAS_EHCI | |||
66 | default y if ARCH_AT91SAM9G45 | 66 | default y if ARCH_AT91SAM9G45 |
67 | default y if ARCH_MXC | 67 | default y if ARCH_MXC |
68 | default y if ARCH_OMAP3 | 68 | default y if ARCH_OMAP3 |
69 | default y if ARCH_VT8500 | ||
69 | default PCI | 70 | default PCI |
70 | 71 | ||
71 | # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. | 72 | # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. |