The latest development version of this page may be more current than this released 2.2.1 version.
CONFIG_CBOR_NO_DFLT_READER

No default reader support

Type: bool

Help

This option specifies whether a default reader exists.

Direct dependencies

TINYCBOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At modules/Kconfig.tinycbor:16

Included via Kconfig:8Kconfig.zephyr:10modules/Kconfig:23

Menu path: (Top) → Modules → tinyCBOR Support

config CBOR_NO_DFLT_READER
    bool "No default reader support"
    depends on TINYCBOR
    help
      This option specifies whether a default reader exists.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)