diff options
Diffstat (limited to 'shell/Config.src')
-rw-r--r-- | shell/Config.src | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/Config.src b/shell/Config.src index 9bd493fed..3545f05dd 100644 --- a/shell/Config.src +++ b/shell/Config.src | |||
@@ -80,6 +80,9 @@ endchoice | |||
80 | INSERT | 80 | INSERT |
81 | 81 | ||
82 | 82 | ||
83 | comment "Options common to all shells" | ||
84 | if ASH || HUSH || SH_IS_ASH || BASH_IS_ASH || SH_IS_HUSH || BASH_IS_HUSH | ||
85 | |||
83 | config FEATURE_SH_MATH | 86 | config FEATURE_SH_MATH |
84 | bool "POSIX math support" | 87 | bool "POSIX math support" |
85 | default y | 88 | default y |
@@ -163,5 +166,6 @@ config FEATURE_SH_HISTFILESIZE | |||
163 | to set shell history size. Note that its max value is capped | 166 | to set shell history size. Note that its max value is capped |
164 | by "History size" setting in library tuning section. | 167 | by "History size" setting in library tuning section. |
165 | 168 | ||
169 | endif # Options common to all shells | ||
166 | 170 | ||
167 | endmenu | 171 | endmenu |