:orphan: .. title:: TINYCBOR .. option:: CONFIG_TINYCBOR *tinyCBOR Support* Type: ``bool`` Help ==== .. code-block:: none This option enables the tinyCBOR library. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`MCUMGR ` Kconfig definition ================== At ``/Kconfig.tinycbor:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:31`` Menu path: (Top) → Modules .. code-block:: kconfig config TINYCBOR bool "tinyCBOR Support" help This option enables the tinyCBOR library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*