1 /* 2 * Copyright (c) 2022-2023, Arm Limited. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 * 6 */ 7 8 #ifndef __CONFIG_TFM_TARGET_H__ 9 #define __CONFIG_TFM_TARGET_H__ 10 11 /* Use stored NV seed to provide entropy */ 12 #define CRYPTO_NV_SEED 0 13 14 #ifdef PSA_API_TEST_CRYPTO 15 #define CRYPTO_STACK_SIZE 0x2500 16 #endif 17 18 #endif /* __CONFIG_TFM_TARGET_H__ */ 19