]> code.ossystems Code Review - meta-freescale.git/commit
linux-fslc-imx: set CRYPTO_XTS to built-in
authorAndrey Zhizhikin <andrey.z@gmail.com>
Fri, 30 Oct 2020 14:21:56 +0000 (14:21 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 30 Oct 2020 14:54:30 +0000 (11:54 -0300)
commit5dcfc23b187919e7f9295de328c236c89cb1e8fe
tree215821a5a6f4f33c4a7368db3c93272bb11fde49
parent5cc6683bfa4ade14262ee3531a937d4a4eb2d42e
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>
(cherry picked from commit 0a1b5faebed1d118dc5802922ce573e855cd91b6)
recipes-kernel/linux/linux-fslc-imx/imx/defconfig
recipes-kernel/linux/linux-fslc-imx/mx8/defconfig