-
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:68
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:34
Menu path: (Top) → Enable settings subsystem with non-volatile storage → Storage back-end
config SETTINGS_NVS bool "NVS non-volatile storage support" depends onNVS
&&FLASH_MAP
&& <choice: Storage back-end> help Enables NVS storage support
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)