The latest development version of this page may be more current than this released 2.7.5 version.

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

SETTINGS && SETTINGS_NVS

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At subsys/settings/Kconfig:113

Included via Kconfig:8Kconfig.zephyr:44subsys/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.)