xref: /linux/drivers/virt/coco/guest/Kconfig (revision 3a1d22bd85381c4e358fc3340e776c3a3223a1d0)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Confidential computing shared guest collateral
4#
5config TSM_GUEST
6	bool
7
8config TSM_REPORTS
9	select TSM_GUEST
10	select CONFIGFS_FS
11	tristate
12
13config TSM_MEASUREMENTS
14	select TSM_GUEST
15	select CRYPTO_HASH_INFO
16	select CRYPTO
17	bool
18