1 ## SPDX-License-Identifier: GPL-2.0-only
3 if MEMTEST_SECONDARY_PAYLOAD
8 prompt "Memtest86+ 5/6"
10 config MEMTEST86PLUS_V6
13 config MEMTEST86PLUS_V5
19 prompt "Target architecture"
20 depends on MEMTEST86PLUS_V6
22 config MEMTEST86PLUS_ARCH_64
25 config MEMTEST86PLUS_ARCH_32
31 prompt "Memtest86+ revision"
32 depends on MEMTEST_SECONDARY_PAYLOAD
37 Stable Memtest86+ version.
39 For reproducible builds, this option must be selected.
43 Newest Memtest86+ version.
45 This option will fetch the newest version of the Memtest86+ code,
46 updating as new changes are committed. This makes the build
47 non-reproducible, as it can fetch different code each time.
49 config MEMTEST_REVISION
52 Select this option if you have a specific commit or branch
53 that you want to use as the revision from which to
54 build Memtest86+. Using a branch version makes the build
55 non-reproducible, as it can fetch different code each time.
57 You will be able to specify the name of a branch or a commit id
62 config MEMTEST_REVISION_ID
63 string "Insert a commit's SHA-1 or a branch name"
64 depends on MEMTEST_REVISION
67 The commit's SHA-1 or branch name of the revision to use.