blob: 463fcdf3a5efbfbbc92dc1ca946f0fea01cddcb3 [file] [log] [blame]
David Vinczef0dc21c2019-11-28 16:01:21 +01001#-------------------------------------------------------------------------------
2# Copyright (c) 2001-2019, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8# External project configuration for cc312
9
10# definitions for TRNG
11# TRNG mode: 0 for FE TRNG, 1 for TRNG90B
12CC_CONFIG_TRNG_MODE = 0
13
14# indicates whether the project supports srp
15CC_CONFIG_SUPPORT_SRP = 1
16
17# indicates whether the project supports chacha\poly
18CC_CONFIG_CC_CHACHA_POLY_SUPPORT = 1
19
20#indicates whether to use X509 certificate format or proprietary
21CC_CONFIG_SB_X509_CERT_SUPPORTED = 0
22
23#indicates whether the project supports External DMA
24CC_CONFIG_SUPPORT_EXT_DMA = 0
25
26#indicates whether the project supports SB run time.
27CC_CONFIG_SUPPORT_SB_RT = 1
28
29#indicates that CryptoCell is working with mbedtls
30USE_MBEDTLS_CRYPTOCELL = 1