From 29b7f9723c79c87b378fc34860ebde42b1744e5e Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 11 Dec 2024 15:42:43 +0100 Subject: [PATCH] mbedtls: rename automatically generated Kconfig file for PSA symbols Rename Kconfig.psa to Kconfig.psa.auto to emphasize that this file is automatically generated. Signed-off-by: Valerio Setti --- modules/mbedtls/Kconfig | 2 +- modules/mbedtls/{Kconfig.psa => Kconfig.psa.auto} | 0 modules/mbedtls/create_psa_files.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename modules/mbedtls/{Kconfig.psa => Kconfig.psa.auto} (100%) diff --git a/modules/mbedtls/Kconfig b/modules/mbedtls/Kconfig index a0d27069238165a..cb178fb3c273edd 100644 --- a/modules/mbedtls/Kconfig +++ b/modules/mbedtls/Kconfig @@ -13,7 +13,7 @@ config MBEDTLS_PROMPTLESS mbed TLS menu prompt and instead handle the selection of MBEDTLS from dependent sub-configurations and thus prevent stuck symbol behavior. -rsource "Kconfig.psa" +rsource "Kconfig.psa.auto" rsource "Kconfig.psa.logic" menuconfig MBEDTLS diff --git a/modules/mbedtls/Kconfig.psa b/modules/mbedtls/Kconfig.psa.auto similarity index 100% rename from modules/mbedtls/Kconfig.psa rename to modules/mbedtls/Kconfig.psa.auto diff --git a/modules/mbedtls/create_psa_files.py b/modules/mbedtls/create_psa_files.py index a43f61a0b0642d1..2ae5923f0e7dd6d 100755 --- a/modules/mbedtls/create_psa_files.py +++ b/modules/mbedtls/create_psa_files.py @@ -14,7 +14,7 @@ "include", "psa", "crypto_config.h") INPUT_FILE = os.path.normpath(os.path.join(SCRIPT_PATH, INPUT_REL_PATH)) -KCONFIG_PATH=os.path.join(SCRIPT_PATH, "Kconfig.psa") +KCONFIG_PATH=os.path.join(SCRIPT_PATH, "Kconfig.psa.auto") HEADER_PATH=os.path.join(SCRIPT_PATH, "configs", "config-psa.h") KCONFIG_HEADER="""\