:orphan: .. title:: CONFIG_SETTINGS_FCB_MAGIC .. kconfig:: CONFIG_SETTINGS_FCB_MAGIC CONFIG_SETTINGS_FCB_MAGIC ######################### *FCB magic for the settings subsystem* Type: ``hex`` Help ==== .. code-block:: none Magic 32-bit word for to identify valid settings area Direct dependencies =================== \ :kconfig:`SETTINGS ` && \ :kconfig:`SETTINGS_FCB ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0xc0ffeeee Kconfig definition ================== At ``/settings/Kconfig:85`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:57`` Menu path: (Top) → Sub Systems and OS Services → Settings .. code-block:: kconfig config SETTINGS_FCB_MAGIC hex "FCB magic for the settings subsystem" default 0xc0ffeeee depends on SETTINGS && SETTINGS_FCB help Magic 32-bit word for to identify valid settings area *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*