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