Skip to content

Commit

Permalink
kvm_config: add CONFIG_VIRTIO_MENU
Browse files Browse the repository at this point in the history
Make sure that make kvmconfig enables all the virtio drivers even if it is
preceded by a make allnoconfig.

Signed-off-by: Lénaïc Huard <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
  • Loading branch information
L3n41c authored and mstsirkin committed Oct 25, 2018
1 parent 84df952 commit d7b3135
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 @@ -20,6 +20,7 @@ CONFIG_PARAVIRT=y
CONFIG_KVM_GUEST=y
CONFIG_S390_GUEST=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_BLK=y
CONFIG_VIRTIO_CONSOLE=y
Expand Down

0 comments on commit d7b3135

Please sign in to comment.