aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2011-05-12 04:52:02 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-05-12 04:52:02 -0400
commitbb2d8130dcc6d285b215b75d4ec2a9b2063efa4f (patch)
tree1256c144c750143f376240d88e0b22add82572ba /arch/arm/Kconfig
parent3568bd9720b4a775f28a718fcbb462ce2f386988 (diff)
ARM: SMP: drop experimental status
SMP on ARM has been around for a while now, without any major issues being raised. So, drop the experimental status of this feature. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 377a7a595b08..ac19a5ac048f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1318,8 +1318,7 @@ menu "Kernel Features"
1318source "kernel/time/Kconfig" 1318source "kernel/time/Kconfig"
1319 1319
1320config SMP 1320config SMP
1321 bool "Symmetric Multi-Processing (EXPERIMENTAL)" 1321 bool "Symmetric Multi-Processing"
1322 depends on EXPERIMENTAL
1323 depends on CPU_V6K || CPU_V7 1322 depends on CPU_V6K || CPU_V7
1324 depends on GENERIC_CLOCKEVENTS 1323 depends on GENERIC_CLOCKEVENTS
1325 depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \ 1324 depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \