samples: boards: nrf: system_off: add missing dependency

APP_RETENTION depends on having CRC enabled.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-08-31 15:51:37 +02:00 committed by Carles Cufí
commit aa1dd87313

View file

@ -5,7 +5,7 @@ mainmenu "Nordic SYSTEM_OFF demo"
config APP_RETENTION
bool "State retention in system off"
depends on SOC_COMPATIBLE_NRF52X
depends on SOC_COMPATIBLE_NRF52X && CRC
help
On some Nordic chips this application supports retaining
memory while in system off. Select this to enable the