1 if MEMTEST_SECONDARY_PAYLOAD
6 prompt "Memtest86+ 5/6"
8 config MEMTEST86PLUS_V6
11 config MEMTEST86PLUS_V5
17 prompt "Target architecture"
18 depends on MEMTEST86PLUS_V6
20 config MEMTEST86PLUS_ARCH_64
23 config MEMTEST86PLUS_ARCH_32
29 prompt "Memtest86+ revision"
30 depends on MEMTEST_SECONDARY_PAYLOAD
35 Stable Memtest86+ version.
37 For reproducible builds, this option must be selected.
41 Newest Memtest86+ version.
43 This option will fetch the newest version of the Memtest86+ code,
44 updating as new changes are committed. This makes the build
45 non-reproducible, as it can fetch different code each time.
47 config MEMTEST_REVISION
50 Select this option if you have a specific commit or branch
51 that you want to use as the revision from which to
52 build Memtest86+. Using a branch version makes the build
53 non-reproducible, as it can fetch different code each time.
55 You will be able to specify the name of a branch or a commit id
60 config MEMTEST_REVISION_ID
61 string "Insert a commit's SHA-1 or a branch name"
62 depends on MEMTEST_REVISION
65 The commit's SHA-1 or branch name of the revision to use.