diff options
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/shell/Config.in b/shell/Config.in index 69f848272..b643c8f3d 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -3,7 +3,7 @@ | |||
3 | # see scripts/kbuild/config-language.txt. | 3 | # see scripts/kbuild/config-language.txt. |
4 | # | 4 | # |
5 | 5 | ||
6 | menu "Bourne Shell" | 6 | menu "Another Bourne-like Shell" |
7 | 7 | ||
8 | choice | 8 | choice |
9 | prompt "Choose your default shell" | 9 | prompt "Choose your default shell" |
@@ -95,12 +95,6 @@ config CONFIG_ASH_OPTIMIZE_FOR_SIZE | |||
95 | help | 95 | help |
96 | Please submit a patch to add help text for this item. | 96 | Please submit a patch to add help text for this item. |
97 | 97 | ||
98 | config CONFIG_FEATURE_COMMAND_SAVEHISTORY | ||
99 | bool " history saving" | ||
100 | default n | ||
101 | depends on CONFIG_ASH | ||
102 | help | ||
103 | Please submit a patch to add help text for this item. | ||
104 | 98 | ||
105 | if CONFIG_FEATURE_SH_IS_HUSH | 99 | if CONFIG_FEATURE_SH_IS_HUSH |
106 | config CONFIG_HUSH | 100 | config CONFIG_HUSH |
@@ -158,6 +152,13 @@ config CONFIG_FEATURE_COMMAND_EDITING | |||
158 | help | 152 | help |
159 | Please submit a patch to add help text for this item. | 153 | Please submit a patch to add help text for this item. |
160 | 154 | ||
155 | config CONFIG_FEATURE_COMMAND_SAVEHISTORY | ||
156 | bool " history saving" | ||
157 | default n | ||
158 | depends on CONFIG_ASH | ||
159 | help | ||
160 | Please submit a patch to add help text for this item. | ||
161 | |||
161 | config CONFIG_FEATURE_COMMAND_TAB_COMPLETION | 162 | config CONFIG_FEATURE_COMMAND_TAB_COMPLETION |
162 | bool "tab completion" | 163 | bool "tab completion" |
163 | default n | 164 | default n |