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:
David Brown 2019-03-15 16:01:51 -06:00 committed by Anas Nashif
commit 22029275d3

View file

@ -23,8 +23,9 @@ config MULTITHREADING
since the main thread cannot pend, it being the only thread in the since the main thread cannot pend, it being the only thread in the
system. system.
Many drivers and subsystems will not work with this option; use only Many drivers and subsystems will not work with this option
when you REALLY know what you are doing. set to 'n'; disable only when you REALLY know what you are
doing.
config NUM_COOP_PRIORITIES config NUM_COOP_PRIORITIES
int "Number of coop priorities" if MULTITHREADING int "Number of coop priorities" if MULTITHREADING