Merge pull request #9886 from BbolroC/kernel-config-uv-uapi-s390x

kernel: Add CONFIG_S390_UV_UAPI for s390x
This commit is contained in:
Hyounggyu Choi
2024-06-20 16:05:15 +02:00
committed by GitHub
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