From 65e97fb03af6e5eaa2c2535906299014744a0f08 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 16 Aug 2023 13:32:18 +0000 Subject: [PATCH] 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 --- subsys/retention/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/retention/Kconfig b/subsys/retention/Kconfig index 5322a116849..0f3def9abc9 100644 --- a/subsys/retention/Kconfig +++ b/subsys/retention/Kconfig @@ -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