Skip to content

Commit

Permalink
mbedtls: rename automatically generated Kconfig file for PSA symbols
Browse files Browse the repository at this point in the history
Rename Kconfig.psa to Kconfig.psa.auto to emphasize that this file
is automatically generated.

Signed-off-by: Valerio Setti <[email protected]>
  • Loading branch information
valeriosetti committed Dec 12, 2024
1 parent 91999fb commit 5bef2ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/mbedtls/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion modules/mbedtls/create_psa_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="""\
Expand Down

0 comments on commit 5bef2ca

Please sign in to comment.