Skip to content

Commit

Permalink
virtio: drop default for virtio-mem
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael S. Tsirkin committed Mar 6, 2022
1 parent eb057b4 commit e7c552e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/virtio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7c552e

Please sign in to comment.