From d12d36d3d512ff54a0b23fb646f3fbf6929e884c Mon Sep 17 00:00:00 2001 From: Kevin Lannen Date: Thu, 7 May 2020 08:22:02 -0600 Subject: [PATCH] linux-imx: Remove duplicate CRYPTO_SHA512 from defconfig The mx8 defconfig already contains CRYPTO_SHA512 as a module which is what is honored so this removes the extra line that also sets CRYPTO_SHA512 to be built in Signed-off-by: Kevin Lannen Signed-off-by: Andrey Zhizhikin --- recipes-kernel/linux/linux-fslc-imx/mx8/defconfig | 1 - recipes-kernel/linux/linux-imx/mx8/defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig b/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig index 4decab9e..9973eec4 100644 --- a/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig +++ b/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig @@ -1016,7 +1016,6 @@ CONFIG_SECURITY=y CONFIG_CRYPTO_USER=y CONFIG_CRYPTO_TEST=m CONFIG_CRYPTO_ECHAINIV=y -CONFIG_CRYPTO_SHA512=y CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_CHACHA20POLY1305=m CONFIG_CRYPTO_TLS=m diff --git a/recipes-kernel/linux/linux-imx/mx8/defconfig b/recipes-kernel/linux/linux-imx/mx8/defconfig index 4decab9e..9973eec4 100644 --- a/recipes-kernel/linux/linux-imx/mx8/defconfig +++ b/recipes-kernel/linux/linux-imx/mx8/defconfig @@ -1016,7 +1016,6 @@ CONFIG_SECURITY=y CONFIG_CRYPTO_USER=y CONFIG_CRYPTO_TEST=m CONFIG_CRYPTO_ECHAINIV=y -CONFIG_CRYPTO_SHA512=y CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_CHACHA20POLY1305=m CONFIG_CRYPTO_TLS=m -- 2.40.1