-
CONFIG_SETTINGS_NVS_SECTOR_COUNT
¶
Sector count of the NVS settings area
Type: int
Help¶
Number of sectors used for the NVS settings area
Default¶
8
Kconfig definition¶
At <Zephyr>/subsys/settings/Kconfig:121
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:57
Menu path: (Top) → Sub Systems and OS Services → Settings
config SETTINGS_NVS_SECTOR_COUNT
int "Sector count of the NVS settings area"
default 8
depends on SETTINGS && SETTINGS_NVS
help
Number of sectors used for the NVS settings area
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)