diff options
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r-- | arch/arm/mach-mx2/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig index 23def05fea0e..6e7d724e323e 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig | |||
@@ -1,5 +1,11 @@ | |||
1 | comment "MX2 family CPU support" | 1 | comment "MX2 family CPU support" |
2 | depends on ARCH_MX2 | 2 | depends on ARCH_MX2 |
3 | 3 | ||
4 | config MACH_MX27 | ||
5 | bool "i.MX27 support" | ||
6 | depends on ARCH_MX2 | ||
7 | help | ||
8 | This enables support for Freescale's MX2 based i.MX27 processor. | ||
9 | |||
4 | comment "MX2 Platforms" | 10 | comment "MX2 Platforms" |
5 | depends on ARCH_MX2 | 11 | depends on ARCH_MX2 |