xref: /linux/drivers/virt/coco/sev-guest/Kconfig (revision f96a974170b749e3a56844e25b31d46a7233b6f6)
1config SEV_GUEST
2	tristate "AMD SEV Guest driver"
3	default m
4	depends on AMD_MEM_ENCRYPT
5	select TSM_REPORTS
6	help
7	  SEV-SNP firmware provides the guest a mechanism to communicate with
8	  the PSP without risk from a malicious hypervisor who wishes to read,
9	  alter, drop or replay the messages sent. The driver provides
10	  userspace interface to communicate with the PSP to request the
11	  attestation report and more.
12
13	  If you choose 'M' here, this module will be called sev-guest.
14