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>
11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACK_SIZE=4096
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
|
|
CONFIG_NVS=y
|
|
CONFIG_LOG=y
|
|
CONFIG_NVS_LOG_LEVEL_DBG=y
|