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