diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-05-05 12:10:44 -0700 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-05-12 13:32:53 +0800 |
| commit | bde393057bbc452731a521bafa7441932da5f564 (patch) | |
| tree | 57599f7f11c5f44134414e09c219ac1688e911d1 /crypto/Kconfig | |
| parent | crypto: null - remove the default null skcipher (diff) | |
| download | linux-bde393057bbc452731a521bafa7441932da5f564.tar.gz linux-bde393057bbc452731a521bafa7441932da5f564.zip | |
crypto: null - merge CRYPTO_NULL2 into CRYPTO_NULL
There is no reason to have separate CRYPTO_NULL2 and CRYPTO_NULL
options. Just merge them into CRYPTO_NULL.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
| -rw-r--r-- | crypto/Kconfig | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index cf5a427bb54d..7347277bedf3 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -192,16 +192,12 @@ config CRYPTO_MANAGER_EXTRA_TESTS config CRYPTO_NULL tristate "Null algorithms" - select CRYPTO_NULL2 + select CRYPTO_ALGAPI + select CRYPTO_SKCIPHER + select CRYPTO_HASH help These are 'Null' algorithms, used by IPsec, which do nothing. -config CRYPTO_NULL2 - tristate - select CRYPTO_ALGAPI2 - select CRYPTO_SKCIPHER2 - select CRYPTO_HASH2 - config CRYPTO_PCRYPT tristate "Parallel crypto engine" depends on SMP |
