The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

SETTINGS && SETTINGS_FCB

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/settings/Kconfig:57

Included via Kconfig:10Kconfig.zephyr:39subsys/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" if SETTINGS && SETTINGS_FCB
    default 8 if SETTINGS && SETTINGS_FCB
    depends on SETTINGS && 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.)