]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
nvme-auth: common: remove selections of no-longer used crypto modules
authorEric Biggers <ebiggers@kernel.org>
Mon, 2 Mar 2026 07:59:58 +0000 (23:59 -0800)
committerKeith Busch <kbusch@kernel.org>
Fri, 27 Mar 2026 14:35:03 +0000 (07:35 -0700)
Now that nvme-auth uses the crypto library instead of crypto_shash,
remove obsolete selections from the NVME_AUTH kconfig option.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/common/Kconfig

index 1ec507d1f9b5f7d21170905149b7cec5ad0ba3ab..f1639db65fd38abde01832a7404cbc48cf49a93e 100644 (file)
@@ -7,12 +7,8 @@ config NVME_KEYRING
 config NVME_AUTH
        tristate
        select CRYPTO
-       select CRYPTO_HMAC
-       select CRYPTO_SHA256
-       select CRYPTO_SHA512
        select CRYPTO_DH
        select CRYPTO_DH_RFC7919_GROUPS
-       select CRYPTO_HKDF
        select CRYPTO_LIB_SHA256
        select CRYPTO_LIB_SHA512