diff options
Diffstat (limited to 'common/Kconfig')
-rw-r--r-- | common/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index af7ead8..8adc821 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -164,9 +164,11 @@ config BOOTDELAY 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 - (even when CONFIG_ZERO_BOOTDELAY_CHECK is defined). + + See doc/README.autoboot for details. config CONSOLE_RECORD bool "Console recording" |