The last reference to this symbol was removed when flash area management moved to devicetree. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
17 lines
282 B
Plaintext
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.
|