-
CONFIG_SETTINGS_FCB_MAGIC
¶
FCB magic for the settings subsystem
Type: hex
Help¶
Magic 32-bit word for to identify valid settings area
Defaults¶
- 0xc0ffeeee if
SETTINGS
&&SETTINGS_FCB
Kconfig definition¶
At subsys/settings/Kconfig:65
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/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" ifSETTINGS
&&SETTINGS_FCB
default 0xc0ffeeee ifSETTINGS
&&SETTINGS_FCB
depends onSETTINGS
&&SETTINGS_FCB
help Magic 32-bit word for to identify valid settings area
(Definitions include propagated dependencies, including from if’s and menus.)