summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-02-09 12:22:38 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2021-02-09 15:41:52 -0300
commitdcf82a9be252d4c95f3a6ea68ebc26ce3e8c729b (patch)
treeb6ac602c8566f1403460c2b086ccc626f96f4afe
parent707cae23a0d3ba0dbae2b3e6c96335efa5209cd0 (diff)
downloadmeta-freescale-dcf82a9be252d4c95f3a6ea68ebc26ce3e8c729b.tar.gz
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 <tom.hochstein@nxp.com>
-rw-r--r--recipes-kernel/linux/linux-imx/imx/defconfig2
1 files changed, 2 insertions, 0 deletions
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
570CONFIG_CRYPTO_SM4=m 570CONFIG_CRYPTO_SM4=m
571CONFIG_CRYPTO_TEA=m 571CONFIG_CRYPTO_TEA=m
572CONFIG_CRYPTO_ANSI_CPRNG=m 572CONFIG_CRYPTO_ANSI_CPRNG=m
573# meta-freescale change: Set CRYPTO_SHA1 to y to prevent kernel_configcheck warning
574#CONFIG_CRYPTO_SHA1=m
573CONFIG_CRYPTO_SHA1=y 575CONFIG_CRYPTO_SHA1=y
574CONFIG_CRC_CCITT=m 576CONFIG_CRC_CCITT=m
575CONFIG_CRC_T10DIF=y 577CONFIG_CRC_T10DIF=y