:orphan: .. title:: CONFIG_WINSTREAM .. kconfig:: CONFIG_WINSTREAM CONFIG_WINSTREAM ################ *Lockless shared memory window byte stream* Type: ``bool`` Help ==== .. code-block:: none Winstream is a byte stream IPC for use in shared memory "windows", generally for transmit to non-Zephyr contexts that can't share Zephyr APIs or data structures. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_FAMILY_INTEL_ADSP ` Kconfig definition ================== At ``/os/Kconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:10`` Menu path: (Top) → Additional libraries → OS Support Library .. code-block:: kconfig config WINSTREAM bool "Lockless shared memory window byte stream" help Winstream is a byte stream IPC for use in shared memory "windows", generally for transmit to non-Zephyr contexts that can't share Zephyr APIs or data structures. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*