aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
authorBenoit Cousson <b-cousson@ti.com>2011-12-01 04:21:16 -0500
committerTony Lindgren <tony@atomide.com>2011-12-16 19:17:43 -0500
commit40c0591f0a349ec074357e05c6ab1a3bc951807c (patch)
tree873dcfc4465ef131bbfb72206e5aa396ca06275b /arch/arm/mach-omap2
parentfb49b8c22dbb1c48b9f3906af1308c0fa4d7aa82 (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/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index b6625130831d..bdd5b68fba80 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -111,7 +111,6 @@ comment "OMAP Board Type"
111config MACH_OMAP_GENERIC 111config MACH_OMAP_GENERIC
112 bool "Generic OMAP2+ board" 112 bool "Generic OMAP2+ board"
113 depends on ARCH_OMAP2PLUS 113 depends on ARCH_OMAP2PLUS
114 select USE_OF
115 default y 114 default y
116 help 115 help
117 Support for generic TI OMAP2+ boards using Flattened Device Tree. 116 Support for generic TI OMAP2+ boards using Flattened Device Tree.