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 <Zephyr Subsystem>/settings/Kconfig:59
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/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.)