]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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

index 3d5e1d05bf34382153c599522f020b512c49a60a..da570dc4bd4803a4670c25e1768b3f7ac16e9859 100644 (file)
@@ -13,5 +13,4 @@ config TSM_REPORTS
 config TSM_MEASUREMENTS
        select TSM_GUEST
        select CRYPTO_HASH_INFO
-       select CRYPTO
        bool