31 lines
942 B
INI
31 lines
942 B
INI
#-------------------------------------------------------------------------------
|
|
# Copyright (c) 2001-2019, Arm Limited. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
#-------------------------------------------------------------------------------
|
|
|
|
# External project configuration for cc312
|
|
|
|
# definitions for TRNG
|
|
# TRNG mode: 0 for FE TRNG, 1 for TRNG90B
|
|
CC_CONFIG_TRNG_MODE = 0
|
|
|
|
# indicates whether the project supports srp
|
|
CC_CONFIG_SUPPORT_SRP = 1
|
|
|
|
# indicates whether the project supports chacha\poly
|
|
CC_CONFIG_CC_CHACHA_POLY_SUPPORT = 1
|
|
|
|
#indicates whether to use X509 certificate format or proprietary
|
|
CC_CONFIG_SB_X509_CERT_SUPPORTED = 0
|
|
|
|
#indicates whether the project supports External DMA
|
|
CC_CONFIG_SUPPORT_EXT_DMA = 0
|
|
|
|
#indicates whether the project supports SB run time.
|
|
CC_CONFIG_SUPPORT_SB_RT = 1
|
|
|
|
#indicates that CryptoCell is working with mbedtls
|
|
USE_MBEDTLS_CRYPTOCELL = 1
|