diff options
author | Fabio Estevam <fabioestevam@yahoo.com> | 2009-04-16 15:45:01 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 10:16:55 -0400 |
commit | ec9be0debd822d5bd1d5bfdf297144396d56ac6b (patch) | |
tree | eaa59ed2e53d11f7e58e40eb0371a6090a437c6b /arch/arm/mach-mx2/Kconfig | |
parent | 5ed7449a26bf5336ba9828025f54407227e4f379 (diff) |
MX27: Add basic support to MX27PDK
This patch adds basic support to MX27PDK board http://www.freescale.com/imx27pdk ).
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/Kconfig b/arch/arm/mach-mx2/Kconfig index 7ce3712ab8ce..61550443a233 100644 --- a/arch/arm/mach-mx2/Kconfig +++ b/arch/arm/mach-mx2/Kconfig | |||
@@ -53,4 +53,10 @@ config MACH_PCM970_BASEBOARD | |||
53 | 53 | ||
54 | endchoice | 54 | endchoice |
55 | 55 | ||
56 | config MACH_MX27_3DS | ||
57 | bool "MX27PDK platform" | ||
58 | depends on MACH_MX27 | ||
59 | help | ||
60 | Include support for MX27PDK platform. This includes specific | ||
61 | configurations for the board and its peripherals. | ||
56 | endif | 62 | endif |