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:
Hyounggyu Choi 2024-06-20 10:43:08 +02:00
parent 0f2a4d202e
commit 9cb12dfa88
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
132
133