From: Michal Suchanek Date: Wed, 15 Apr 2020 21:16:50 +0000 (+0200) Subject: doc: nvdimm: remove reference to non-existent CONFIG_NFIT_TEST X-Git-Tag: v5.10.7~2365^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f5ea8720e8db71d768533bf61773ecdbf9fdcc2;p=platform%2Fkernel%2Flinux-rpi.git doc: nvdimm: remove reference to non-existent CONFIG_NFIT_TEST The test driver is in tools/testing/nvdimm and cannot be selected by a config option. Signed-off-by: Michal Suchanek Link: https://lore.kernel.org/r/20200415211654.10827-1-msuchanek@suse.de Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/driver-api/nvdimm/nvdimm.rst b/Documentation/driver-api/nvdimm/nvdimm.rst index 08f855c..79c0fd3 100644 --- a/Documentation/driver-api/nvdimm/nvdimm.rst +++ b/Documentation/driver-api/nvdimm/nvdimm.rst @@ -278,8 +278,8 @@ by a region device with a dynamically assigned id (REGION0 - REGION5). be contiguous in DPA-space. This bus is provided by the kernel under the device - /sys/devices/platform/nfit_test.0 when CONFIG_NFIT_TEST is enabled and - the nfit_test.ko module is loaded. This not only test LIBNVDIMM but the + /sys/devices/platform/nfit_test.0 when the nfit_test.ko module from + tools/testing/nvdimm is loaded. This not only test LIBNVDIMM but the acpi_nfit.ko driver as well.