diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 085b31ba287a..c2a372a6994f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1496,6 +1496,7 @@ config HAVE_ARM_ARCH_TIMER | |||
1496 | bool "Architected timer support" | 1496 | bool "Architected timer support" |
1497 | depends on CPU_V7 | 1497 | depends on CPU_V7 |
1498 | select ARM_ARCH_TIMER | 1498 | select ARM_ARCH_TIMER |
1499 | select GENERIC_CLOCKEVENTS | ||
1499 | help | 1500 | help |
1500 | This option enables support for the ARM architected timer | 1501 | This option enables support for the ARM architected timer |
1501 | 1502 | ||