This library is going to be used by the shell module. Some shell users are not satisfied with subcommands alone and need to use the options for commands as well. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
menu "Util libraries"
|
|
|
|
source "lib/util/fnmatch/Kconfig"
|
|
|
|
source "lib/util/getopt/Kconfig"
|
|
|
|
endmenu
|