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

Configure Feed

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

at v6.12 11 lines 342 B view raw
1config TDX_GUEST_DRIVER 2 tristate "TDX Guest driver" 3 depends on INTEL_TDX_GUEST 4 select TSM_REPORTS 5 help 6 The driver provides userspace interface to communicate with 7 the TDX module to request the TDX guest details like attestation 8 report. 9 10 To compile this driver as module, choose M here. The module will 11 be called tdx-guest.