-
CONFIG_SETTINGS_USE_BASE64
¶
encoding value using base64 (deprecated)
Type: bool
Help¶
This option has been deprecated and will not be supported in future releases. Enables values encoding using Base64.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/settings/Kconfig:36
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:34
Menu path: (Top) → Enable settings subsystem with non-volatile storage
config SETTINGS_USE_BASE64 bool "encoding value using base64 (deprecated)" selectBASE64
depends onSETTINGS
help This option has been deprecated and will not be supported in future releases. Enables values encoding using Base64.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)