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

CONFIG_SETTINGS_FCB

FCB

Type: bool

Help

Use FCB as a settings storage back-end.

Direct dependencies

FCB && <choice: Storage back-end>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/settings/Kconfig:46

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:57

Menu path: (Top) → Sub Systems and OS Services → Settings → Storage back-end

config SETTINGS_FCB
    bool "FCB"
    depends on FCB && <choice>
    help
      Use FCB as a settings storage back-end.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)