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 <david@redhat.com> Signed-off-by: Björn Töpel <bjorn@rivosinc.com> Link: https://lore.kernel.org/r/20240605114100.315918-10-bjorn@kernel.org Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent f8c2a24 commit 0546d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)