:orphan: .. title:: SETTINGS_NVS_SECTOR_SIZE_MULT .. option:: CONFIG_SETTINGS_NVS_SECTOR_SIZE_MULT *Sector size of the NVS settings area* Type: ``int`` Help ==== The sector size to use for the NVS settings area as a multiple of FLASH_ERASE_BLOCK_SIZE. Direct dependencies =================== \ :option:`SETTINGS ` && \ :option:`SETTINGS_NVS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/settings/Kconfig:113`` 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_SIZE_MULT int "Sector size of the NVS settings area" default 1 depends on \ :option:`SETTINGS ` && \ :option:`SETTINGS_NVS ` help The sector size to use for the NVS settings area as a multiple of FLASH_ERASE_BLOCK_SIZE. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*