From d08a6d8f19d8780a8357afc0663482f8ec2afd3a Mon Sep 17 00:00:00 2001 From: Benoit Cousson Date: Thu, 1 Dec 2011 10:21:16 +0100 Subject: [PATCH] --- yaml --- r: 296144 b: refs/heads/master c: 40c0591f0a349ec074357e05c6ab1a3bc951807c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/Kconfig | 1 - trunk/arch/arm/plat-omap/Kconfig | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9701349fa92a..43f629b68d24 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb49b8c22dbb1c48b9f3906af1308c0fa4d7aa82 +refs/heads/master: 40c0591f0a349ec074357e05c6ab1a3bc951807c diff --git a/trunk/arch/arm/mach-omap2/Kconfig b/trunk/arch/arm/mach-omap2/Kconfig index b6625130831d..bdd5b68fba80 100644 --- a/trunk/arch/arm/mach-omap2/Kconfig +++ b/trunk/arch/arm/mach-omap2/Kconfig @@ -111,7 +111,6 @@ comment "OMAP Board Type" config MACH_OMAP_GENERIC bool "Generic OMAP2+ board" depends on ARCH_OMAP2PLUS - select USE_OF default y help Support for generic TI OMAP2+ boards using Flattened Device Tree. diff --git a/trunk/arch/arm/plat-omap/Kconfig b/trunk/arch/arm/plat-omap/Kconfig index aa59f4247dc5..734009a93857 100644 --- a/trunk/arch/arm/plat-omap/Kconfig +++ b/trunk/arch/arm/plat-omap/Kconfig @@ -24,6 +24,8 @@ config ARCH_OMAP2PLUS select CLKDEV_LOOKUP select GENERIC_IRQ_CHIP select OMAP_DM_TIMER + select USE_OF + select PROC_DEVICETREE help "Systems based on OMAP2, OMAP3 or OMAP4"