aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-05-16 07:14:21 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-05-17 14:16:41 -0400
commitf32f4ce25745209f16a5a6cef7442144b596c68a (patch)
tree76083f10ee56c82177669bb100358ea2818f8f5a /arch/arm/Kconfig
parenta8cbcd92bd4bf893085eddf7f58e63ea98503d94 (diff)
[ARM] smp: allow re-use of realview localtimer TWD support
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig7
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
888config HAVE_ARM_TWD
889 bool
890 depends on SMP
891 help
892 This options enables support for the ARM timer and watchdog unit
893
888choice 894choice
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