mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Kconfig: Architecture must indicate that it support multiple CPUs in order to enable SMP
This commit is contained in:
+1
-1
Submodule arch updated: d0e073560a...7451a16948
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user