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:
parent
8f5925c6de
commit
b032d0bc00
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue