:orphan: .. title:: SETTINGS_FCB .. option:: CONFIG_SETTINGS_FCB *FCB* Type: ``bool`` Help ==== Use FCB as a settings storage back-end. Direct dependencies =================== \ :option:`FCB ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/settings/Kconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:53`` Menu path: (Top) → Sub Systems and OS Services → Settings → Storage back-end .. parsed-literal:: config SETTINGS_FCB bool "FCB" depends on \ :option:`FCB ` && \ :ref:` ` help Use FCB as a settings storage back-end. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*