Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6db449c authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] Allow SMP if Realview MPcore is selected



This patch puts into place the final piece of the puzzle for SMP
support on ARM.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5391473f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -324,7 +324,7 @@ menu "Kernel Features"

config SMP
	bool "Symmetric Multi-Processing (EXPERIMENTAL)"
	depends on EXPERIMENTAL && BROKEN #&& n
	depends on EXPERIMENTAL && REALVIEW_MPCORE
	help
	  This enables support for systems with more than one CPU. If you have
	  a system with only one CPU, like most personal computers, say N. If