]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/arm/plat-mxc/Kconfig
imxfb: add support for i.MX25
[net-next-2.6.git] / arch / arm / plat-mxc / Kconfig
index 8b0a1ee039fa5bebe5a32605837f4304783f9778..cdee9176a7753a084262badf5254e4c16dae686e 100644 (file)
@@ -24,6 +24,7 @@ config ARCH_MX25
        bool "MX25-based"
        select CPU_ARM926T
        select COMMON_CLKDEV
+       select HAVE_FB_IMX
        help
          This enables support for systems based on the Freescale i.MX25 family
 
@@ -41,6 +42,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 +56,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 +71,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