diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d63633f566b3..8065d1c7502f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -947,6 +947,12 @@ config HAVE_ARM_TWD help This options enables support for the ARM timer and watchdog unit +config USE_ARM_TWD_PRESCALER + bool + depends on HAVE_ARM_TWD + help + This options enables support for the ARM timer prescaler + choice prompt "Memory split" default VMSPLIT_3G @@ -988,6 +994,7 @@ config LOCAL_TIMERS depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_TEGRA) default y select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_TEGRA) + select USE_ARM_TWD_PRESCALER if (ARCH_TEGRA) help Enable support for local timers on SMP platforms, rather then the legacy IPI broadcast method. Local timers allows the system |