]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - lib/Kconfig.debug
mm: move memtest under mm
[mirror_ubuntu-zesty-kernel.git] / lib / Kconfig.debug
index 36b6fa88ce5b412f92b15da530772c5a058e5d12..5c7a3183423b0d49b86424cd5218f6cf4009257e 100644 (file)
@@ -1745,6 +1745,18 @@ config TEST_UDELAY
 
          If unsure, say N.
 
+config MEMTEST
+       bool "Memtest"
+       depends on HAVE_MEMBLOCK
+       ---help---
+         This option adds a kernel parameter 'memtest', which allows memtest
+         to be set.
+               memtest=0, mean disabled; -- default
+               memtest=1, mean do 1 test pattern;
+               ...
+               memtest=4, mean do 4 test patterns.
+         If you are unsure how to answer this question, answer N.
+
 source "samples/Kconfig"
 
 source "lib/Kconfig.kgdb"