diff options
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 346fd26f3aa6..4b773fd56978 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig | |||
@@ -24,6 +24,9 @@ config ARCH_OMAP2PLUS_TYPICAL | |||
24 | config SOC_HAS_OMAP2_SDRC | 24 | config SOC_HAS_OMAP2_SDRC |
25 | bool "OMAP2 SDRAM Controller support" | 25 | bool "OMAP2 SDRAM Controller support" |
26 | 26 | ||
27 | config SOC_HAS_REALTIME_COUNTER | ||
28 | bool "Real time free running counter" | ||
29 | |||
27 | config ARCH_OMAP2 | 30 | config ARCH_OMAP2 |
28 | bool "TI OMAP2" | 31 | bool "TI OMAP2" |
29 | depends on ARCH_OMAP2PLUS | 32 | depends on ARCH_OMAP2PLUS |
@@ -70,6 +73,7 @@ config SOC_OMAP5 | |||
70 | select ARM_GIC | 73 | select ARM_GIC |
71 | select HAVE_SMP | 74 | select HAVE_SMP |
72 | select ARM_CPU_SUSPEND if PM | 75 | select ARM_CPU_SUSPEND if PM |
76 | select SOC_HAS_REALTIME_COUNTER | ||
73 | 77 | ||
74 | comment "OMAP Core Type" | 78 | comment "OMAP Core Type" |
75 | depends on ARCH_OMAP2 | 79 | depends on ARCH_OMAP2 |