summaryrefslogtreecommitdiffstats
path: root/rules/memtest86p.in
blob: 7e0a3f42f6c30f84d85732ea27250a900f11fcbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## SECTION=debug_tools

menuconfig MEMTEST86P
	tristate
	prompt "memtest86+                    "
	help
	  Memory tester based on memtest86

if MEMTEST86P

config MEMTEST86P_SERIAL
	bool "serial support"
	help
	  The default state of the serial console.
	  This is normally off since it slows down testing.

if MEMTEST86P_SERIAL

config MEMTEST86P_BAUDRATE
	int "default serial baudrate"
	default 115200
	help
	  Default baudrate for serial console.

endif

endif