xref: /linux/drivers/virt/coco/sev-guest/Kconfig (revision 8d765af51a099884bab37a51e211c7047f67f1f3)
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