:orphan: .. title:: CBOR_WITHOUT_OPEN_MEMSTREAM .. option:: CONFIG_CBOR_WITHOUT_OPEN_MEMSTREAM *Without open memstream* Type: ``bool`` Help ==== .. code-block:: none This option enables open memstream support. Direct dependencies =================== \ :option:`TINYCBOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/Kconfig.tinycbor:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:31`` Menu path: (Top) → Modules → tinyCBOR Support .. code-block:: kconfig config CBOR_WITHOUT_OPEN_MEMSTREAM bool "Without open memstream" default y depends on TINYCBOR help This option enables open memstream support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*