CONFIG_CBOR_ENCODER_NO_CHECK_USER
No encoder checks for user args for validity
Type: bool
Help
This option specifies whether a check user exists for a cbor encoder.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/modules/Kconfig.tinycbor:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:30
Menu path: (Top) → Modules → tinyCBOR Support
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.)