-
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.
Defaults¶
- 8 if
SETTINGS
&&SETTINGS_FCB
Kconfig definition¶
At subsys/settings/Kconfig:57
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:36
Menu path: (top menu) → Enable settings subsystem with non-volatile storage
config SETTINGS_FCB_NUM_AREAS int prompt "Number of flash areas used by the settings subsystem" ifSETTINGS
&&SETTINGS_FCB
default 8 ifSETTINGS
&&SETTINGS_FCB
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.
(Definitions include propagated dependencies, including from if’s and menus.)