kernel: Add CONFIG_SEV_GUEST to SEV kernel config

Adding kernel config to sev case since it is needed for SNP and SNP will use the SEV kernel.
Incrementing kernel config version to reflect changes

Fixes: #6123
Signed-off-by: Alex Carter <Alex.Carter@ibm.com>
This commit is contained in:
Alex Carter 2023-01-24 04:31:47 +00:00
parent fc5c62a5a1
commit 1bff1ca30a
2 changed files with 2 additions and 1 deletions

View File

@ -7,4 +7,5 @@ CONFIG_EFI_STUB=y
CONFIG_MODULE_SIG=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_SEV_GUEST=y
CONFIG_VIRT_DRIVERS=y

View File

@ -1 +1 @@
100
101