summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 7fcf7f1b4f..05223d5acf 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -114,6 +114,13 @@ choice
endchoice
+config GLOB
+ bool
+ prompt "hush globbing support"
+ depends on SHELL_HUSH
+ help
+ If you want to use wildcards like * or ? say y here.
+
config PROMPT_HUSH_PS2
string
depends on SHELL_HUSH