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:
parent
6b56c9d8e5
commit
aa1dd87313
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue