Skip to content

Commit ba77d94

Browse files
jongwurbradford
authored andcommitted
virtio-mem: enable virtio-mem on arm64 in Kconfig
As virtio-mem works on arm64, so enabled it here in Kconfig. Signed-off-by: Jianyong Wu <[email protected]>
1 parent 418660f commit ba77d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/virtio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ config VIRTIO_BALLOON
9696
config VIRTIO_MEM
9797
tristate "Virtio mem driver"
9898
default m
99-
depends on X86_64
99+
depends on X86_64 || ARM64
100100
depends on VIRTIO
101101
depends on MEMORY_HOTPLUG_SPARSE
102102
depends on MEMORY_HOTREMOVE

0 commit comments

Comments
 (0)