Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

virtio: drop default for virtio-mem

There's no special reason why virtio-mem needs a default that's
different from what kconfig provides, any more than e.g. virtio blk.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: David Hildenbrand <david@redhat.com>

-1
-1
drivers/virtio/Kconfig
··· 105 105 106 106 config VIRTIO_MEM 107 107 tristate "Virtio mem driver" 108 - default m 109 108 depends on X86_64 110 109 depends on VIRTIO 111 110 depends on MEMORY_HOTPLUG