Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 4c7c6c52 authored by Kamlesh Gurudasani's avatar Kamlesh Gurudasani Committed by Praneeth Bajjuri
Browse files

ti_config_fragments: v8_baseport: Enable MCRC module


K3 devices include MCRC engine for crc64 calculation.
Enable module to be built for K3 devices.

Also enable algif_hash module, which is needed to access MCRC module
from userspace.

Signed-off-by: default avatarKamlesh Gurudasani <kamlesh@ti.com>
parent bf542708
Branches
Tags
No related merge requests found
......@@ -106,3 +106,7 @@ CONFIG_TI_PAT=y
# Enable Staging drivers for ARMV8
CONFIG_STAGING=y
# MCRC and its userspace support
CONFIG_CRYPTO_DEV_TI_MCRC64=m
CONFIG_CRYPTO_USER_API_HASH=m
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment