5a0ecb9641
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>
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
# Copyright (c) 2023, Intel Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Misc
|
|
CONFIG_HEAP_MEM_POOL_SIZE=363840
|
|
|
|
# Enable Flash
|
|
CONFIG_FLASH=y
|
|
CONFIG_LOG=y
|