mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-08 23:26:28 -04:00
Merge measurement-register infrastructure for v6.16. Resolve conflicts with the establishment of drivers/virt/coco/guest/ for cross-vendor common TSM functionality. Address a mis-merge with a fixup from Lukas: Link: http://lore.kernel.org/20250509134031.70559-1-lukas.bulwahn@redhat.com
18 lines
273 B
Plaintext
18 lines
273 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Confidential computing shared guest collateral
|
|
#
|
|
config TSM_GUEST
|
|
bool
|
|
|
|
config TSM_REPORTS
|
|
select TSM_GUEST
|
|
select CONFIGFS_FS
|
|
tristate
|
|
|
|
config TSM_MEASUREMENTS
|
|
select TSM_GUEST
|
|
select CRYPTO_HASH_INFO
|
|
select CRYPTO
|
|
bool
|