mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 23:45:11 +00:00
Kconfig: Change the minimum SMP_NCPUS to 1
This commit is contained in:
parent
59d2fd06fe
commit
a1f0802855
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ if SMP
|
|||
config SMP_NCPUS
|
||||
int "Number of CPUs"
|
||||
default 4
|
||||
range 2 32
|
||||
range 1 32
|
||||
---help---
|
||||
This value identifies the number of CPUs supported by the processor
|
||||
that will be used for SMP.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue