Use PSA build config interface provided by Mbed TLS

Mbed TLS now provides a build configuration interface that allows
the definition of the crypto capability requirements to be
decoupled from the base Mbed TLS build configuration.  This will
allow for deployment specific configrations to be defined while
reusing a common Mbed TLS configuration.  At the moment,
this change uses the public version of psa/crypto_config.h
to provide a full crypto configuration.  When Mbed TLS
provides a way for an external project to provide a
configuration, deployment or factory specific configurations
can be supported in TS.

Signed-off-by: Julian Hall <julian.hall@arm.com>
Change-Id: I605f526d7aaa6be099a356e30ebc9a95bbbb1fd2
5 files changed