mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 06:25:21 +00:00
Change-Id: I32cb4211056046ca28a81aa97aca5d3c0b9b8303 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
20 lines
279 B
Plaintext
20 lines
279 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/fs/Kconfig"
|
|
|
|
source "ext/debug/Kconfig"
|
|
|
|
endmenu
|