diff options
| author | Eric Biggers <ebiggers@kernel.org> | 2026-03-01 23:59:58 -0800 |
|---|---|---|
| committer | Keith Busch <kbusch@kernel.org> | 2026-03-27 07:35:03 -0700 |
| commit | 26c8c2dddecb016a6115b30cf2cee633b311222b (patch) | |
| tree | e3359de4bc1633cf4b6ad7d082ae7fce1bab7554 /drivers/nvme | |
| parent | 844d950bb2cb1fc5b8973369de59cbfb7eecd94d (diff) | |
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 <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>
Diffstat (limited to 'drivers/nvme')
| -rw-r--r-- | drivers/nvme/common/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/nvme/common/Kconfig b/drivers/nvme/common/Kconfig index 1ec507d1f9b5..f1639db65fd3 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 |
