diff options
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in index bdba40d..1a3c388 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -53,6 +53,17 @@ config CONFIG_ASH_JOB_CONTROL help Enable job control in the ash shell. +config CONFIG_ASH_TIMEOUT + bool " Enable read timeout support." + default n + depends on CONFIG_ASH_JOB_CONTROL + help + This option provides read -t <seconds> support. + + read builtin which allows the function to pass control back + if no character input is read from the terminal within a set + number of seconds. + config CONFIG_ASH_ALIAS bool " Enable alias support" default y |