aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-08-06 05:37:07 -0400
committerPaul Mundt <lethal@linux-sh.org>2008-09-07 21:35:03 -0400
commit8c24594deab89a484879bee270e948f0a556ed75 (patch)
tree2b0c95a4d53614e1118ea20aa7e705d983ddb23f /arch/sh/Kconfig
parent6f52707e6882eb3bc6920c3f59beb05d23d68354 (diff)
sh: generic clockevent broadcast support.
This hooks up GENERIC_CLOCKEVENTS_BROADCAST and a dummy local timer, which we call in to from the timer IPI when no other local timer is provided. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 5131d50f851a..399664c1f386 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -66,6 +66,9 @@ config GENERIC_TIME
66config GENERIC_CLOCKEVENTS 66config GENERIC_CLOCKEVENTS
67 def_bool n 67 def_bool n
68 68
69config GENERIC_CLOCKEVENTS_BROADCAST
70 bool
71
69config GENERIC_LOCKBREAK 72config GENERIC_LOCKBREAK
70 def_bool y 73 def_bool y
71 depends on SMP && PREEMPT 74 depends on SMP && PREEMPT
@@ -323,6 +326,7 @@ config CPU_SUBTYPE_SHX3
323 select ARCH_SPARSEMEM_ENABLE 326 select ARCH_SPARSEMEM_ENABLE
324 select SYS_SUPPORTS_NUMA 327 select SYS_SUPPORTS_NUMA
325 select SYS_SUPPORTS_SMP 328 select SYS_SUPPORTS_SMP
329 select GENERIC_CLOCKEVENTS_BROADCAST
326 330
327# SH4AL-DSP Processor Support 331# SH4AL-DSP Processor Support
328 332