diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-04 17:33:42 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-12 09:32:17 +0400 |
commit | 2954ff395bcf69cb31dbe500bec20ce0944ea19e (patch) | |
tree | ca9c1e7e3b0f12151825c496a38a6c8268b2e499 /arch/arm/mach-mxs/Kconfig | |
parent | bc3a59c1b7b1c367fec615b872bdb89ac232f62e (diff) | |
download | linux-2954ff395bcf69cb31dbe500bec20ce0944ea19e.tar.xz |
ARM: mxs: add initial device tree support for imx23-evk board
It adds initial device tree support for imx23-evk board, and only
serial console is enabled.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 15bb4e211a27..8138a13e23cf 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -23,6 +23,7 @@ comment "MXS platforms:" config MACH_MXS_DT bool "Support MXS platforms from device tree" + select SOC_IMX23 select SOC_IMX28 select USE_OF help |