diff options
Diffstat (limited to 'config-x86_64-generic')
-rw-r--r-- | config-x86_64-generic | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config-x86_64-generic b/config-x86_64-generic index 9d13391fc..4a811a2d2 100644 --- a/config-x86_64-generic +++ b/config-x86_64-generic @@ -113,7 +113,7 @@ CONFIG_SPARSEMEM_VMEMMAP=y # CONFIG_MOVABLE_NODE is not set CONFIG_MEMORY_HOTPLUG=y # CONFIG_ARCH_MEMORY_PROBE is not set -# CONFIG_MEMORY_HOTREMOVE is not set +CONFIG_MEMORY_HOTREMOVE=y # CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set # CONFIG_BLK_DEV_CMD640 is not set @@ -212,3 +212,9 @@ CONFIG_CMA=y # CONFIG_CMA_DEBUG is not set # CONFIG_CMA_DEBUGFS is not set CONFIG_CMA_AREAS=7 + +# Changes for persistent memory devices +# CONFIG_ZONE_DMA is not set +CONFIG_ZONE_DEVICE=y +CONFIG_NVDIMM_PFN=y +CONFIG_ND_PFN=m |