[PATCH 6/7] virtio-mem: Enable virtio-mem for RISC-V
Björn Töpel
bjorn at kernel.org
Fri May 12 07:57:36 PDT 2023
From: Björn Töpel <bjorn at rivosinc.com>
Now that RISC-V has memory hot add/remove support, virtio-mem can be
used on the platform.
Signed-off-by: Björn Töpel <bjorn at rivosinc.com>
---
drivers/virtio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index 0a53a61231c2..358e79ece169 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@ -117,7 +117,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
--
2.39.2
More information about the linux-riscv
mailing list