summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorBenoit Cousson2011-09-20 21:24:47 +0200
committerBenoit Cousson2011-10-04 22:27:04 +0200
commit8d61649ddf6707d89fc10028f9d1bd1a2ea37b4f (patch)
tree8119f4a494249ae3a2d448305b60ef7def835d78 /arch/arm/mach-omap2/Kconfig
parentarm/dts: Add support for OMAP3 Beagle board (diff)
downloadkernel-qcow2-linux-8d61649ddf6707d89fc10028f9d1bd1a2ea37b4f.tar.gz
kernel-qcow2-linux-8d61649ddf6707d89fc10028f9d1bd1a2ea37b4f.tar.xz
kernel-qcow2-linux-8d61649ddf6707d89fc10028f9d1bd1a2ea37b4f.zip
ARM: OMAP2+: board-generic: Add DT support to generic board
Re-cycle the original board-generic.c file to support Device Tree for every OMAP2+ variants. The current approach is an intermediate step before having only one machine descriptor that will use some generic DT aware functions. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 57b66d590c52..e0a318df95bc 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -106,9 +106,13 @@ comment "OMAP Board Type"
depends on ARCH_OMAP2PLUS
config MACH_OMAP_GENERIC
- bool "Generic OMAP board"
- depends on ARCH_OMAP2
+ bool "Generic OMAP2+ board"
+ depends on ARCH_OMAP2PLUS
+ select USE_OF
default y
+ help
+ Support for generic TI OMAP2+ boards using Flattened Device Tree.
+ More information at Documentation/devicetree
config MACH_OMAP2_TUSB6010
bool