aboutsummaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-10 20:21:17 -0600
committerTom Rini <trini@konsulko.com>2020-10-09 11:59:51 -0400
commit95fd4f3330a3845ebb09a7a3e2eb66a9f093b2df (patch)
tree040216836b9621ddddfa096ddf47db371ebfd110 /common/Kconfig
parent98eed0d4f9322832e1428887d7c37b4dde8c5317 (diff)
downloadu-boot-95fd4f3330a3845ebb09a7a3e2eb66a9f093b2df.zip
u-boot-95fd4f3330a3845ebb09a7a3e2eb66a9f093b2df.tar.gz
u-boot-95fd4f3330a3845ebb09a7a3e2eb66a9f093b2df.tar.bz2
Kconfig: Move CONFIG_BOOTDELAY under autoboot options
This option relates to autoboot, so move it there. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 46f2dbf..17fbadc 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1,21 +1,5 @@
source "common/Kconfig.boot"
-config BOOTDELAY
- int "delay in seconds before automatically booting"
- default 2
- depends on AUTOBOOT
- help
- Delay before automatically running bootcmd;
- set to 0 to autoboot with no delay, but you can stop it by key input.
- 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
bool "Enable boot arguments"
help