Merged in masayuki2009/nuttx.nuttx/smp_kernel (pull request #288)
Kconfig: Change the minimum SMP_NCPUS to 1 Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
commit
8201ebee39
|
@ -263,7 +263,7 @@ if SMP
|
||||||
config SMP_NCPUS
|
config SMP_NCPUS
|
||||||
int "Number of CPUs"
|
int "Number of CPUs"
|
||||||
default 4
|
default 4
|
||||||
range 2 32
|
range 1 32
|
||||||
---help---
|
---help---
|
||||||
This value identifies the number of CPUs supported by the processor
|
This value identifies the number of CPUs supported by the processor
|
||||||
that will be used for SMP.
|
that will be used for SMP.
|
||||||
|
|
Loading…
Reference in New Issue