]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx: Add comment for local defconfig change
authorTom Hochstein <tom.hochstein@nxp.com>
Tue, 9 Feb 2021 18:22:38 +0000 (12:22 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 9 Feb 2021 18:41:52 +0000 (15:41 -0300)
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>
recipes-kernel/linux/linux-imx/imx/defconfig

index 18761baec39741f2f740ff97ea9d45041eef9ca5..c6d83c3b01da09e90c79bf1dc93c0c41e72f3e51 100644 (file)
@@ -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