xref: /linux/drivers/virt/coco/guest/Kconfig (revision ce4c356d760f6fb22d69f0c5091542891ba6f394)
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