From 9b30cf70e15c59429d9c51112efe28f24f5ef221 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 16 Sep 2019 14:22:35 -0400 Subject: [PATCH] doc: tracing: link kconfig options using :option: Add a reference to Kconfig option documentation. Signed-off-by: Anas Nashif --- doc/guides/tracing/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/tracing/index.rst b/doc/guides/tracing/index.rst index f685c21dad1..a66af4063e5 100644 --- a/doc/guides/tracing/index.rst +++ b/doc/guides/tracing/index.rst @@ -133,7 +133,7 @@ internally and statically at compile-time in the bottom-layer. How to Activate? ================ -Make sure ``CONFIG_TRACING_CTF=y`` is set (``CONFIG_TRACING_CTF_BOTTOM_POSIX=y`` +Make sure :option:`CONFIG_TRACING_CTF` is set to ``y`` (:option:`CONFIG_TRACING_CTF_BOTTOM_POSIX` is selected by default when using ``BOARD_NATIVE_POSIX``).