diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-03-01 12:33:46 +0300 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-04-06 10:33:20 +0300 |
commit | efdf262e11437f1bb6bcb35c16ac5c3c4cd07c67 (patch) | |
tree | cf4b2208db34caa3a71f2a31843678e333954152 /arch/m68k/configs/hp300_defconfig | |
parent | b19df649adcba4f934a1438dbb21f5f1cb883608 (diff) | |
download | linux-efdf262e11437f1bb6bcb35c16ac5c3c4cd07c67.tar.xz |
m68k: defconfig: Update defconfigs for v5.12-rc1
- Drop CONFIG_CRYPTO_RMD128=m (removed in commit b21b9a5e0aef025a
("crypto: rmd128 - remove RIPE-MD 128 hash algorithm")),
- Drop CONFIG_CRYPTO_RMD256=m (removed in commit c15d4167f0b0465b
("crypto: rmd256 - remove RIPE-MD 256 hash algorithm")),
- Drop CONFIG_CRYPTO_RMD320=m (removed in commit 93f64202926f606d
("crypto: rmd320 - remove RIPE-MD 320 hash algorithm")),
- Drop CONFIG_CRYPTO_TGR192=m (removed in commit 87cd723f8978c59b
("crypto: tgr192 - remove Tiger 128/160/192 hash algorithms")),
- Drop CONFIG_CRYPTO_SALSA20=m (removed in commit 663f63ee6d9cdc68
("crypto: salsa20 - remove Salsa20 stream cipher algorithm")).
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20210301093346.2679625-1-geert@linux-m68k.org
Diffstat (limited to 'arch/m68k/configs/hp300_defconfig')
-rw-r--r-- | arch/m68k/configs/hp300_defconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68k/configs/hp300_defconfig b/arch/m68k/configs/hp300_defconfig index 8f8d5968713b..8c908fc5c191 100644 --- a/arch/m68k/configs/hp300_defconfig +++ b/arch/m68k/configs/hp300_defconfig @@ -538,12 +538,8 @@ CONFIG_CRYPTO_XCBC=m CONFIG_CRYPTO_VMAC=m CONFIG_CRYPTO_BLAKE2S=m CONFIG_CRYPTO_MICHAEL_MIC=m -CONFIG_CRYPTO_RMD128=m CONFIG_CRYPTO_RMD160=m -CONFIG_CRYPTO_RMD256=m -CONFIG_CRYPTO_RMD320=m CONFIG_CRYPTO_SHA3=m -CONFIG_CRYPTO_TGR192=m CONFIG_CRYPTO_WP512=m CONFIG_CRYPTO_AES=y CONFIG_CRYPTO_AES_TI=m @@ -556,7 +552,6 @@ CONFIG_CRYPTO_CAST6=m CONFIG_CRYPTO_DES=m CONFIG_CRYPTO_FCRYPT=m CONFIG_CRYPTO_KHAZAD=m -CONFIG_CRYPTO_SALSA20=m CONFIG_CRYPTO_SEED=m CONFIG_CRYPTO_SERPENT=m CONFIG_CRYPTO_SM4=m |