summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2018-07-05 12:38:16 +0000
committerTom Rini <trini@konsulko.com>2018-07-20 15:37:45 -0400
commitb27dc8ec5c8f62f655b7964bc1bd12448ef788f8 (patch)
tree3c17102a801cdd916c84f9db3ace7855c7212416 /common/Kconfig
parent57aa4d20663244f6aa6085c9b7cfbfd7d26b3906 (diff)
bootmenu: Extend BOOTDELAY help text
Extend BOOTDELAY help text to cover its additional usage within the bootmenu command. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 4c7a1a9af8..81e88ea77c 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -182,6 +182,10 @@ config BOOTDELAY
set to -1 to disable autoboot.
set to -2 to autoboot with no delay and not check for abort
+ If this value is >= 0 then it is also used for the default delay
+ before starting the default entry in bootmenu. If it is < 0 then
+ a default value of 10s is used.
+
See doc/README.autoboot for details.
config USE_BOOTARGS