mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
Correct minor typos in a Kconfig file
This commit is contained in:
+1
-1
Submodule configs updated: 24d0c13b63...8fcf8b1b91
+4
-4
@@ -243,7 +243,7 @@ config SMP
|
|||||||
depends on ARCH_HAVE_MULTICPU && EXPERIMENTAL
|
depends on ARCH_HAVE_MULTICPU && EXPERIMENTAL
|
||||||
select SPINLOCK
|
select SPINLOCK
|
||||||
---help---
|
---help---
|
||||||
Enable support for Symmetric Multi-Processing (SMP) on a multi-CPU
|
Enables support for Symmetric Multi-Processing (SMP) on a multi-CPU
|
||||||
platform.
|
platform.
|
||||||
|
|
||||||
if SMP
|
if SMP
|
||||||
@@ -253,16 +253,16 @@ config SMP_NCPUS
|
|||||||
default 4
|
default 4
|
||||||
range 2 32
|
range 2 32
|
||||||
---help---
|
---help---
|
||||||
This value identifies the number of CPUs support 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.
|
||||||
|
|
||||||
config SMP_IDLETHREAD_STACKSIZE
|
config SMP_IDLETHREAD_STACKSIZE
|
||||||
int "CPU IDLE stack size"
|
int "CPU IDLE stack size"
|
||||||
default 2048
|
default 2048
|
||||||
---help---
|
---help---
|
||||||
Each CPU will have its own IDLE stack. System initialization occurs
|
Each CPU will have its own IDLE task. System initialization occurs
|
||||||
on CPU0 and uses CONFIG_IDLETHREAD_STACKSIZE which will probably be
|
on CPU0 and uses CONFIG_IDLETHREAD_STACKSIZE which will probably be
|
||||||
larger than is generally needed. This setting provides the STACK
|
larger than is generally needed. This setting provides the stack
|
||||||
size for the IDLE task on CPUS 1 through (CONFIG_SMP_NCPUS-1).
|
size for the IDLE task on CPUS 1 through (CONFIG_SMP_NCPUS-1).
|
||||||
|
|
||||||
endif # SMP
|
endif # SMP
|
||||||
|
|||||||
Reference in New Issue
Block a user