diff options
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index 59558c4b9446..cea51a0ae9f7 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -41,6 +41,13 @@ config ARCH_MXC91231 | |||
41 | help | 41 | help |
42 | This enables support for systems based on the Freescale MXC91231 family | 42 | This enables support for systems based on the Freescale MXC91231 family |
43 | 43 | ||
44 | config ARCH_MX5 | ||
45 | bool "MX5-based" | ||
46 | select CPU_V7 | ||
47 | select COMMON_CLKDEV | ||
48 | help | ||
49 | This enables support for systems based on the Freescale i.MX51 family | ||
50 | |||
44 | endchoice | 51 | endchoice |
45 | 52 | ||
46 | source "arch/arm/mach-mx1/Kconfig" | 53 | source "arch/arm/mach-mx1/Kconfig" |
@@ -48,6 +55,7 @@ source "arch/arm/mach-mx2/Kconfig" | |||
48 | source "arch/arm/mach-mx3/Kconfig" | 55 | source "arch/arm/mach-mx3/Kconfig" |
49 | source "arch/arm/mach-mx25/Kconfig" | 56 | source "arch/arm/mach-mx25/Kconfig" |
50 | source "arch/arm/mach-mxc91231/Kconfig" | 57 | source "arch/arm/mach-mxc91231/Kconfig" |
58 | source "arch/arm/mach-mx5/Kconfig" | ||
51 | 59 | ||
52 | endmenu | 60 | endmenu |
53 | 61 | ||