Browse Source

retention: do noy rely on CRC being enable, imply CRC in Kconfig

CRC is now disable by default, so we need to enable it for retention
subsys.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
pull/61632/head
Anas Nashif 2 years ago committed by Johan Hedberg
parent
commit
65e97fb03a
  1. 2
      subsys/retention/Kconfig

2
subsys/retention/Kconfig

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
menuconfig RETENTION
bool "Retention support"
depends on CRC
imply CRC
depends on RETAINED_MEM
depends on DT_HAS_ZEPHYR_RETENTION_ENABLED
help

Loading…
Cancel
Save