Use external module from https://github.com/zephyrproject-rtos/mbedtls Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
156 B
Plaintext
12 lines
156 B
Plaintext
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menu "Cryptography"
|
|
|
|
source "ext/lib/crypto/tinycrypt/Kconfig"
|
|
|
|
endmenu
|