The commit adds dependency on Kconfig FLASH_PAGE_LAYOUT to subsystems that really require it: FCB, NVS, LittleFS and removes direct selection from '*.conf' files where no longer needed. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
24 lines
402 B
Plaintext
24 lines
402 B
Plaintext
#
|
|
# Copyright (c) 2019 Peter Bigot Consulting, LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Optionally force the file system to be recreated
|
|
#CONFIG_APP_WIPE_STORAGE=y
|
|
|
|
# fs_dirent structures are big.
|
|
CONFIG_MAIN_STACK_SIZE=4096
|
|
|
|
# Let __ASSERT do its job
|
|
CONFIG_DEBUG=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_MINIMAL=y
|
|
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
|
|
CONFIG_FILE_SYSTEM=y
|
|
CONFIG_FILE_SYSTEM_LITTLEFS=y
|