2021-02-15 20:07:02 +08:00
|
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
menu "Util libraries"
|
|
|
|
|
|
|
|
source "lib/util/fnmatch/Kconfig"
|
|
|
|
|
2021-01-15 21:01:12 +08:00
|
|
|
source "lib/util/getopt/Kconfig"
|
|
|
|
|
2021-02-15 20:07:02 +08:00
|
|
|
endmenu
|