summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-10-30 14:21:56 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-10-30 11:52:29 -0300
commit0a1b5faebed1d118dc5802922ce573e855cd91b6 (patch)
tree5c789fa4a789066b8debf6392e71e338bb0359ce
parent881496a60c14d726a8b4800f7a935c9a5ef42535 (diff)
downloadmeta-freescale-0a1b5faebed1d118dc5802922ce573e855cd91b6.tar.gz
linux-fslc-imx: set CRYPTO_XTS to built-in
Commit [24543df3f4912] in upstream kernel (v5.4.73) sets CRYPTO_XTS as a fallback to provide 16 bytes IVs for certain CAAM module versions. This config parameter is defined as (m) in defconfig, and conflicts with new required value (y). Change the CRYPTO_XTS to (y) to fulfill new dependency requirement for both arm32 and aarch64 build configurations. Cc: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx/imx/defconfig2
-rw-r--r--recipes-kernel/linux/linux-fslc-imx/mx8/defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx/imx/defconfig b/recipes-kernel/linux/linux-fslc-imx/imx/defconfig
index 30792d23..742400a9 100644
--- a/recipes-kernel/linux/linux-fslc-imx/imx/defconfig
+++ b/recipes-kernel/linux/linux-fslc-imx/imx/defconfig
@@ -524,7 +524,7 @@ CONFIG_CRYPTO_CFB=m
524CONFIG_CRYPTO_CTS=m 524CONFIG_CRYPTO_CTS=m
525CONFIG_CRYPTO_LRW=m 525CONFIG_CRYPTO_LRW=m
526CONFIG_CRYPTO_OFB=m 526CONFIG_CRYPTO_OFB=m
527CONFIG_CRYPTO_XTS=m 527CONFIG_CRYPTO_XTS=y
528CONFIG_CRYPTO_MD4=m 528CONFIG_CRYPTO_MD4=m
529CONFIG_CRYPTO_MD5=m 529CONFIG_CRYPTO_MD5=m
530CONFIG_CRYPTO_RMD128=m 530CONFIG_CRYPTO_RMD128=m
diff --git a/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig b/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig
index cf8df95f..1e9ee4f8 100644
--- a/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig
+++ b/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig
@@ -802,7 +802,7 @@ CONFIG_CRYPTO_CFB=m
802CONFIG_CRYPTO_CTS=m 802CONFIG_CRYPTO_CTS=m
803CONFIG_CRYPTO_LRW=m 803CONFIG_CRYPTO_LRW=m
804CONFIG_CRYPTO_OFB=m 804CONFIG_CRYPTO_OFB=m
805CONFIG_CRYPTO_XTS=m 805CONFIG_CRYPTO_XTS=y
806CONFIG_CRYPTO_MD4=m 806CONFIG_CRYPTO_MD4=m
807CONFIG_CRYPTO_MD5=m 807CONFIG_CRYPTO_MD5=m
808CONFIG_CRYPTO_RMD128=m 808CONFIG_CRYPTO_RMD128=m