:orphan: .. title:: CONFIG_TINYCBOR .. kconfig:: CONFIG_TINYCBOR 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 =============================== - \ :kconfig:`MCUMGR ` Kconfig definition ================== At ``/Kconfig.tinycbor:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:30`` 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.)*