Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19 17 lines 273 B view raw
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