diff options
Diffstat (limited to 'shell/Config.src')
-rw-r--r-- | shell/Config.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Config.src b/shell/Config.src index bc7218fe5..d7623f774 100644 --- a/shell/Config.src +++ b/shell/Config.src | |||
@@ -99,6 +99,11 @@ config FEATURE_SH_MATH_64 | |||
99 | slightly larger, but will allow computation with very large numbers. | 99 | slightly larger, but will allow computation with very large numbers. |
100 | This is not in POSIX, so do not rely on this in portable code. | 100 | This is not in POSIX, so do not rely on this in portable code. |
101 | 101 | ||
102 | config FEATURE_SH_MATH_BASE | ||
103 | bool "Support BASE#nnnn literals" | ||
104 | default y | ||
105 | depends on FEATURE_SH_MATH | ||
106 | |||
102 | config FEATURE_SH_EXTRA_QUIET | 107 | config FEATURE_SH_EXTRA_QUIET |
103 | bool "Hide message on interactive shell startup" | 108 | bool "Hide message on interactive shell startup" |
104 | default y | 109 | default y |