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