:orphan: .. title:: CONFIG_FCB .. kconfig:: CONFIG_FCB CONFIG_FCB ########## *Flash Circular Buffer support* Type: ``bool`` Help ==== .. code-block:: none Enable support of Flash Circular Buffer. Direct dependencies =================== \ :kconfig:`FLASH_MAP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/fs/fcb/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:25`` → ``/fs/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → File Systems .. code-block:: kconfig config FCB bool "Flash Circular Buffer support" depends on FLASH_MAP help Enable support of Flash Circular Buffer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*