-
CONFIG_NVS
¶
Non-volatile Storage
Type: bool
Help¶
Enable support of Non-volatile Storage.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/fs/nvs/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:18
→ subsys/fs/Kconfig:109
Menu path: (top menu) → File Systems
config NVS
bool
prompt "Non-volatile Storage"
select FS_FLASH_STORAGE_PARTITION
help
Enable support of Non-volatile Storage.
(Definitions include propagated dependencies, including from if’s and menus.)