Skip to content

Commit f6db449

Browse files
Russell KingRussell King
authored andcommitted
[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: Russell King <[email protected]>
1 parent 5391473 commit f6db449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ menu "Kernel Features"
324324

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

0 commit comments

Comments
 (0)