xref: /openbmc/linux/drivers/acpi/nfit/Kconfig (revision d8bcaabe)
1config ACPI_NFIT
2	tristate "ACPI NVDIMM Firmware Interface Table (NFIT)"
3	depends on PHYS_ADDR_T_64BIT
4	depends on BLK_DEV
5	depends on ARCH_HAS_PMEM_API
6	select LIBNVDIMM
7	help
8	  Infrastructure to probe ACPI 6 compliant platforms for
9	  NVDIMMs (NFIT) and register a libnvdimm device tree.  In
10	  addition to storage devices this also enables libnvdimm to pass
11	  ACPI._DSM messages for platform/dimm configuration.
12
13	  To compile this driver as a module, choose M here:
14	  the module will be called nfit.
15