summaryrefslogtreecommitdiff
path: root/drivers/virt/coco/sev-guest/Kconfig
diff options
context:
space:
mode:
authorTom Lendacky <thomas.lendacky@amd.com>2022-04-20 17:14:14 +0300
committerBorislav Petkov <bp@suse.de>2022-04-27 14:29:56 +0300
commitd63670d23e60f00210635ca7c62bce27bec55f1b (patch)
tree01974e37012d9006b033213ed636cf11a57c4648 /drivers/virt/coco/sev-guest/Kconfig
parent2bf93ffbb97e0614cfc431d2ea33b7eae7481eb2 (diff)
downloadlinux-d63670d23e60f00210635ca7c62bce27bec55f1b.tar.xz
virt: sevguest: Rename the sevguest dir and files to sev-guest
Rename the drivers/virt/coco/sevguest directory and files to sev-guest so as to match the driver name. [ bp: Rename Documentation/virt/coco/sevguest.rst too, as reported by sfr: https://lore.kernel.org/r/20220427101059.3bf55262@canb.auug.org.au ] Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lore.kernel.org/r/2f5c9cb16e3a67599c8e3170f6c72c8712c47d53.1650464054.git.thomas.lendacky@amd.com
Diffstat (limited to 'drivers/virt/coco/sev-guest/Kconfig')
-rw-r--r--drivers/virt/coco/sev-guest/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/virt/coco/sev-guest/Kconfig b/drivers/virt/coco/sev-guest/Kconfig
new file mode 100644
index 000000000000..f9db0799ae67
--- /dev/null
+++ b/drivers/virt/coco/sev-guest/Kconfig
@@ -0,0 +1,14 @@
+config SEV_GUEST
+ tristate "AMD SEV Guest driver"
+ default m
+ depends on AMD_MEM_ENCRYPT
+ select CRYPTO_AEAD2
+ select CRYPTO_GCM
+ help
+ SEV-SNP firmware provides the guest a mechanism to communicate with
+ the PSP without risk from a malicious hypervisor who wishes to read,
+ alter, drop or replay the messages sent. The driver provides
+ userspace interface to communicate with the PSP to request the
+ attestation report and more.
+
+ If you choose 'M' here, this module will be called sev-guest.