:orphan: .. title:: CONFIG_SETTINGS_NVS_SECTOR_SIZE_MULT .. kconfig:: CONFIG_SETTINGS_NVS_SECTOR_SIZE_MULT CONFIG_SETTINGS_NVS_SECTOR_SIZE_MULT #################################### *Sector size of the NVS settings area* Type: ``int`` Help ==== .. code-block:: none The sector size to use for the NVS settings area as a multiple of FLASH_ERASE_BLOCK_SIZE. Direct dependencies =================== \ :kconfig:`SETTINGS ` && \ :kconfig:`SETTINGS_NVS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/settings/Kconfig:113`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services → Settings .. code-block:: kconfig 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.)*