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 f19a9519a723..93d63bf927d5 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -885,6 +885,12 @@ config HAVE_ARM_SCU | |||
885 | help | 885 | help |
886 | This option enables support for the ARM system coherency unit | 886 | This option enables support for the ARM system coherency unit |
887 | 887 | ||
888 | config HAVE_ARM_TWD | ||
889 | bool | ||
890 | depends on SMP | ||
891 | help | ||
892 | This options enables support for the ARM timer and watchdog unit | ||
893 | |||
888 | choice | 894 | choice |
889 | prompt "Memory split" | 895 | prompt "Memory split" |
890 | default VMSPLIT_3G | 896 | default VMSPLIT_3G |
@@ -925,6 +931,7 @@ config LOCAL_TIMERS | |||
925 | bool "Use local timer interrupts" | 931 | bool "Use local timer interrupts" |
926 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP) | 932 | depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP) |
927 | default y | 933 | default y |
934 | select HAVE_ARM_TWD if ARCH_REALVIEW | ||
928 | help | 935 | help |
929 | Enable support for local timers on SMP platforms, rather then the | 936 | Enable support for local timers on SMP platforms, rather then the |
930 | legacy IPI broadcast method. Local timers allows the system | 937 | legacy IPI broadcast method. Local timers allows the system |