]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
kvm_config: add CONFIG_S390_GUEST
authorChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 12 Dec 2017 08:29:09 +0000 (09:29 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 16 Jan 2018 15:15:18 +0000 (16:15 +0100)
make kvmconfig currently does not select CONFIG_S390_GUEST. Since
the virtio-ccw transport depends on CONFIG_S390_GUEST, we want
to add CONFIG_S390_GUEST to kvmconfig.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
kernel/configs/kvm_guest.config

index 8d964376714293ff44a6d0099e085b2bf488dde8..108fecc20fc148e66f78be657bc80c22590ff5ca 100644 (file)
@@ -18,6 +18,7 @@ CONFIG_VIRTUALIZATION=y
 CONFIG_HYPERVISOR_GUEST=y
 CONFIG_PARAVIRT=y
 CONFIG_KVM_GUEST=y
+CONFIG_S390_GUEST=y
 CONFIG_VIRTIO=y
 CONFIG_VIRTIO_PCI=y
 CONFIG_VIRTIO_BLK=y