aboutsummaryrefslogtreecommitdiff
path: root/pw_result/docs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'pw_result/docs.rst')
-rw-r--r--pw_result/docs.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/pw_result/docs.rst b/pw_result/docs.rst
index 57d161083..223e6b2c8 100644
--- a/pw_result/docs.rst
+++ b/pw_result/docs.rst
@@ -91,3 +91,8 @@ usage of Result in real code. Make sure to always run your own size reports to
check if Result is suitable for you.
.. include:: result_size
+
+Zephyr
+======
+To enable ``pw_result`` for Zephyr add ``CONFIG_PIGWEED_RESULT=y`` to the
+project's configuration.