Feder Liang | d4dbaa9 | 2021-09-07 15:34:46 +0800 | [diff] [blame^] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2021, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | ################################### FP ######################################## |
| 9 | |
| 10 | if (NOT DEFINED CONFIG_TFM_FP_ARCH) |
| 11 | set(CONFIG_TFM_FP_ARCH "") |
| 12 | return() |
| 13 | endif() |
| 14 | |
| 15 | if (CONFIG_TFM_SPE_FP STREQUAL "1" OR CONFIG_TFM_SPE_FP STREQUAL "2") |
| 16 | set(CONFIG_TFM_LAZY_STACKING_SPE ON CACHE BOOL "Enable lazy stacking from SPE") |
| 17 | endif() |