Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_ACPI_NFIT
	tristate "ACPI NVDIMM Firmware Interface Table (NFIT)"
	depends on CONFIG_PHYS_ADDR_T_64BIT
	depends on CONFIG_BLK_DEV
	depends on CONFIG_ARCH_HAS_MMIO_FLUSH
	select CONFIG_LIBNVDIMM
	help
	  Infrastructure to probe CONFIG_ACPI 6 compliant platforms for
	  NVDIMMs (NFIT) and register a libnvdimm device tree.  In
	  addition to storage devices this also enables libnvdimm to pass
	  CONFIG_ACPI._DSM messages for platform/dimm configuration.

	  To compile this driver as a module, choose CONFIG_M here:
	  the module will be called nfit.

config CONFIG_ACPI_NFIT_DEBUG
	bool "NFIT DSM debug"
	depends on CONFIG_ACPI_NFIT
	depends on CONFIG_DYNAMIC_DEBUG
	default n
	help
	  Enabling this option causes the nfit driver to dump the
	  input and output buffers of _DSM operations on the ACPI0012
	  device and its children.  This can be very verbose, so leave
	  it disabled unless you are debugging a hardware / firmware
	  issue.