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:
parent
bc03455f37
commit
65e97fb03a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
menuconfig RETENTION
|
menuconfig RETENTION
|
||||||
bool "Retention support"
|
bool "Retention support"
|
||||||
depends on CRC
|
imply CRC
|
||||||
depends on RETAINED_MEM
|
depends on RETAINED_MEM
|
||||||
depends on DT_HAS_ZEPHYR_RETENTION_ENABLED
|
depends on DT_HAS_ZEPHYR_RETENTION_ENABLED
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue