diff options
author | Tony Lindgren <tony@atomide.com> | 2012-02-23 10:17:02 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-02-23 14:15:37 -0800 |
commit | bfe9c8ae114009491f51452ec727667d516ee79f (patch) | |
tree | a0a72f98915fd50a090c806fae000f7730225c29 | |
parent | 4d68c05ce11f4cdf6a6392f3a18dc6a985b4d0c4 (diff) |
ARM: OMAP2+: Set Kconfig dependencies for PROC_DEVICETREE
Otherwise we get:
warning: (ARCH_OMAP2PLUS) selects PROC_DEVICETREE which has
unmet direct dependencies (OF && PROC_FS && !SPARC)
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/plat-omap/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig index e289dd279783..f419a082b04b 100644 --- a/arch/arm/plat-omap/Kconfig +++ b/arch/arm/plat-omap/Kconfig @@ -26,7 +26,7 @@ config ARCH_OMAP2PLUS select GENERIC_IRQ_CHIP select OMAP_DM_TIMER select USE_OF - select PROC_DEVICETREE + select PROC_DEVICETREE if PROC_FS help "Systems based on OMAP2, OMAP3 or OMAP4" |