Kconfig: Architecture must indicate that it support multiple CPUs in order to enable SMP
This commit is contained in:
parent
baac92cda2
commit
89bea6917c
2
arch
2
arch
@ -1 +1 @@
|
||||
Subproject commit d0e073560a899d50196e487247ccab7d7f74abec
|
||||
Subproject commit 7451a16948db82ad2a75723df73160357d816577
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user