Unverified Commit 0546d704 authored by Björn Töpel's avatar Björn Töpel Committed by Palmer Dabbelt
Browse files

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: default avatarDavid Hildenbrand <david@redhat.com>
Signed-off-by: default avatarBjörn Töpel <bjorn@rivosinc.com>
Link: https://lore.kernel.org/r/20240605114100.315918-10-bjorn@kernel.org


Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent f8c2a240
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ config VIRTIO_BALLOON

config VIRTIO_MEM
	tristate "Virtio mem driver"
	depends on X86_64 || ARM64
	depends on X86_64 || ARM64 || RISCV
	depends on VIRTIO
	depends on MEMORY_HOTPLUG
	depends on MEMORY_HOTREMOVE