kernel: improve help text of INIT_STACKS option

This commit improves the help text of INIT_STACKS
Kconfig option, so it indicates that the stack
initialization applies also to the interrupt stack.

Fixes #7196.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2018-09-25 09:48:15 +02:00 committed by Maureen Helm
commit 57b7c3ded9

View file

@ -283,7 +283,7 @@ config INIT_STACKS
This option instructs the kernel to initialize stack areas with a
known value (0xaa) before they are first used, so that the high
water mark can be easily determined. This applies to the stack areas
for threads.
for threads, as well as to the interrupt stack.
config KERNEL_DEBUG
bool "Kernel debugging"