The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SETTINGS_USE_BASE64

encoding value using base64

Type: bool

Help

Enables values encoding using Base64.

Direct dependencies

SETTINGS

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/settings/Kconfig:29

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:36

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

config SETTINGS_USE_BASE64
    bool
    prompt "encoding value using base64" if SETTINGS
    select BASE64 if SETTINGS
    depends on SETTINGS
    help
      Enables values encoding using Base64.

(Definitions include propagated dependencies, including from if’s and menus.)