# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_ACPI_NFIT[0m tristate "ACPI NVDIMM Firmware Interface Table (NFIT)" depends on [31mCONFIG_PHYS_ADDR_T_64BIT[0m depends on [31mCONFIG_BLK_DEV[0m depends on [31mCONFIG_ARCH_HAS_PMEM_API[0m select [31mCONFIG_LIBNVDIMM[0m help Infrastructure to probe [31mCONFIG_ACPI[0m 6 compliant platforms for NVDIMMs (NFIT) and register a libnvdimm device tree. In addition to storage devices this also enables libnvdimm to pass [31mCONFIG_ACPI[0m._DSM messages for platform/dimm configuration. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called nfit. config [31mCONFIG_NFIT_SECURITY_DEBUG[0m bool "Enable debug for NVDIMM security commands" depends on [31mCONFIG_ACPI_NFIT[0m help Some NVDIMM devices and controllers support encryption and other security features. The payloads for the commands that enable those features may contain sensitive clear-text security material. Disable debug of those command payloads by default. If you are a kernel developer actively working on NVDIMM security enabling say Y, otherwise say N. |