kernel: Clarify warning about no multithreading
Clarify the warning in the help for CONFIG_MULTITHREADING to make it clear that many things will break if this is set to 'n'. Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
bc3891ef03
commit
22029275d3
|
@ -23,8 +23,9 @@ config MULTITHREADING
|
|||
since the main thread cannot pend, it being the only thread in the
|
||||
system.
|
||||
|
||||
Many drivers and subsystems will not work with this option; use only
|
||||
when you REALLY know what you are doing.
|
||||
Many drivers and subsystems will not work with this option
|
||||
set to 'n'; disable only when you REALLY know what you are
|
||||
doing.
|
||||
|
||||
config NUM_COOP_PRIORITIES
|
||||
int "Number of coop priorities" if MULTITHREADING
|
||||
|
|
Loading…
Reference in a new issue