The latest development version of this page may be more current than this released 2.3.0 version.
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.

Direct dependencies

SETTINGS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/settings/Kconfig:36

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:34

Menu path: (Top) → Enable settings subsystem with non-volatile storage

config SETTINGS_USE_BASE64
    bool "encoding value using base64 (deprecated)"
    select BASE64
    depends on SETTINGS
    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.)