:orphan: .. title:: CONFIG_CBOR_WITHOUT_OPEN_MEMSTREAM .. kconfig:: CONFIG_CBOR_WITHOUT_OPEN_MEMSTREAM CONFIG_CBOR_WITHOUT_OPEN_MEMSTREAM ################################## *Without open memstream* Type: ``bool`` Help ==== .. code-block:: none This option enables open memstream support. Direct dependencies =================== \ :kconfig:`TINYCBOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/Kconfig.tinycbor:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:30`` 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.)*