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>
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_NVS=y
|
|
|
|
CONFIG_SETTINGS=y
|
|
CONFIG_SETTINGS_RUNTIME=y
|
|
CONFIG_SETTINGS_NVS=y
|