Kconfig: memtest: update number of test patterns up to 17
authorVladimir Murzin <[email protected]>
Tue, 14 Apr 2015 22:48:40 +0000 (15:48 -0700)
committerLinus Torvalds <[email protected]>
Tue, 14 Apr 2015 23:49:06 +0000 (16:49 -0700)
Additional test patterns for memtest were introduced since commit
63823126c221 ("x86: memtest: add additional (regular) test patterns"),
but looks like Kconfig was not updated that time.

Update Kconfig entry with the actual number of maximum test patterns.

Signed-off-by: Vladimir Murzin <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Russell King <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/Kconfig.debug

index 5c7a3183423b0d49b86424cd5218f6cf4009257e..15c9118f0389c8b2acb9b963d4af64c25fec6fce 100644 (file)
@@ -1754,7 +1754,7 @@ config MEMTEST
                memtest=0, mean disabled; -- default
                memtest=1, mean do 1 test pattern;
                ...
-               memtest=4, mean do 4 test patterns.
+               memtest=17, mean do 17 test patterns.
          If you are unsure how to answer this question, answer N.
 
 source "samples/Kconfig"