Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Björn Töpel and committed by
Palmer Dabbelt
0546d704 f8c2a240

+1 -1
+1 -1
drivers/virtio/Kconfig
··· 122 122 123 123 config VIRTIO_MEM 124 124 tristate "Virtio mem driver" 125 - depends on X86_64 || ARM64 125 + depends on X86_64 || ARM64 || RISCV 126 126 depends on VIRTIO 127 127 depends on MEMORY_HOTPLUG 128 128 depends on MEMORY_HOTREMOVE