From 22029275d3553730ad481d538b2adaf9308db988 Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 15 Mar 2019 16:01:51 -0600 Subject: [PATCH] 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 --- kernel/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index 749efcb6b17..f7f04d337b3 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -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