Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Eric Biggers and committed by
Keith Busch
26c8c2dd 844d950b

-4
-4
drivers/nvme/common/Kconfig
··· 7 7 config NVME_AUTH 8 8 tristate 9 9 select CRYPTO 10 - select CRYPTO_HMAC 11 - select CRYPTO_SHA256 12 - select CRYPTO_SHA512 13 10 select CRYPTO_DH 14 11 select CRYPTO_DH_RFC7919_GROUPS 15 - select CRYPTO_HKDF 16 12 select CRYPTO_LIB_SHA256 17 13 select CRYPTO_LIB_SHA512 18 14