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

FCB magic for the settings subsystem

Type: hex

Help

Magic 32-bit word for to identify valid settings area

Direct dependencies

SETTINGS && SETTINGS_FCB

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

Defaults

Kconfig definition

At subsys/settings/Kconfig:65

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:36

Menu path: (top menu) → Enable settings subsystem with non-volatile storage

config SETTINGS_FCB_MAGIC
    hex
    prompt "FCB magic for the settings subsystem" if SETTINGS && SETTINGS_FCB
    default 0xc0ffeeee if SETTINGS && SETTINGS_FCB
    depends on SETTINGS && SETTINGS_FCB
    help
      Magic 32-bit word for to identify valid settings area

(Definitions include propagated dependencies, including from if’s and menus.)