2017-04-11 16:49:49 +00:00
|
|
|
menuconfig DAX
|
2016-05-18 16:15:08 +00:00
|
|
|
tristate "DAX: direct access to differentiated memory"
|
2017-04-11 16:49:49 +00:00
|
|
|
select SRCU
|
2016-05-18 16:15:08 +00:00
|
|
|
default m if NVDIMM_DAX
|
2017-04-11 16:49:49 +00:00
|
|
|
|
|
|
|
if DAX
|
|
|
|
|
|
|
|
config DEV_DAX
|
|
|
|
tristate "Device DAX: direct access mapping device"
|
2016-05-14 19:20:44 +00:00
|
|
|
depends on TRANSPARENT_HUGEPAGE
|
2016-05-18 16:15:08 +00:00
|
|
|
help
|
|
|
|
Support raw access to differentiated (persistence, bandwidth,
|
|
|
|
latency...) memory via an mmap(2) capable character
|
|
|
|
device. Platform firmware or a device driver may identify a
|
|
|
|
platform memory resource that is differentiated from the
|
|
|
|
baseline memory pool. Mappings of a /dev/daxX.Y device impose
|
|
|
|
restrictions that make the mapping behavior deterministic.
|
|
|
|
|
|
|
|
|
|
|
|
config DEV_DAX_PMEM
|
|
|
|
tristate "PMEM DAX: direct access to persistent memory"
|
2017-05-06 04:14:43 +00:00
|
|
|
depends on LIBNVDIMM && NVDIMM_DAX && DEV_DAX
|
2016-05-18 16:15:08 +00:00
|
|
|
default DEV_DAX
|
|
|
|
help
|
|
|
|
Support raw access to persistent memory. Note that this
|
|
|
|
driver consumes memory ranges allocated and exported by the
|
|
|
|
libnvdimm sub-system.
|
|
|
|
|
|
|
|
Say Y if unsure
|
|
|
|
|
|
|
|
endif
|