aboutsummaryrefslogtreecommitdiffstats
path: root/features/intel-persistent-memory/intel-x86-64-pmem.cfg
blob: a0ab17e93990f05eb76bfdff0fa390a43034a9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# SPDX-License-Identifier: MIT
#
# Processor type and features
#
CONFIG_X86_PMEM_LEGACY=m

#
# Memory Management options
#
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_ZONE_DEVICE=y

#
# Device Drivers
#
CONFIG_LIBNVDIMM=m
CONFIG_BLK_DEV_PMEM=m
CONFIG_ND_BLK=m
CONFIG_BTT=y
CONFIG_NVDIMM_PFN=y
CONFIG_NVDIMM_DAX=y

#
# Power management and ACPI options
#
CONFIG_ACPI_NFIT=m

#
# File systems
#
CONFIG_FS_DAX=y