imx-serial-excessive-status-clearing-on-break.patch
[deliverable/linux.git] / arch / arm / plat-mxc / Kconfig
index 8b0a1ee039fa5bebe5a32605837f4304783f9778..cea51a0ae9f7571bf4457f4c36cfc0111a2031c2 100644 (file)
@@ -41,6 +41,13 @@ config ARCH_MXC91231
        help
          This enables support for systems based on the Freescale MXC91231 family
 
+config ARCH_MX5
+       bool "MX5-based"
+       select CPU_V7
+       select COMMON_CLKDEV
+       help
+         This enables support for systems based on the Freescale i.MX51 family
+
 endchoice
 
 source "arch/arm/mach-mx1/Kconfig"
@@ -48,6 +55,7 @@ source "arch/arm/mach-mx2/Kconfig"
 source "arch/arm/mach-mx3/Kconfig"
 source "arch/arm/mach-mx25/Kconfig"
 source "arch/arm/mach-mxc91231/Kconfig"
+source "arch/arm/mach-mx5/Kconfig"
 
 endmenu
 
@@ -62,6 +70,14 @@ config MXC_IRQ_PRIOR
          requirements for timing.
          Say N here, unless you have a specialized requirement.
 
+config MXC_TZIC
+       bool "Enable TrustZone Interrupt Controller"
+       depends on ARCH_MX51
+       help
+         This will be automatically selected for all processors
+         containing this interrupt controller.
+         Say N here only if you are really sure.
+
 config MXC_PWM
        tristate "Enable PWM driver"
        depends on ARCH_MXC
This page took 0.055328 seconds and 5 git commands to generate.