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