aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorVladimir Murzin <vladimir.murzin@arm.com>2015-04-14 18:48:40 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2015-04-14 19:49:06 -0400
commit8d8cfb47d67ef38f49f97fc0cd3cfe2b5dc8642e (patch)
tree16ce1f328eb389b7a99d8e397db3473cb1679695 /lib
parentd30eae473360aea25e0584d4fbf6a70417d89784 (diff)
Kconfig: memtest: update number of test patterns up to 17
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 <vladimir.murzin@arm.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Russell King <rmk@arm.linux.org.uk> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Will Deacon <will.deacon@arm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 5c7a3183423b..15c9118f0389 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1754,7 +1754,7 @@ config MEMTEST
1754 memtest=0, mean disabled; -- default 1754 memtest=0, mean disabled; -- default
1755 memtest=1, mean do 1 test pattern; 1755 memtest=1, mean do 1 test pattern;
1756 ... 1756 ...
1757 memtest=4, mean do 4 test patterns. 1757 memtest=17, mean do 17 test patterns.
1758 If you are unsure how to answer this question, answer N. 1758 If you are unsure how to answer this question, answer N.
1759 1759
1760source "samples/Kconfig" 1760source "samples/Kconfig"