summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2025-10-31 18:08:23 +0100
committerTom Rini <[email protected]>2025-11-11 14:53:25 -0600
commit360dd89b361dde2a0bbad65763538e1eea7d3c94 (patch)
treeec9e2a1c54b887b1ccb013bf6132aab844576b66 /tools
parent973019000c2734ae560e5f4f5a58c9cdf85cffbb (diff)
rsa: rename FIT_RSASSA_PSS to RSASSA_PSS and move symbols under lib/rsa
This renames FIT_RSASSA_PSS symbols to drop the FIT_ prefix to avoid potential confusion since there's nothing FIT specific to those symbols. It also isn't really related to booting, so boot/Kconfig is an odd place for them to live. Since they make sense only in relation with RSA, simply move them to lib/rsa where it makes more sense for them to reside. Signed-off-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'tools')
-rw-r--r--tools/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Kconfig b/tools/Kconfig
index 652b0f22557..a1b4d701ac7 100644
--- a/tools/Kconfig
+++ b/tools/Kconfig
@@ -55,7 +55,7 @@ config TOOLS_FIT_PRINT
help
Print the content of the FIT verbosely in the tools builds
-config TOOLS_FIT_RSASSA_PSS
+config TOOLS_RSASSA_PSS
def_bool y
help
Support the rsassa-pss signature scheme in the tools builds