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