diff options
Diffstat (limited to 'arch/arm/plat-mxc/Kconfig')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 64e3a64520e0..389f21795015 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -21,10 +21,6 @@ config ARCH_MX2 | |||
21 | 21 | ||
22 | config ARCH_MX25 | 22 | config ARCH_MX25 |
23 | bool "MX25-based" | 23 | bool "MX25-based" |
24 | select CPU_ARM926T | ||
25 | select ARCH_MXC_IOMUX_V3 | ||
26 | select HAVE_FB_IMX | ||
27 | select ARCH_MXC_AUDMUX_V2 | ||
28 | help | 24 | help |
29 | This enables support for systems based on the Freescale i.MX25 family | 25 | This enables support for systems based on the Freescale i.MX25 family |
30 | 26 | ||
@@ -51,7 +47,6 @@ endchoice | |||
51 | 47 | ||
52 | source "arch/arm/mach-imx/Kconfig" | 48 | source "arch/arm/mach-imx/Kconfig" |
53 | source "arch/arm/mach-mx3/Kconfig" | 49 | source "arch/arm/mach-mx3/Kconfig" |
54 | source "arch/arm/mach-mx25/Kconfig" | ||
55 | source "arch/arm/mach-mxc91231/Kconfig" | 50 | source "arch/arm/mach-mxc91231/Kconfig" |
56 | source "arch/arm/mach-mx5/Kconfig" | 51 | source "arch/arm/mach-mx5/Kconfig" |
57 | 52 | ||
@@ -68,12 +63,10 @@ config MXC_IRQ_PRIOR | |||
68 | Say N here, unless you have a specialized requirement. | 63 | Say N here, unless you have a specialized requirement. |
69 | 64 | ||
70 | config MXC_TZIC | 65 | config MXC_TZIC |
71 | bool "Enable TrustZone Interrupt Controller" | 66 | bool |
72 | depends on ARCH_MX51 | 67 | |
73 | help | 68 | config MXC_AVIC |
74 | This will be automatically selected for all processors | 69 | bool |
75 | containing this interrupt controller. | ||
76 | Say N here only if you are really sure. | ||
77 | 70 | ||
78 | config MXC_PWM | 71 | config MXC_PWM |
79 | tristate "Enable PWM driver" | 72 | tristate "Enable PWM driver" |