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>
12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_FCB=y
|
|
|
|
CONFIG_MAIN_STACK_SIZE=4096
|
|
CONFIG_SETTINGS=y
|
|
CONFIG_SETTINGS_RUNTIME=y
|
|
CONFIG_SETTINGS_FCB=y
|
|
|
|
CONFIG_REBOOT=y
|