The latest development version of this page may be more current than this released 1.14.1 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 if’s and menus.)

Kconfig definition

At subsys/settings/Kconfig:43

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

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

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

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