summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 1afee9302a..bba7f159c1 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -61,6 +61,8 @@ config BAREBOX_UPDATE
config MENUTREE
bool
+ select GLOB
+ select GLOB_SORT
menu "General Settings"
@@ -338,11 +340,13 @@ config MAXARGS
config GLOB
bool
- prompt "hush globbing support"
- depends on SHELL_HUSH
+ prompt "globbing support"
help
If you want to use wildcards like * or ? say y here.
+ Globbing can be used in the HUSH shell, but is also used
+ internally in the menutree command.
+
config GLOB_SORT
select QSORT
bool