diff options
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 6debae2c798d..7f7ad6f289bd 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -23,6 +23,8 @@ config ARCH_MX2 | |||
23 | config ARCH_MX25 | 23 | config ARCH_MX25 |
24 | bool "MX25-based" | 24 | bool "MX25-based" |
25 | select CPU_ARM926T | 25 | select CPU_ARM926T |
26 | select ARCH_MXC_IOMUX_V3 | ||
27 | select HAVE_FB_IMX | ||
26 | help | 28 | help |
27 | This enables support for systems based on the Freescale i.MX25 family | 29 | This enables support for systems based on the Freescale i.MX25 family |
28 | 30 | ||
@@ -38,6 +40,12 @@ config ARCH_MXC91231 | |||
38 | help | 40 | help |
39 | This enables support for systems based on the Freescale MXC91231 family | 41 | This enables support for systems based on the Freescale MXC91231 family |
40 | 42 | ||
43 | config ARCH_MX5 | ||
44 | bool "MX5-based" | ||
45 | select CPU_V7 | ||
46 | help | ||
47 | This enables support for systems based on the Freescale i.MX51 family | ||
48 | |||
41 | endchoice | 49 | endchoice |
42 | 50 | ||
43 | source "arch/arm/mach-mx1/Kconfig" | 51 | source "arch/arm/mach-mx1/Kconfig" |
@@ -45,6 +53,7 @@ source "arch/arm/mach-mx2/Kconfig" | |||
45 | source "arch/arm/mach-mx3/Kconfig" | 53 | source "arch/arm/mach-mx3/Kconfig" |
46 | source "arch/arm/mach-mx25/Kconfig" | 54 | source "arch/arm/mach-mx25/Kconfig" |
47 | source "arch/arm/mach-mxc91231/Kconfig" | 55 | source "arch/arm/mach-mxc91231/Kconfig" |
56 | source "arch/arm/mach-mx5/Kconfig" | ||
48 | 57 | ||
49 | endmenu | 58 | endmenu |
50 | 59 | ||
@@ -58,6 +67,14 @@ config MXC_IRQ_PRIOR | |||
58 | requirements for timing. | 67 | requirements for timing. |
59 | Say N here, unless you have a specialized requirement. | 68 | Say N here, unless you have a specialized requirement. |
60 | 69 | ||
70 | config MXC_TZIC | ||
71 | bool "Enable TrustZone Interrupt Controller" | ||
72 | depends on ARCH_MX51 | ||
73 | help | ||
74 | This will be automatically selected for all processors | ||
75 | containing this interrupt controller. | ||
76 | Say N here only if you are really sure. | ||
77 | |||
61 | config MXC_PWM | 78 | config MXC_PWM |
62 | tristate "Enable PWM driver" | 79 | tristate "Enable PWM driver" |
63 | select HAVE_PWM | 80 | select HAVE_PWM |