David Vincze | f0dc21c | 2019-11-28 16:01:21 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 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 |
| 12 | CC_CONFIG_TRNG_MODE = 0 |
| 13 | |
| 14 | # indicates whether the project supports srp |
| 15 | CC_CONFIG_SUPPORT_SRP = 1 |
| 16 | |
| 17 | # indicates whether the project supports chacha\poly |
| 18 | CC_CONFIG_CC_CHACHA_POLY_SUPPORT = 1 |
| 19 | |
| 20 | #indicates whether to use X509 certificate format or proprietary |
| 21 | CC_CONFIG_SB_X509_CERT_SUPPORTED = 0 |
| 22 | |
| 23 | #indicates whether the project supports External DMA |
| 24 | CC_CONFIG_SUPPORT_EXT_DMA = 0 |
| 25 | |
| 26 | #indicates whether the project supports SB run time. |
| 27 | CC_CONFIG_SUPPORT_SB_RT = 1 |
| 28 | |
| 29 | #indicates that CryptoCell is working with mbedtls |
| 30 | USE_MBEDTLS_CRYPTOCELL = 1 |