mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 01:22:25 +00:00
Move open-amp to be an external module and add it manifest. See https://github.com/zephyrproject-rtos/open-amp Signed-off-by: Anas Nashif <anas.nashif@intel.com>
18 lines
260 B
Plaintext
18 lines
260 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/fnmatch/Kconfig"
|
|
|
|
endmenu
|