]> git.ipfire.org Git - thirdparty/linux.git/commit
coco/guest: Remove unneeded selection of CRYPTO
authorEric Biggers <ebiggers@kernel.org>
Thu, 4 Dec 2025 05:55:12 +0000 (21:55 -0800)
committerEric Biggers <ebiggers@kernel.org>
Thu, 19 Mar 2026 17:57:22 +0000 (10:57 -0700)
commit6bc9effb4cbf9b6eba0f51aba1c8893dfd4c8100
treed98dd59a2a140fbb7c1aaa4f6869a8eefd2238c8
parent645e64136b93e431a48f3b178fe7cf13737b10f6
coco/guest: Remove unneeded selection of CRYPTO

All that's needed here is CRYPTO_HASH_INFO.  It used to be the case that
CRYPTO_HASH_INFO was visible only when CRYPTO, but that was fixed by
commit aacb37f597d0 ("lib/crypto: hash_info: Move hash_info.c into
lib/crypto/").  Now CRYPTO_HASH_INFO can be selected directly.

Acked-by: Dan Williams <dan.j.williams@intel.com>
Link: https://lore.kernel.org/r/20251204055512.494013-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
drivers/virt/coco/guest/Kconfig