aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-06-01 13:35:26 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-06-01 13:35:26 -0400
commitc7f7ff179cb9f2f1e0244ef2c80afbb93c74ce2a (patch)
tree717656ebdba1fea6c763b2c57076c4c6996dfba3 /arch/arm/Kconfig
parenta22f277bba321474a01691ae66d5952926459f44 (diff)
parente03cdade0ca945a04e982525e50fef275190b77b (diff)
Merge branch 'smp' into devel
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 65778839d38..28248b5d6a7 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -844,7 +844,9 @@ source "kernel/time/Kconfig"
844config SMP 844config SMP
845 bool "Symmetric Multi-Processing (EXPERIMENTAL)" 845 bool "Symmetric Multi-Processing (EXPERIMENTAL)"
846 depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP) 846 depends on EXPERIMENTAL && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP)
847 depends on GENERIC_CLOCKEVENTS
847 select USE_GENERIC_SMP_HELPERS 848 select USE_GENERIC_SMP_HELPERS
849 select HAVE_ARM_SCU if ARCH_REALVIEW
848 help 850 help
849 This enables support for systems with more than one CPU. If you have 851 This enables support for systems with more than one CPU. If you have
850 a system with only one CPU, like most personal computers, say N. If 852 a system with only one CPU, like most personal computers, say N. If
@@ -862,6 +864,18 @@ config SMP
862 864
863 If you don't know what to do here, say N. 865 If you don't know what to do here, say N.
864 866
867config HAVE_ARM_SCU
868 bool
869 depends on SMP
870 help
871 This option enables support for the ARM system coherency unit
872
873config HAVE_ARM_TWD
874 bool
875 depends on SMP
876 help
877 This options enables support for the ARM timer and watchdog unit
878
865choice 879choice
866 prompt "Memory split" 880 prompt "Memory split"
867 default VMSPLIT_3G 881 default VMSPLIT_3G
@@ -902,6 +916,7 @@ config LOCAL_TIMERS
902 bool "Use local timer interrupts" 916 bool "Use local timer interrupts"
903 depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP) 917 depends on SMP && (REALVIEW_EB_ARM11MP || MACH_REALVIEW_PB11MP || REALVIEW_EB_A9MP)
904 default y 918 default y
919 select HAVE_ARM_TWD if ARCH_REALVIEW
905 help 920 help
906 Enable support for local timers on SMP platforms, rather then the 921 Enable support for local timers on SMP platforms, rather then the
907 legacy IPI broadcast method. Local timers allows the system 922 legacy IPI broadcast method. Local timers allows the system