diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-05 02:36:39 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-07 21:35:04 -0400 |
commit | 5840263ecb95e55a2d248fc740644a2c9171a61c (patch) | |
tree | e1186461e013312cd19ac7be7d1a64dd649844db /arch/sh/Kconfig | |
parent | fa43972fab24a3c050e880a7831f9378c6cebc0b (diff) |
sh: Don't enable clockevents broadcasting on UP SH-X3 builds.
Fixes up compile errors with missing timer definitions. It's pointless to
have this enabled anyways if CONFIG_SMP=n.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 399664c1f386..af2b174fd7d9 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -326,7 +326,7 @@ config CPU_SUBTYPE_SHX3 | |||
326 | select ARCH_SPARSEMEM_ENABLE | 326 | select ARCH_SPARSEMEM_ENABLE |
327 | select SYS_SUPPORTS_NUMA | 327 | select SYS_SUPPORTS_NUMA |
328 | select SYS_SUPPORTS_SMP | 328 | select SYS_SUPPORTS_SMP |
329 | select GENERIC_CLOCKEVENTS_BROADCAST | 329 | select GENERIC_CLOCKEVENTS_BROADCAST if SMP |
330 | 330 | ||
331 | # SH4AL-DSP Processor Support | 331 | # SH4AL-DSP Processor Support |
332 | 332 | ||