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>
This commit is contained in:
Anas Nashif 2023-08-16 13:32:18 +00:00 committed by Johan Hedberg
commit 65e97fb03a

View file

@ -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