:orphan: .. title:: SETTINGS_NVS_SECTOR_COUNT .. option:: CONFIG_SETTINGS_NVS_SECTOR_COUNT *Sector count of the NVS settings area* Type: ``int`` Help ==== Number of sectors used for the NVS settings area Direct dependencies =================== \ :option:`SETTINGS ` && \ :option:`SETTINGS_NVS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 8 Kconfig definition ================== .. highlight:: kconfig At ``subsys/settings/Kconfig:121`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Settings .. parsed-literal:: config SETTINGS_NVS_SECTOR_COUNT int "Sector count of the NVS settings area" default 8 depends on \ :option:`SETTINGS ` && \ :option:`SETTINGS_NVS ` help Number of sectors used for the NVS settings area *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*