diff options
author | Björn Töpel <[email protected]> | 2024-06-05 13:40:52 +0200 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2024-06-26 08:42:45 -0700 |
commit | 0546d7043e55becec78fa262f2e84c76a96f6e52 (patch) | |
tree | 5c4c252225679174e96908b53f591d6bd516ca72 | |
parent | f8c2a240556eb4fcfcd3ee8e5ececce5be1ae734 (diff) |
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]>
-rw-r--r-- | drivers/virtio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 6284538a8184..42a48ac763ee 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -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 |