summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-03-09 22:35:38 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-03-09 22:35:38 +0100
commit187847b2b483f37f3f595af576c362c4e9d4c288 (patch)
treea1040fe6e189196e1247b032205112af71490f7e /common/Kconfig
parent2209ae02ba97e7c349e80af8fa6c5946d4510f84 (diff)
downloadbarebox-187847b2b483f37f3f595af576c362c4e9d4c288.tar.gz
barebox-187847b2b483f37f3f595af576c362c4e9d4c288.tar.xz
add globbing support
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