aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-omap2/Kconfig1
-rw-r--r--arch/arm/plat-omap/Kconfig2
2 files changed, 2 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.
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index aa59f4247dc5..734009a93857 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