zephyr/subsys/fs/fcb/Kconfig

17 lines
282 B
Plaintext

# Kconfig - Flash Circular Buffer module
#
# Copyright (c) 2017 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
#
# Flash Circular Buffer
#
config FCB
bool "Flash Circular Buffer support"
depends on FLASH_MAP
help
Enable support of Flash Circular Buffer.