486b731b40
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>
26 lines
393 B
Plaintext
26 lines
393 B
Plaintext
# Kconfig - external source code configuration options
|
|
|
|
#
|
|
# Copyright (c) 2016 Linaro Ltd.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menu "External Sources"
|
|
|
|
source "ext/hal/Kconfig"
|
|
|
|
source "ext/lib/crypto/Kconfig"
|
|
|
|
source "ext/lib/encoding/Kconfig"
|
|
|
|
source "ext/lib/fnmatch/Kconfig"
|
|
|
|
source "ext/lib/ipc/open-amp/Kconfig"
|
|
|
|
source "ext/lib/mgmt/Kconfig"
|
|
|
|
source "ext/debug/Kconfig"
|
|
|
|
endmenu
|