-
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:55
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:34
Menu path: (Top) → Enable settings subsystem with non-volatile storage → Storage back-end
config SETTINGS_FCB
bool "FCB"
depends on FCB
&& <choice: Storage back-end>
help
Use FCB as a settings storage back-end.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)