diff options
author | Ivo Clarysse <ivo.clarysse@gmail.com> | 2009-04-15 09:39:27 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 10:16:24 -0400 |
commit | 6b91edde09fadde2657b11b454b88ae89c5b4cae (patch) | |
tree | 9eca6ca9d3737b297a5a9b7c7efcaf7d4a6409f4 /arch/arm/mach-mx2/Kconfig | |
parent | a8df0ee8d89dc1bdbec7415be620b159b5b0177b (diff) |
MXC: mx21ads base support
[PATCH v6] MXC: mx21ads base support
Base machine support for the Freescale i.MX21ADS
(M9328MX21ADSE) Application Development System.
Signed-off-by: Ivo Clarysse <ivo.clarysse@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 42a788842f49..7ce3712ab8ce 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig | |||
@@ -18,6 +18,13 @@ endchoice | |||
18 | 18 | ||
19 | comment "MX2 platforms:" | 19 | comment "MX2 platforms:" |
20 | 20 | ||
21 | config MACH_MX21ADS | ||
22 | bool "MX21ADS platform" | ||
23 | depends on MACH_MX21 | ||
24 | help | ||
25 | Include support for MX21ADS platform. This includes specific | ||
26 | configurations for the board and its peripherals. | ||
27 | |||
21 | config MACH_MX27ADS | 28 | config MACH_MX27ADS |
22 | bool "MX27ADS platform" | 29 | bool "MX27ADS platform" |
23 | depends on MACH_MX27 | 30 | depends on MACH_MX27 |