summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2021-06-19 07:40:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-28 14:51:33 +0200
commitcfa1365eaf127a103146ac59b1d516c01ddfc5a3 (patch)
tree2da524959f809b91632f1802c73c4f9dcf4de642 /lib
parent3d316358ceb13fd75bd03b67d63bcc0367413ff8 (diff)
downloadbarebox-cfa1365eaf127a103146ac59b1d516c01ddfc5a3.tar.gz
barebox-cfa1365eaf127a103146ac59b1d516c01ddfc5a3.tar.xz
test: self: add tests for progress notifier
We don't yet have any boards upstream that make use of the progress notifier, but at least have some tests, so we know it's working. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Link: https://lore.barebox.org/20210619054048.498826-1-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 922710e106..ea6de76a22 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -155,7 +155,7 @@ source "lib/logo/Kconfig"
source "lib/bootstrap/Kconfig"
config PROGRESS_NOTIFIER
- bool
+ bool "Progress Notifier" if COMPILE_TEST
help
This is selected by boards that register a notifier to visualize
progress, like blinking a LED during an update.