summary refs log tree commit diff stats
path: root/hw/mem/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/mem/Kconfig')
-rw-r--r--hw/mem/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/mem/Kconfig b/hw/mem/Kconfig
new file mode 100644
index 0000000000..620fd4cb59
--- /dev/null
+++ b/hw/mem/Kconfig
@@ -0,0 +1,11 @@
+config DIMM
+    bool
+    select MEM_DEVICE
+
+config MEM_DEVICE
+    bool
+
+config NVDIMM
+    bool
+    default y
+    depends on PC