Library will be used by new shell implementation. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
#
|
|
# Copyright (c) 2018 Nordic Semiconductor
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config FNMATCH
|
|
bool
|
|
prompt "Fnmatch Support"
|
|
help
|
|
This option enables the fnmatch library
|
|
|