brintos

brintos / linux-shallow public Read only

0
0
Text · 324 B · d9ff676 Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Confidential computing related collateral4#5 6config TSM_REPORTS7	select CONFIGFS_FS8	tristate9 10source "drivers/virt/coco/efi_secret/Kconfig"11 12source "drivers/virt/coco/pkvm-guest/Kconfig"13 14source "drivers/virt/coco/sev-guest/Kconfig"15 16source "drivers/virt/coco/tdx-guest/Kconfig"17