summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King2009-05-17 19:58:34 +0200
committerRussell King2009-05-17 19:58:34 +0200
commitbc28248ee25e5c239cbe6afca35a100b08401de5 (patch)
tree89fb6944170bc85b5c9261cd7c7dba6954994cc3 /arch/arm/Kconfig
parent[ARM] realview: fix broadcast tick support (diff)
downloadkernel-qcow2-linux-bc28248ee25e5c239cbe6afca35a100b08401de5.tar.gz
kernel-qcow2-linux-bc28248ee25e5c239cbe6afca35a100b08401de5.tar.xz
kernel-qcow2-linux-bc28248ee25e5c239cbe6afca35a100b08401de5.zip
[ARM] smp: move core localtimer support out of platform specific files
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e60ec54df334..ef4f860d5041 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -859,6 +859,7 @@ source "kernel/time/Kconfig"
config SMP
bool "Symmetric Multi-Processing (EXPERIMENTAL)"
depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
+ depends on GENERIC_CLOCKEVENTS
select USE_GENERIC_SMP_HELPERS
help
This enables support for systems with more than one CPU. If you have