-
CONFIG_SETTINGS_FCB_NUM_AREAS
¶
Number of flash areas used by the settings subsystem
Type: int
Help¶
Number of areas to allocate in the settings FCB. A smaller number is used if the flash hardware cannot support this value.
Default¶
8
Kconfig definition¶
At subsys/settings/Kconfig:94
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:34
Menu path: (Top) → Enable settings subsystem with non-volatile storage
config SETTINGS_FCB_NUM_AREAS int "Number of flash areas used by the settings subsystem" default 8 depends onSETTINGS
&&SETTINGS_FCB
help Number of areas to allocate in the settings FCB. A smaller number is used if the flash hardware cannot support this value.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)