diff options
| author | Quentin Schulz <[email protected]> | 2025-10-31 18:08:23 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-11 14:53:25 -0600 |
| commit | 360dd89b361dde2a0bbad65763538e1eea7d3c94 (patch) | |
| tree | ec9e2a1c54b887b1ccb013bf6132aab844576b66 /configs | |
| parent | 973019000c2734ae560e5f4f5a58c9cdf85cffbb (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 'configs')
| -rw-r--r-- | configs/sandbox_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index cf5a8accd50..f4c2cc5d155 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -18,7 +18,6 @@ CONFIG_EFI_CAPSULE_AUTHENTICATE=y CONFIG_EFI_CAPSULE_CRT_FILE="board/sandbox/capsule_pub_key_good.crt" CONFIG_BUTTON_CMD=y CONFIG_FIT=y -CONFIG_FIT_RSASSA_PSS=y CONFIG_FIT_CIPHER=y CONFIG_FIT_VERBOSE=y CONFIG_BOOTMETH_ANDROID=y @@ -383,6 +382,7 @@ CONFIG_MBEDTLS_LIB=y CONFIG_HKDF_MBEDTLS=y CONFIG_ECDSA=y CONFIG_ECDSA_VERIFY=y +CONFIG_RSASSA_PSS=y CONFIG_TPM=y CONFIG_ERRNO_STR=y CONFIG_GETOPT=y |
