mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
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 aacb37f597 ("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>
This commit is contained in:
parent
645e64136b
commit
6bc9effb4c
|
|
@ -13,5 +13,4 @@ config TSM_REPORTS
|
|||
config TSM_MEASUREMENTS
|
||||
select TSM_GUEST
|
||||
select CRYPTO_HASH_INFO
|
||||
select CRYPTO
|
||||
bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user