Kconfig (33e247c7e58d335d70ecb84fd869091e2e4b8dcb) Kconfig (06a660ada2064bbdcd09aeb8173f2ad128c71978)
1config SELECT_MEMORY_MODEL
2 def_bool y
3 depends on ARCH_SELECT_MEMORY_MODEL
4
5choice
6 prompt "Memory model"
7 depends on SELECT_MEMORY_MODEL
8 default DISCONTIGMEM_MANUAL if ARCH_DISCONTIGMEM_DEFAULT

--- 663 unchanged lines hidden (view full) ---

672 help
673 Device memory hotplug support allows for establishing pmem,
674 or other device driver discovered memory regions, in the
675 memmap. This allows pfn_to_page() lookups of otherwise
676 "device-physical" addresses which is needed for using a DAX
677 mapping in an O_DIRECT operation, among other things.
678
679 If FS_DAX is enabled, then say Y.
1config SELECT_MEMORY_MODEL
2 def_bool y
3 depends on ARCH_SELECT_MEMORY_MODEL
4
5choice
6 prompt "Memory model"
7 depends on SELECT_MEMORY_MODEL
8 default DISCONTIGMEM_MANUAL if ARCH_DISCONTIGMEM_DEFAULT

--- 663 unchanged lines hidden (view full) ---

672 help
673 Device memory hotplug support allows for establishing pmem,
674 or other device driver discovered memory regions, in the
675 memmap. This allows pfn_to_page() lookups of otherwise
676 "device-physical" addresses which is needed for using a DAX
677 mapping in an O_DIRECT operation, among other things.
678
679 If FS_DAX is enabled, then say Y.
680
681config FRAME_VECTOR
682 bool