:orphan: .. title:: CONFIG_NANOPB_BUFFER_ONLY .. kconfig:: CONFIG_NANOPB_BUFFER_ONLY CONFIG_NANOPB_BUFFER_ONLY ######################### *Buffers only* Type: ``bool`` Help ==== .. code-block:: none Disable support for custom streams. Only supports encoding and decoding with memory buffers. Speeds up execution and slightly decreases code size. Direct dependencies =================== \ :kconfig:`NANOPB ` && 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/nanopb/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Nanopb Support .. code-block:: kconfig config NANOPB_BUFFER_ONLY bool "Buffers only" depends on NANOPB && 0 help Disable support for custom streams. Only supports encoding and decoding with memory buffers. Speeds up execution and slightly decreases code size. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*