diff options
Diffstat (limited to 'hw/mem/Kconfig')
-rw-r--r-- | hw/mem/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mem/Kconfig b/hw/mem/Kconfig index 2ad052a536..c27844900d 100644 --- a/hw/mem/Kconfig +++ b/hw/mem/Kconfig @@ -8,4 +8,4 @@ config MEM_DEVICE config NVDIMM bool default y - depends on (PC || PSERIES) + depends on (PC || PSERIES || ARM_VIRT) |