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

Flash Circular Buffer support

Type: bool

Help

Enable support of Flash Circular Buffer.

Direct dependencies

FLASH_MAP

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/fs/fcb/Kconfig:12

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:18subsys/fs/Kconfig:108

Menu path: (top menu) → File Systems

config FCB
    bool
    prompt "Flash Circular Buffer support" if FLASH_MAP
    select FS_FLASH_STORAGE_PARTITION if FLASH_MAP
    depends on FLASH_MAP
    help
      Enable support of Flash Circular Buffer.

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