]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/nvdimm/Kconfig
Merge tag 'mmc-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[linux.git] / drivers / nvdimm / Kconfig
index a5fde15e91d397ec4fe81796f88df75abdd4b0ca..36af7af6b7cfee351e6e8f9e39d895726bd736dd 100644 (file)
@@ -118,4 +118,16 @@ config NVDIMM_KEYS
        depends on ENCRYPTED_KEYS
        depends on (LIBNVDIMM=ENCRYPTED_KEYS) || LIBNVDIMM=m
 
+config NVDIMM_TEST_BUILD
+       tristate "Build the unit test core"
+       depends on m
+       depends on COMPILE_TEST && X86_64
+       default m if COMPILE_TEST
+       help
+         Build the core of the unit test infrastructure. The result of
+         this build is non-functional for unit test execution, but it
+         otherwise helps catch build errors induced by changes to the
+         core devm_memremap_pages() implementation and other
+         infrastructure.
+
 endif