summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-07-25 10:14:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-25 10:14:18 +0200
commit04d6b35b5d9a9ce5583ed04e8c7b6cf37d86fed0 (patch)
tree7f1311f18c2fae712018d05b0dc7994b9918f586 /lib/Kconfig
parent75926bc33d2ec53e7b81cdfd68b66725fd8cd5ac (diff)
downloadbarebox-04d6b35b5d9a9ce5583ed04e8c7b6cf37d86fed0.tar.gz
barebox-04d6b35b5d9a9ce5583ed04e8c7b6cf37d86fed0.tar.xz
lib: Add Kconfig symbol for FNMATCH
fnmatch is useful on its own, so make a separate Kconfig symbol and select it from GLOB. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index d5f99ae2e5..f9f25bdef8 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -39,6 +39,9 @@ config BCH
config BITREV
bool
+config FNMATCH
+ bool
+
config QSORT
bool