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)