Use better config name

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/tf-psa-crypto/scripts/tf_psa_crypto_config.py b/tf-psa-crypto/scripts/tf_psa_crypto_config.py
index 2b27f0f..df69eeb 100755
--- a/tf-psa-crypto/scripts/tf_psa_crypto_config.py
+++ b/tf-psa-crypto/scripts/tf_psa_crypto_config.py
@@ -124,7 +124,7 @@
                                  _path_in_tree)]
 
     def __init__(self, filename=None):
-        super().__init__(self.default_path, 'Crypto', filename)
+        super().__init__(self.default_path, 'TF-PSA-Crypto', filename)
 
 
 class TFPSACryptoConfig(config_common.Config):