0001 config SEV_GUEST
0002 tristate "AMD SEV Guest driver"
0003 default m
0004 depends on AMD_MEM_ENCRYPT
0005 select CRYPTO_AEAD2
0006 select CRYPTO_GCM
0007 help
0008 SEV-SNP firmware provides the guest a mechanism to communicate with
0009 the PSP without risk from a malicious hypervisor who wishes to read,
0010 alter, drop or replay the messages sent. The driver provides
0011 userspace interface to communicate with the PSP to request the
0012 attestation report and more.
0013
0014 If you choose 'M' here, this module will be called sev-guest.