:orphan: .. title:: CONFIG_CBOR_ENCODER_NO_CHECK_USER .. kconfig:: CONFIG_CBOR_ENCODER_NO_CHECK_USER CONFIG_CBOR_ENCODER_NO_CHECK_USER ################################# *No encoder checks for user args for validity* Type: ``bool`` Help ==== .. code-block:: none This option specifies whether a check user exists for a cbor encoder. Direct dependencies =================== \ :kconfig:`TINYCBOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig.tinycbor:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:30`` Menu path: (Top) → Modules → tinyCBOR Support .. code-block:: kconfig config CBOR_ENCODER_NO_CHECK_USER bool "No encoder checks for user args for validity" depends on TINYCBOR help This option specifies whether a check user exists for a cbor encoder. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*