diff options
Diffstat (limited to 'arch/arm/mach-mx2/Kconfig')
-rw-r--r-- | arch/arm/mach-mx2/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig index 6e7d724e323..6f98355d686 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig | |||
@@ -9,3 +9,10 @@ config MACH_MX27 | |||
9 | 9 | ||
10 | comment "MX2 Platforms" | 10 | comment "MX2 Platforms" |
11 | depends on ARCH_MX2 | 11 | depends on ARCH_MX2 |
12 | |||
13 | config MACH_MX27ADS | ||
14 | bool "MX27ADS platform" | ||
15 | depends on MACH_MX27 | ||
16 | help | ||
17 | Include support for MX27ADS platform. This includes specific | ||
18 | configurations for the board and its peripherals. | ||