Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 config ACPI_NFIT
0003         tristate "ACPI NVDIMM Firmware Interface Table (NFIT)"
0004         depends on PHYS_ADDR_T_64BIT
0005         depends on BLK_DEV
0006         depends on ARCH_HAS_PMEM_API
0007         select LIBNVDIMM
0008         help
0009           Infrastructure to probe ACPI 6 compliant platforms for
0010           NVDIMMs (NFIT) and register a libnvdimm device tree.  In
0011           addition to storage devices this also enables libnvdimm to pass
0012           ACPI._DSM messages for platform/dimm configuration.
0013 
0014           To compile this driver as a module, choose M here:
0015           the module will be called nfit.
0016 
0017 config NFIT_SECURITY_DEBUG
0018         bool "Enable debug for NVDIMM security commands"
0019         depends on ACPI_NFIT
0020         help
0021           Some NVDIMM devices and controllers support encryption and
0022           other security features. The payloads for the commands that
0023           enable those features may contain sensitive clear-text
0024           security material. Disable debug of those command payloads
0025           by default. If you are a kernel developer actively working
0026           on NVDIMM security enabling say Y, otherwise say N.