diff options
author | djbw <dokuwiki@localhost> | 2019-08-01 23:06:38 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-09-26 14:36:55 -0400 |
commit | 2540c2f417b3f19e2915b027d799cfdf72c39542 (patch) | |
tree | a680ecbc7f8b3c00020b0d29b335273b9fb5dd7d /source/start.txt | |
parent | 2ba998e4e6bb2ec66359b3950d57eeb68ee68b1f (diff) | |
download | nvdimm-2540c2f417b3f19e2915b027d799cfdf72c39542.tar.gz |
start:
Diffstat (limited to 'source/start.txt')
-rw-r--r-- | source/start.txt | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/source/start.txt b/source/start.txt index 34dd193..f8df576 100644 --- a/source/start.txt +++ b/source/start.txt @@ -75,17 +75,22 @@ Options in make menuconfig: * Device memory (pmem, HMM, etc...) hotplug support <needed for huge pages> <code> -CONFIG_BLK_DEV_RAM_DAX=y -CONFIG_FS_DAX=y -CONFIG_X86_PMEM_LEGACY=y -CONFIG_LIBNVDIMM=y -CONFIG_BLK_DEV_PMEM=m -CONFIG_ARCH_HAS_PMEM_API=y -CONFIG_TRANSPARENT_HUGEPAGE=y +CONFIG_ZONE_DEVICE=y CONFIG_MEMORY_HOTPLUG=y CONFIG_MEMORY_HOTREMOVE=y -CONFIG_ZONE_DEVICE=y -CONFIG_FS_DAX_PMD=y +CONFIG_TRANSPARENT_HUGEPAGE=y +CONFIG_ACPI_NFIT=m +CONFIG_X86_PMEM_LEGACY=m +CONFIG_OF_PMEM=m +CONFIG_LIBNVDIMM=m +CONFIG_BLK_DEV_PMEM=m +CONFIG_BTT=y +CONFIG_NVDIMM_PFN=y +CONFIG_NVDIMM_DAX=y +CONFIG_DAX=y +CONFIG_DEV_DAX=m +CONFIG_DEV_DAX_PMEM=m +CONFIG_DEV_DAX_KMEM=m </code> This configuration gave me one pmem device with 16 GiB of space: |