diff options
author | Benoit Cousson <b-cousson@ti.com> | 2011-12-01 04:21:16 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-12-16 19:17:43 -0500 |
commit | 40c0591f0a349ec074357e05c6ab1a3bc951807c (patch) | |
tree | 873dcfc4465ef131bbfb72206e5aa396ca06275b /arch/arm/plat-omap/Kconfig | |
parent | fb49b8c22dbb1c48b9f3906af1308c0fa4d7aa82 (diff) |
ARM: OMAP2+: kconfig: Enable devicetree by default for OMAP2+ systems
devicetree will become the mandatory boot method for OMAP2+.
In order to avoid cluttering the OMAP code with #ifdef CONFIG_OF,
select USE_OF by default for every OMAP2+ systems.
Enable PROC_DEVICETREE as well.
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/Kconfig')
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index aa59f4247dc..734009a9385 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig | |||
@@ -24,6 +24,8 @@ config ARCH_OMAP2PLUS | |||
24 | select CLKDEV_LOOKUP | 24 | select CLKDEV_LOOKUP |
25 | select GENERIC_IRQ_CHIP | 25 | select GENERIC_IRQ_CHIP |
26 | select OMAP_DM_TIMER | 26 | select OMAP_DM_TIMER |
27 | select USE_OF | ||
28 | select PROC_DEVICETREE | ||
27 | help | 29 | help |
28 | "Systems based on OMAP2, OMAP3 or OMAP4" | 30 | "Systems based on OMAP2, OMAP3 or OMAP4" |
29 | 31 | ||