diff options
| author | Kevin Lannen <kevin@patroness.com> | 2020-05-07 08:22:02 -0600 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-07 20:27:10 -0300 |
| commit | d12d36d3d512ff54a0b23fb646f3fbf6929e884c (patch) | |
| tree | 7a7270ee1a74c222b8d35a0a4185d98a084bf11c | |
| parent | b8f6e8b738c00009bbea4d3b49410c85109dff64 (diff) | |
| download | meta-freescale-d12d36d3d512ff54a0b23fb646f3fbf6929e884c.tar.gz | |
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 <kevin@patroness.com>
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
| -rw-r--r-- | recipes-kernel/linux/linux-fslc-imx/mx8/defconfig | 1 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-imx/mx8/defconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig b/recipes-kernel/linux/linux-fslc-imx/mx8/defconfig index 4decab9e6..9973eec48 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 | |||
| 1016 | CONFIG_CRYPTO_USER=y | 1016 | CONFIG_CRYPTO_USER=y |
| 1017 | CONFIG_CRYPTO_TEST=m | 1017 | CONFIG_CRYPTO_TEST=m |
| 1018 | CONFIG_CRYPTO_ECHAINIV=y | 1018 | CONFIG_CRYPTO_ECHAINIV=y |
| 1019 | CONFIG_CRYPTO_SHA512=y | ||
| 1020 | CONFIG_CRYPTO_ANSI_CPRNG=y | 1019 | CONFIG_CRYPTO_ANSI_CPRNG=y |
| 1021 | CONFIG_CRYPTO_CHACHA20POLY1305=m | 1020 | CONFIG_CRYPTO_CHACHA20POLY1305=m |
| 1022 | CONFIG_CRYPTO_TLS=m | 1021 | CONFIG_CRYPTO_TLS=m |
diff --git a/recipes-kernel/linux/linux-imx/mx8/defconfig b/recipes-kernel/linux/linux-imx/mx8/defconfig index 4decab9e6..9973eec48 100644 --- a/recipes-kernel/linux/linux-imx/mx8/defconfig +++ b/recipes-kernel/linux/linux-imx/mx8/defconfig | |||
| @@ -1016,7 +1016,6 @@ CONFIG_SECURITY=y | |||
| 1016 | CONFIG_CRYPTO_USER=y | 1016 | CONFIG_CRYPTO_USER=y |
| 1017 | CONFIG_CRYPTO_TEST=m | 1017 | CONFIG_CRYPTO_TEST=m |
| 1018 | CONFIG_CRYPTO_ECHAINIV=y | 1018 | CONFIG_CRYPTO_ECHAINIV=y |
| 1019 | CONFIG_CRYPTO_SHA512=y | ||
| 1020 | CONFIG_CRYPTO_ANSI_CPRNG=y | 1019 | CONFIG_CRYPTO_ANSI_CPRNG=y |
| 1021 | CONFIG_CRYPTO_CHACHA20POLY1305=m | 1020 | CONFIG_CRYPTO_CHACHA20POLY1305=m |
| 1022 | CONFIG_CRYPTO_TLS=m | 1021 | CONFIG_CRYPTO_TLS=m |
