Commit e77ec189 authored by eric miao's avatar eric miao Committed by Russell King

[ARM] USB: update to allow pxa27x ohci driver to support pxa3xx

Signed-off-by: default avatareric miao <eric.miao@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent a8bcf410
...@@ -33,6 +33,7 @@ config USB_ARCH_HAS_OHCI ...@@ -33,6 +33,7 @@ config USB_ARCH_HAS_OHCI
default y if ARCH_LH7A404 default y if ARCH_LH7A404
default y if ARCH_S3C2410 default y if ARCH_S3C2410
default y if PXA27x default y if PXA27x
default y if PXA3xx
default y if ARCH_EP93XX default y if ARCH_EP93XX
default y if ARCH_AT91 default y if ARCH_AT91
default y if ARCH_PNX4008 default y if ARCH_PNX4008
......
...@@ -997,7 +997,7 @@ MODULE_LICENSE ("GPL"); ...@@ -997,7 +997,7 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ohci_hcd_lh7a404_driver #define PLATFORM_DRIVER ohci_hcd_lh7a404_driver
#endif #endif
#ifdef CONFIG_PXA27x #if defined(CONFIG_PXA27x) || defined(CONFIG_PXA3xx)
#include "ohci-pxa27x.c" #include "ohci-pxa27x.c"
#define PLATFORM_DRIVER ohci_hcd_pxa27x_driver #define PLATFORM_DRIVER ohci_hcd_pxa27x_driver
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment