diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-04 09:42:41 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-12 01:32:17 -0400 |
commit | 6c4d4efb9d19017f0eef3893912f3dec513ef8e9 (patch) | |
tree | f395e30e79b1f367f249054ccfcce81de01f58f0 /arch/arm/Kconfig | |
parent | 2954ff395bcf69cb31dbe500bec20ce0944ea19e (diff) |
ARM: mxs: always build in device tree support
As the ultimate for mxs platform is to convert over to device tree,
let's start always building in device tree support for the platform.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ae5c251cd251..1f1a4fa6db58 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -471,6 +471,7 @@ config ARCH_MXS | |||
471 | select COMMON_CLK | 471 | select COMMON_CLK |
472 | select HAVE_CLK_PREPARE | 472 | select HAVE_CLK_PREPARE |
473 | select PINCTRL | 473 | select PINCTRL |
474 | select USE_OF | ||
474 | help | 475 | help |
475 | Support for Freescale MXS-based family of processors | 476 | Support for Freescale MXS-based family of processors |
476 | 477 | ||