Skip to content

Commit 0546d70

Browse files
bjorn-rivospalmer-dabbelt
authored andcommitted
virtio-mem: Enable virtio-mem for RISC-V
Now that RISC-V has memory hotplugging support, virtio-mem can be used on the platform. Acked-by: David Hildenbrand <[email protected]> Signed-off-by: Björn Töpel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent f8c2a24 commit 0546d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/virtio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ config VIRTIO_BALLOON
122122

123123
config VIRTIO_MEM
124124
tristate "Virtio mem driver"
125-
depends on X86_64 || ARM64
125+
depends on X86_64 || ARM64 || RISCV
126126
depends on VIRTIO
127127
depends on MEMORY_HOTPLUG
128128
depends on MEMORY_HOTREMOVE

0 commit comments

Comments
 (0)