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