mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 22:08:47 +00:00
kernel: Add CONFIG_S390_UV_UAPI for s390x
While enabling the attestation for IBM SE, it was observed that a kernel config `CONFIG_S390_UV_UAPI` is missing. This config is required to present an ultravisor in the guest VM. Ths commit adds the missing config. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
@@ -2,6 +2,7 @@ CONFIG_S390=y
|
||||
CONFIG_S390_GUEST=y
|
||||
CONFIG_HW_RANDOM_S390=y
|
||||
CONFIG_S390_IOMMU=y
|
||||
CONFIG_S390_UV_UAPI=y
|
||||
# S/390x widly uses CCW devices
|
||||
CONFIG_CCW=y
|
||||
# Select default KVM options from arch/s390/kvm/Kconfig
|
||||
|
@@ -1 +1 @@
|
||||
132
|
||||
133
|
||||
|
Reference in New Issue
Block a user