kernel: Add Secure Execution guest

Add `CONFIG_PROTECTED_VIRTUALIZATION_GUEST=y` to s390's guest kernel
config, which enables running with a secure image (as generated by
s390-tools' `genprotimg`).

Fixes: #2106
Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
This commit is contained in:
Jakob Naucke 2021-06-24 11:34:28 +02:00
parent 5a22e0e3b1
commit 772c117d4e
No known key found for this signature in database
GPG Key ID: 45FA1C7D310C0EBE

View File

@ -0,0 +1,3 @@
# IBM Secure Execution (Protected Virtualization in kernel)
CONFIG_PROTECTED_VIRTUALIZATION_GUEST=y