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

CONFIG_SETTINGS_NVS

NVS non-volatile storage support

Type: bool

Help

Enables NVS storage support

Direct dependencies

NVS && FLASH_MAP && <choice: Storage back-end>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/settings/Kconfig:59

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:57

Menu path: (Top) → Sub Systems and OS Services → Settings → Storage back-end

config SETTINGS_NVS
    bool "NVS non-volatile storage support"
    depends on NVS && FLASH_MAP && <choice>
    help
      Enables NVS storage support

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)