The latest development version of this page may be more current than this released 1.14.1 version.
choice: Storage back-end

Storage back-end

Type: bool

Help

Storage back-end to be used by the settings subsystem.

Direct dependencies

SETTINGS

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

Defaults

Choice options

Kconfig definition

At subsys/settings/Kconfig:36

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

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

choice
    bool
    prompt "Storage back-end" if SETTINGS
    default SETTINGS_FCB if FCB && SETTINGS
    depends on SETTINGS
    help
      Storage back-end to be used by the settings subsystem.

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