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
144 B
Plaintext
9 lines
144 B
Plaintext
CONFIG_FLASH=y
|
|
|
|
CONFIG_NVS=y
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_IMMEDIATE=y
|
|
CONFIG_NVS_LOG_LEVEL_DBG=y
|
|
CONFIG_REBOOT=y
|
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|