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