summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2020-09-22 11:28:57 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-10-14 12:30:02 +0200
commite34a49e568adaaba5a6625157e8d053cf04bfd7a (patch)
treefe968c8384287a8df3d703e147eb618c41ebaa18 /platforms
parentf244603280985e703b0d227a3bb8211c3b63962e (diff)
downloadptxdist-e34a49e568adaaba5a6625157e8d053cf04bfd7a.tar.gz
ptxdist-e34a49e568adaaba5a6625157e8d053cf04bfd7a.tar.xz
kernel, barebox: add descriptive help text for config options
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20200922092901.30715-2-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/barebox.in3
-rw-r--r--platforms/barebox_mlo.in3
-rw-r--r--platforms/kernel.in6
3 files changed, 12 insertions, 0 deletions
diff --git a/platforms/barebox.in b/platforms/barebox.in
index 526d7ede4..70d175fb5 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -30,6 +30,9 @@ config BAREBOX_VERSION
config BAREBOX_MD5
prompt "barebox source md5sum"
string
+ help
+ To ensure integrity of the downloaded source tarball, fill in its
+ MD5 sum here.
config BAREBOX_CONFIG
prompt "config file"
diff --git a/platforms/barebox_mlo.in b/platforms/barebox_mlo.in
index 8cdea75f7..cb7dac1ec 100644
--- a/platforms/barebox_mlo.in
+++ b/platforms/barebox_mlo.in
@@ -19,6 +19,9 @@ config BAREBOX_MLO_MD5
prompt "barebox source md5sum" if !BAREBOX
string
default "${PTXCONF_BAREBOX_MD5}" if BAREBOX
+ help
+ To ensure integrity of the downloaded source tarball, fill in its
+ MD5 sum here.
config BAREBOX_MLO_ARCH_STRING
string
diff --git a/platforms/kernel.in b/platforms/kernel.in
index 30b70f283..68899c0f7 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -42,10 +42,16 @@ config KERNEL_VERSION
prompt "kernel version"
string
default "4.15"
+ help
+ Fill in the kernel version that you want to use. Normally, you should
+ use the latest stable version, see <https://kernel.org>.
config KERNEL_MD5
prompt "kernel source md5sum"
string
+ help
+ To ensure integrity of the downloaded source tarball, fill in its
+ MD5 sum here.
choice
prompt "Image Type "