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 bdba40d3b..1a3c388a4 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -53,6 +53,17 @@ config CONFIG_ASH_JOB_CONTROL | |||
53 | help | 53 | help |
54 | Enable job control in the ash shell. | 54 | Enable job control in the ash shell. |
55 | 55 | ||
56 | config CONFIG_ASH_TIMEOUT | ||
57 | bool " Enable read timeout support." | ||
58 | default n | ||
59 | depends on CONFIG_ASH_JOB_CONTROL | ||
60 | help | ||
61 | This option provides read -t <seconds> support. | ||
62 | |||
63 | read builtin which allows the function to pass control back | ||
64 | if no character input is read from the terminal within a set | ||
65 | number of seconds. | ||
66 | |||
56 | config CONFIG_ASH_ALIAS | 67 | config CONFIG_ASH_ALIAS |
57 | bool " Enable alias support" | 68 | bool " Enable alias support" |
58 | default y | 69 | default y |