summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-08-03 08:08:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-08-03 08:08:23 +0200
commit94b1e5a321180a9140557642f63383a09d7c9ce5 (patch)
tree4db547184fda66a2da758c7a86a079ce16782ab6 /common/Kconfig
parent7a51da5ff1e2b2c9397d781d04d0165371e80c6c (diff)
parente844f9c60d1e13f28bdb1ed95102df1e6df44faa (diff)
downloadbarebox-94b1e5a321180a9140557642f63383a09d7c9ce5.tar.gz
barebox-94b1e5a321180a9140557642f63383a09d7c9ce5.tar.xz
Merge branch 'for-next/nv'
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 832634047f..38225ebe63 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -172,6 +172,7 @@ config NVVAR
default y if !SHELL_NONE
depends on GLOBALVAR
depends on ENV_HANDLING
+ select FNMATCH
help
Non volatile environment variables begin with "nv.". They behave like
global variables above, but their values are saved in the environment
@@ -424,6 +425,7 @@ config MAXARGS
config GLOB
bool
+ select FNMATCH
prompt "globbing support"
help
If you want to use wildcards like * or ? say y here.