summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/mx37.h
diff options
context:
space:
mode:
authorDinh Nguyen <r00091@freescale.com>2010-02-19 06:53:27 -0600
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-25 10:48:09 +0200
commitb958bc27a3ddf5bdfea638620ee0518e7adb9030 (patch)
tree38dd491aa5b51a5c688e4bc430fc419e51939994 /arch/arm/plat-mxc/include/mach/mx37.h
parentc582e6a1a5d36c017aa99af56a438503e6cbac7d (diff)
ENGR00121003 Fix IRAM enabling for USB Gadget driver
In order to add IRAM to the USB Gadget driver, there are 2 kconfig options to enable. One kconfig option was for USB host and the other was for Gadget. The current SW required both kconfig to be enable which is confusing. Also need to add iram_alloc function in the Gadget driver. Signed-off-by: Dinh Nguyen <Dinh.Nguyen@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/mx37.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/mx37.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx37.h b/arch/arm/plat-mxc/include/mach/mx37.h
index 8f0e38e0f618..3013d197f206 100644
--- a/arch/arm/plat-mxc/include/mach/mx37.h
+++ b/arch/arm/plat-mxc/include/mach/mx37.h
@@ -54,7 +54,8 @@
#define SND_RAM_SIZE 0
#endif
-#ifdef CONFIG_USB_STATIC_IRAM
+#if defined(CONFIG_USB_STATIC_IRAM) \
+ || defined(CONFIG_USB_STATIC_IRAM_PPH)
#define USB_IRAM_SIZE SZ_8K
#else
#define USB_IRAM_SIZE 0