No config renaming
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/docs/proposed/config-split.md b/docs/proposed/config-split.md
index d9c2b3b..a6b1a01 100644
--- a/docs/proposed/config-split.md
+++ b/docs/proposed/config-split.md
@@ -27,9 +27,6 @@
builtin drivers and the platform abstraction layer.
* tf_psa_crypto_config.h inherites from all the cryptography configuration
options of mbedtls_config.h.
-* apart from the PSA cryptography API configuration options that are prefixed
- by PSA_WANT_, the tf_psa_crypto_config.h configuration options are prefixed
- by TF_PSA_CRYPTO_.
## Comments about objectives and requirements
@@ -41,12 +38,6 @@
mbedtls_config.h mainly becomes the configuration file for the TLS and x509
libraries.
-Regarding the platform abstraction layer configuration options, we do not
-want to use the TF-PSA-Crypto ones in TLS and x509 code thus each of them has
-an equivalent one in mbedtls_config.h prefixed by MBEDTLS_ instead of
-TF_PSA_CRYPTO_ that just expand to the TF_PSA_CRYPTO_ one:
-#define MBEDTLS_xyz TF_PSA_CRYPTO_xyz.
-
## Sections in tf_psa_crypto_config.h
The tf_psa_crypto_config.h configuration file is organized into eight sections.