aboutsummaryrefslogtreecommitdiff
path: root/pw_multisink/docs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'pw_multisink/docs.rst')
-rw-r--r--pw_multisink/docs.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/pw_multisink/docs.rst b/pw_multisink/docs.rst
index c8cb8f31b..da95b4558 100644
--- a/pw_multisink/docs.rst
+++ b/pw_multisink/docs.rst
@@ -186,3 +186,12 @@ The `PeekEntry` and `PopEntry` return two different drop counts, one for the
number of entries a drain was skipped forward for providing a small buffer or
draining too slow, and the other for entries that failed to be added to the
MultiSink.
+
+Zephyr
+======
+To enable `pw_multisink` with Zephyr use the following Kconfigs:
+- `CONFIG_PIGWEED_MULTISINK` to link `pw_multisink` into your Zephyr build
+- `CONFIG_PIGWEED_MULTISINK_UTIL` to link `pw_multisink.util`
+
+To enable the Pigweed config value `PW_MULTISINK_CONFIG_LOCK_INTERRUPT_SAFE`, use
+`CONFIG_PIGWEED_MULTISINK_LOCK_INTERRUPT_SAFE`.