From: Eric Biggers Date: Mon, 2 Mar 2026 07:59:58 +0000 (-0800) Subject: nvme-auth: common: remove selections of no-longer used crypto modules X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26c8c2dddecb016a6115b30cf2cee633b311222b;p=thirdparty%2Fkernel%2Flinux.git nvme-auth: common: remove selections of no-longer used crypto modules 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 Acked-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Signed-off-by: Eric Biggers Signed-off-by: Keith Busch --- diff --git a/drivers/nvme/common/Kconfig b/drivers/nvme/common/Kconfig index 1ec507d1f9b5f..f1639db65fd38 100644 --- a/drivers/nvme/common/Kconfig +++ b/drivers/nvme/common/Kconfig @@ -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