Skip to content

Commit e4b0925

Browse files
nullr0utedavejiang
authored andcommitted
libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help
The ACPI_NFIT config option is described incorrectly as the inverse NFIT_ACPI, which doesn't exist, so update the help to the actual config option. Signed-off-by: Peter Robinson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dave Jiang <[email protected]>
1 parent 54be6c6 commit e4b0925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvdimm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ config BLK_DEV_PMEM
2424
select ND_PFN if NVDIMM_PFN
2525
help
2626
Memory ranges for PMEM are described by either an NFIT
27-
(NVDIMM Firmware Interface Table, see CONFIG_NFIT_ACPI), a
27+
(NVDIMM Firmware Interface Table, see CONFIG_ACPI_NFIT), a
2828
non-standard OEM-specific E820 memory type (type-12, see
2929
CONFIG_X86_PMEM_LEGACY), or it is manually specified by the
3030
'memmap=nn[KMG]!ss[KMG]' kernel command line (see

0 commit comments

Comments
 (0)