From dcf82a9be252d4c95f3a6ea68ebc26ce3e8c729b Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 9 Feb 2021 12:22:38 -0600 Subject: [PATCH] linux-imx: Add comment for local defconfig change Add a comment to the 32-bit defconfig so the local change made to CRYPTO_SHA1 is more easily seen by a developer trying to update the defconfig with the latest. Signed-off-by: Tom Hochstein --- recipes-kernel/linux/linux-imx/imx/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-imx/imx/defconfig b/recipes-kernel/linux/linux-imx/imx/defconfig index 18761bae..c6d83c3b 100644 --- a/recipes-kernel/linux/linux-imx/imx/defconfig +++ b/recipes-kernel/linux/linux-imx/imx/defconfig @@ -570,6 +570,8 @@ CONFIG_CRYPTO_SEED=m CONFIG_CRYPTO_SM4=m CONFIG_CRYPTO_TEA=m CONFIG_CRYPTO_ANSI_CPRNG=m +# meta-freescale change: Set CRYPTO_SHA1 to y to prevent kernel_configcheck warning +#CONFIG_CRYPTO_SHA1=m CONFIG_CRYPTO_SHA1=y CONFIG_CRC_CCITT=m CONFIG_CRC_T10DIF=y -- 2.40.1