summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx5/Kconfig
diff options
context:
space:
mode:
authorSammy He <r62914@freescale.com>2010-03-02 16:56:46 +0800
committerAlejandro Gonzalez <alex.gonzalez@digi.com>2010-05-25 10:57:49 +0200
commit923e54b2178089e86dcdbd7df9cd8585414bcd82 (patch)
tree082ef03fa3720244cb829b2778457c7379ca6818 /arch/arm/mach-mx5/Kconfig
parent721654fba3f3799718ade2a102c8bc41c7f089f8 (diff)
ENGR00121097-2 mx51: Change registered vpu resource in device
Change registered vpu resource and move vpu iram allocator from device to vpu driver. Signed-off-by: Sammy He <r62914@freescale.com> Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r--arch/arm/mach-mx5/Kconfig63
1 files changed, 63 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig
new file mode 100644
index 000000000000..9dc1d3a02b18
--- /dev/null
+++ b/arch/arm/mach-mx5/Kconfig
@@ -0,0 +1,63 @@
+menu "MX5 Options"
+ depends on ARCH_MX5
+
+config ARCH_MX51
+ bool "Support MX51 based platforms"
+ default y
+
+config FORCE_MAX_ZONEORDER
+ int "MAX_ORDER"
+ default "13"
+
+config MX5_OPTIONS
+ bool
+ default y
+ select CPU_V7
+ select USB_ARCH_HAS_EHCI
+ select MXC_TZIC
+
+config MACH_MX51_3DS
+ bool "Support MX51 3-Stack platforms"
+ default y
+ depends on ARCH_MX51
+ help
+ Include support for MX51 3-Stack platform. This includes specific
+ configurations for the board and its peripherals.
+
+config MACH_MX51_BABBAGE
+ bool "Support MX51 BABBAGE platforms"
+ depends on ARCH_MX51
+ help
+ Include support for MX51 Babbage platform. This includes specific
+ configurations for the board and its peripherals.
+
+config MXC_SDMA_API
+ bool "Use SDMA API"
+ default y
+ help
+ This selects the Freescale MXC SDMA API.
+ If unsure, say N.
+
+config ARCH_MXC_HAS_NFC_V3
+ bool "MXC NFC Hardware Version 3"
+ depends on ARCH_MX5
+ default y
+ help
+ This selects the Freescale MXC Nand Flash Controller Hardware Version 3
+ If unsure, say N.
+
+config ARCH_MXC_HAS_NFC_V3_2
+ bool "MXC NFC Hardware Version 3.2"
+ depends on ARCH_MXC_HAS_NFC_V3
+ default y
+ help
+ This selects the Freescale MXC Nand Flash Controller Hardware Version 3.1
+ If unsure, say N.
+
+config SDMA_IRAM
+ bool "Use Internal RAM for SDMA transfer"
+ depends on MXC_SDMA_API
+ help
+ Support Internal RAM as SDMA buffer or control structures
+
+endmenu