mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 16:51:56 +00:00
18 lines
254 B
Plaintext
18 lines
254 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/debug/Kconfig"
|
|
|
|
endmenu
|