aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index eef99b77c40b..edc30b8b77ed 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -25,6 +25,9 @@ config ARCH_OMAP2PLUS_TYPICAL
25config SOC_HAS_OMAP2_SDRC 25config SOC_HAS_OMAP2_SDRC
26 bool "OMAP2 SDRAM Controller support" 26 bool "OMAP2 SDRAM Controller support"
27 27
28config SOC_HAS_REALTIME_COUNTER
29 bool "Real time free running counter"
30
28config ARCH_OMAP2 31config ARCH_OMAP2
29 bool "TI OMAP2" 32 bool "TI OMAP2"
30 depends on ARCH_OMAP2PLUS 33 depends on ARCH_OMAP2PLUS
@@ -71,6 +74,8 @@ config SOC_OMAP5
71 select ARM_GIC 74 select ARM_GIC
72 select HAVE_SMP 75 select HAVE_SMP
73 select ARM_CPU_SUSPEND if PM 76 select ARM_CPU_SUSPEND if PM
77 select SOC_HAS_REALTIME_COUNTER
78 select ARM_ARCH_TIMER
74 79
75comment "OMAP Core Type" 80comment "OMAP Core Type"
76 depends on ARCH_OMAP2 81 depends on ARCH_OMAP2