mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 08:35:19 -05:00
kvm_config: add CONFIG_VIRTIO_MENU
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 <lenaic@lhuard.fr> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
84df9525b0
commit
d7b31359ec
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue