blob: 842bc835e142eeaa7d46d220675f2fc8adda6a18 [file] [log] [blame]
Feder Liangd4dbaa92021-09-07 15:34:46 +08001#-------------------------------------------------------------------------------
2# Copyright (c) 2021, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8################################### FP ########################################
9
10if (NOT DEFINED CONFIG_TFM_FP_ARCH)
11 set(CONFIG_TFM_FP_ARCH "")
12 return()
13endif()
14
15if (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")
17endif()