summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2022-02-25 06:46:34 -0500
committerMichael S. Tsirkin <mst@redhat.com>2022-03-06 06:06:50 -0500
commite7c552ec897894ec421867059e48474eb7f1ff6d (patch)
treeb5009128bc95621c4ed8a593e04eede0d63729ed
parenteb057b44dbe35ae14527830236a92f51de8f9184 (diff)
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>
-rw-r--r--drivers/virtio/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index 34f80b7a8a64..492fc26f0b65 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@ -105,7 +105,6 @@ config VIRTIO_BALLOON
config VIRTIO_MEM
tristate "Virtio mem driver"
- default m
depends on X86_64
depends on VIRTIO
depends on MEMORY_HOTPLUG