projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb057b4
)
virtio: drop default for virtio-mem
author
Michael S. Tsirkin
<mst@redhat.com>
Fri, 25 Feb 2022 11:46:34 +0000
(06:46 -0500)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 6 Mar 2022 11:06:50 +0000
(06:06 -0500)
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>
drivers/virtio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/virtio/Kconfig
b/drivers/virtio/Kconfig
index 34f80b7a8a64944e89e4d36c32d601a8acf28211..492fc26f0b65073bb39b54f2c649605c73cca3e1 100644
(file)
--- 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