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

2
arch

@ -1 +1 @@
Subproject commit d0e073560a899d50196e487247ccab7d7f74abec
Subproject commit 7451a16948db82ad2a75723df73160357d816577

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