Skip to content

Commit

Permalink
kvm_config: add CONFIG_S390_GUEST
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
borntraeger committed Jan 16, 2018
1 parent 5886293 commit 1a5c791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/configs/kvm_guest.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a5c791

Please sign in to comment.