CONFIG_SETTINGS_NVS
NVS non-volatile storage support
Type: bool
Help
Enables NVS storage support
Direct dependencies
NVS
&& FLASH_MAP
&& <choice SETTINGS_BACKEND: Storage back-end>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Subsystem>/settings/Kconfig:59
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <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 SETTINGS_BACKEND>
help
Enables NVS storage support
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)