diff options
author | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-28 17:54:08 +0200 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-05-28 17:54:08 +0200 |
commit | 28391717d01634a2c096d1b20365f9db5ccbf9a7 (patch) | |
tree | 97964cc573fab5cdbd027868cafb46b05c696bc5 /drivers | |
parent | 692765f31395032b73af6fed6c2507b68b492aae (diff) |
ccwmx51: USB device and host support.
USB device support only through the "USB OTG" mini AB connector, and
USB hos tonly support through the "USB HOST" connector.
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 6abc0ba016c0..1320c534bf40 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -72,7 +72,7 @@ config USB_EHCI_ARC config USB_EHCI_ARC_H1 bool "Support for Host1 port on Freescale controller" - depends on USB_EHCI_ARC && (ARCH_MX27 || ARCH_MX3 || ARCH_MX28) + depends on USB_EHCI_ARC && (ARCH_MX27 || ARCH_MX3 || ARCH_MX28 || ARCH_MX51) ---help--- Enable support for the USB Host1 port. |