summaryrefslogtreecommitdiffstats
path: root/rules/memtest86p.in
blob: 1b3bdad58545e8102205cbcb9b454eca150682ec (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
28
29
30
31
32
## SECTION=staging
## old section:
### SECTION=debug_tools

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

	  STAGING: remove in PTXdist 2025.04.0
	  Unmaintained in PTXdist and fails to build with current toolchains. Needs updating.

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