tfm: Change SFN and FP_HARDABI dependency
TF-M only suports floating point in IPC model, not the SFN model. Since floating point is a basic feature of the architecture and TF-M has the limitation it makes more sense for the dependency to exist in TF-M and and limit the TF-M model choice instead of limiting the option to enable floating point. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
b544855ba5
commit
3467a25fff
2 changed files with 1 additions and 1 deletions
|
@ -324,6 +324,7 @@ 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