I'm trying to strip as many TF-M dependencies out of my code as possible. I'm now getting errors related to RSA which I don't think I need.
error "MBEDTLS_RSA_C defined, but not all prerequisites
#error "MBEDTLS_RSA_C defined, but none of the PKCS1 versions enabled"
As far as I can tell, I do not need any RSA libraries in my application.
I'm using NCS 2.3.0 with nrf9160dk_nrf9160_ns
How do I remove RSA features from PSA/TFM when building with the full / experimental TF-M ?