:orphan: .. title:: CONFIG_CBOR_PARSER_NO_STRICT_CHECKS .. kconfig:: CONFIG_CBOR_PARSER_NO_STRICT_CHECKS CONFIG_CBOR_PARSER_NO_STRICT_CHECKS ################################### *No strict parser checks* Type: ``bool`` Help ==== .. code-block:: none This option enables the strict parser checks. Direct dependencies =================== \ :kconfig:`TINYCBOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/Kconfig.tinycbor:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:30`` Menu path: (Top) → Modules → tinyCBOR Support .. code-block:: kconfig config CBOR_PARSER_NO_STRICT_CHECKS bool "No strict parser checks" depends on TINYCBOR help This option enables the strict parser checks. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*