Skip to content

Commit

Permalink
Kconfig: memtest: update number of test patterns up to 17
Browse files Browse the repository at this point in the history
Additional test patterns for memtest were introduced since commit
6382312 ("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>
  • Loading branch information
Vladimir Murzin authored and Linus Torvalds committed Apr 14, 2015
1 parent d30eae4 commit 8d8cfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8d8cfb4

Please sign in to comment.