kvm_config: add CONFIG_S390_GUEST

"Linux Kernel Mailing List" <[email protected]> Sat, 10 Feb 2018 22:00:21 +0000 (UTC)
Newsgroups gmane.linux.kernel.commits.head
Message-ID <[email protected]>
Web:        https://git.kernel.org/torvalds/c/1a5c79125afdc16e999c1700b0d3dfef1bef1c84
Commit:     1a5c79125afdc16e999c1700b0d3dfef1bef1c84
Parent:     588629385c4b96c436cef55dff75eef7f90cd5f0
Refname:    refs/heads/master
Author:     Christian Borntraeger <[email protected]>
AuthorDate: Tue Dec 12 09:29:09 2017 +0100
Committer:  Christian Borntraeger <[email protected]>
CommitDate: Tue Jan 16 16:15:18 2018 +0100

    kvm_config: add CONFIG_S390_GUEST
    
    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 <[email protected]>
    Acked-by: Cornelia Huck <[email protected]>
---
 kernel/configs/kvm_guest.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/configs/kvm_guest.config b/kernel/configs/kvm_guest.config
index 8d9643767142..108fecc20fc1 100644
--- a/kernel/configs/kvm_guest.config
+++ b/kernel/configs/kvm_guest.config
@@ -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
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html