mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 18:31:07 +00:00
Tinycrypt is maintained at github and thus should be treated as an external library and hosted under ext/. Change-Id: I4c4a3bcdacf01d4922919e5ea1f9dec21a19cd37 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
26 lines
732 B
Plaintext
26 lines
732 B
Plaintext
# Kconfig - external source code configuration options
|
|
|
|
#
|
|
# Copyright (c) 2016 Linaro Ltd.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
menu "External Sources"
|
|
|
|
source "ext/hal/Kconfig"
|
|
|
|
source "ext/lib/crypto/Kconfig"
|
|
|
|
endmenu
|