diff options
-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 290a4b57617f..15a177573b74 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1248,6 +1248,7 @@ config HAVE_ARM_SCU | |||
1248 | config HAVE_ARM_TWD | 1248 | config HAVE_ARM_TWD |
1249 | bool | 1249 | bool |
1250 | depends on SMP | 1250 | depends on SMP |
1251 | select TICK_ONESHOT | ||
1251 | help | 1252 | help |
1252 | This options enables support for the ARM timer and watchdog unit | 1253 | This options enables support for the ARM timer and watchdog unit |
1253 | 1254 | ||