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