mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 23:51:56 +00:00
Change-Id: I32cb4211056046ca28a81aa97aca5d3c0b9b8303 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menu "Cryptography"
|
|
|
|
source "ext/lib/crypto/tinycrypt/Kconfig"
|
|
source "ext/lib/crypto/mbedtls/Kconfig"
|
|
|
|
endmenu
|