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