mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 21:29:49 +07:00
15 lines
509 B
Plaintext
15 lines
509 B
Plaintext
|
config ACPI_NFIT
|
||
|
tristate "ACPI NVDIMM Firmware Interface Table (NFIT)"
|
||
|
depends on PHYS_ADDR_T_64BIT
|
||
|
depends on BLK_DEV
|
||
|
depends on ARCH_HAS_MMIO_FLUSH
|
||
|
select LIBNVDIMM
|
||
|
help
|
||
|
Infrastructure to probe ACPI 6 compliant platforms for
|
||
|
NVDIMMs (NFIT) and register a libnvdimm device tree. In
|
||
|
addition to storage devices this also enables libnvdimm to pass
|
||
|
ACPI._DSM messages for platform/dimm configuration.
|
||
|
|
||
|
To compile this driver as a module, choose M here:
|
||
|
the module will be called nfit.
|