diff options
author | Fabio Estevam <fabioestevam@yahoo.com> | 2009-04-16 12:45:01 -0700 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 16:16:55 +0200 |
commit | ec9be0debd822d5bd1d5bfdf297144396d56ac6b (patch) | |
tree | eaa59ed2e53d11f7e58e40eb0371a6090a437c6b /arch/arm/mach-mx2/Kconfig | |
parent | 5ed7449a26bf5336ba9828025f54407227e4f379 (diff) | |
download | blackbird-obmc-linux-ec9be0debd822d5bd1d5bfdf297144396d56ac6b.tar.gz blackbird-obmc-linux-ec9be0debd822d5bd1d5bfdf297144396d56ac6b.zip |
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 endchoice +config MACH_MX27_3DS + bool "MX27PDK platform" + depends on MACH_MX27 + help + Include support for MX27PDK platform. This includes specific + configurations for the board and its peripherals. endif |