Kconfig: Architecture must indicate that it support multiple CPUs in order to enable SMP

This commit is contained in:
Gregory Nutt
2016-02-10 17:31:16 -06:00
parent baac92cda2
commit 89bea6917c
2 changed files with 2 additions and 2 deletions
+1 -1
Submodule arch updated: d0e073560a...7451a16948
+1 -1
View File
@@ -240,7 +240,7 @@ config SPINLOCK
config SMP
bool "Symmetric Multi-Processing (SMP)"
default n
depends on EXPERIMENTAL
depends on ARCH_HAVE_MULTICPU && EXPERIMENTAL
select SPINLOCK
---help---
Enable support for Symmetric Multi-Processing (SMP) on a multi-CPU