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 8986b7412235..ca5c7c226341 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -9,6 +9,7 @@ choice | |||
9 | config ARCH_MX1 | 9 | config ARCH_MX1 |
10 | bool "MX1-based" | 10 | bool "MX1-based" |
11 | select CPU_ARM920T | 11 | select CPU_ARM920T |
12 | select COMMON_CLKDEV | ||
12 | help | 13 | help |
13 | This enables support for systems based on the Freescale i.MX1 family | 14 | This enables support for systems based on the Freescale i.MX1 family |
14 | 15 | ||
@@ -19,6 +20,13 @@ config ARCH_MX2 | |||
19 | help | 20 | help |
20 | This enables support for systems based on the Freescale i.MX2 family | 21 | This enables support for systems based on the Freescale i.MX2 family |
21 | 22 | ||
23 | config ARCH_MX25 | ||
24 | bool "MX25-based" | ||
25 | select CPU_ARM926T | ||
26 | select COMMON_CLKDEV | ||
27 | help | ||
28 | This enables support for systems based on the Freescale i.MX25 family | ||
29 | |||
22 | config ARCH_MX3 | 30 | config ARCH_MX3 |
23 | bool "MX3-based" | 31 | bool "MX3-based" |
24 | select CPU_V6 | 32 | select CPU_V6 |
@@ -26,11 +34,20 @@ config ARCH_MX3 | |||
26 | help | 34 | help |
27 | This enables support for systems based on the Freescale i.MX3 family | 35 | This enables support for systems based on the Freescale i.MX3 family |
28 | 36 | ||
37 | config ARCH_MXC91231 | ||
38 | bool "MXC91231-based" | ||
39 | select CPU_V6 | ||
40 | select COMMON_CLKDEV | ||
41 | help | ||
42 | This enables support for systems based on the Freescale MXC91231 family | ||
43 | |||
29 | endchoice | 44 | endchoice |
30 | 45 | ||
31 | source "arch/arm/mach-mx1/Kconfig" | 46 | source "arch/arm/mach-mx1/Kconfig" |
32 | source "arch/arm/mach-mx2/Kconfig" | 47 | source "arch/arm/mach-mx2/Kconfig" |
33 | source "arch/arm/mach-mx3/Kconfig" | 48 | source "arch/arm/mach-mx3/Kconfig" |
49 | source "arch/arm/mach-mx25/Kconfig" | ||
50 | source "arch/arm/mach-mxc91231/Kconfig" | ||
34 | 51 | ||
35 | endmenu | 52 | endmenu |
36 | 53 | ||