Commit 65e97fb0 authored by Anas Nashif's avatar Anas Nashif Committed by Johan Hedberg
Browse files

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: default avatarAnas Nashif <anas.nashif@intel.com>
parent bc03455f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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