aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Config.src')
-rw-r--r--shell/Config.src4
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
80INSERT 80INSERT
81 81
82 82
83comment "Options common to all shells"
84if ASH || HUSH || SH_IS_ASH || BASH_IS_ASH || SH_IS_HUSH || BASH_IS_HUSH
85
83config FEATURE_SH_MATH 86config 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
169endif # Options common to all shells
166 170
167endmenu 171endmenu