aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 813044e2c..f9fb8488f 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -143,6 +143,15 @@ config CONFIG_ASH_RANDOM_SUPPORT
After "unset RANDOM" then generator will switch off and this
variable will no longer have special treatment.
+config CONFIG_ASH_EXPAND_PRMT
+ bool " Support expand PS#"
+ default n
+ depends on CONFIG_ASH
+ help
+ "PS#" may be have commands. It option enable expand string
+ from prompt before each show.
+
+
config CONFIG_HUSH
bool "hush"
default n