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.
Default¶
- 1 
Kconfig definition¶
At <Zephyr Subsystem>/settings/Kconfig:113
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:57
Menu path: (Top) → Sub Systems and OS Services → Settings
config SETTINGS_NVS_SECTOR_SIZE_MULT
    int "Sector size of the NVS settings area"
    default 1
    depends on SETTINGS && 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.)