kernel: minor syntax fix in Kconfig

Minor style (syntax) fix in the help text of symbol
config EXECUTION_BENCHMARKING.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2019-02-11 10:16:34 +01:00 committed by Kumar Gala
commit 228702e6e1

View file

@ -347,7 +347,7 @@ config EXECUTION_BENCHMARKING
This option enables the tracking of various times inside the kernel This option enables the tracking of various times inside the kernel
the exact set of metrics being tracked is board-dependent. the exact set of metrics being tracked is board-dependent.
All timing measurements are enabled for X86 and ARM based architectures. All timing measurements are enabled for X86 and ARM based architectures.
In other architectures only a subset are enabled. In other architectures only a subset is enabled.
config THREAD_MONITOR config THREAD_MONITOR
bool "Thread monitoring [EXPERIMENTAL]" bool "Thread monitoring [EXPERIMENTAL]"