mgmt: mcumgr: grp: fs_mgmt: Select CRC if hash/checksum is enabled

Since CRC32 hash/checksum support is enabled by default, make it
select the CRC Kconfig symbol

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-10-18 13:44:22 +01:00 committed by Carles Cufí
parent 8f5925c6de
commit b032d0bc00
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ config MCUMGR_GRP_FS_CHECKSUM_HASH_CHUNK_SIZE
config MCUMGR_GRP_FS_CHECKSUM_IEEE_CRC32
bool "IEEE CRC32 checksum support"
select CRC
default y
help
Enable IEEE CRC32 checksum support for MCUmgr.