config VIRTIO_MEM
        tristate "Virtio mem driver"
-       depends on X86_64
+       depends on X86_64 || ARM64
        depends on VIRTIO
        depends on MEMORY_HOTPLUG
        depends on MEMORY_HOTREMOVE
         This driver provides access to virtio-mem paravirtualized memory
         devices, allowing to hotplug and hotunplug memory.
 
-        This driver was only tested under x86-64, but should theoretically
-        work on all architectures that support memory hotplug and hotremove.
+        This driver was only tested under x86-64 and arm64, but should
+        theoretically work on all architectures that support memory hotplug
+        and hotremove.
 
         If unsure, say M.