tfm: Remove SFN model FP limitation
Despite what the TF-M documentation says about SFN model not supporting Floating Point, it does support it, according to TF-M developers. Remove SFN limitation not supported with FP Hard ABI. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
58175fcf18
commit
1ab669e3d0
2 changed files with 0 additions and 3 deletions
|
@ -324,7 +324,6 @@ config TFM_IPC
|
|||
|
||||
config TFM_SFN
|
||||
bool "SFN model"
|
||||
depends on !FP_HARDABI
|
||||
help
|
||||
Use the SFN Model as the SPM backend for the PSA API.
|
||||
The SFN model supports the SFN Partition model, and isolation level 1.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue