Add a common configuration fragment enabling RSA-based FIT image signature verification and the required hash algorithms, for reuse across Qualcomm boards that verify a signed kernel FIT image (kernel + DTB + initramfs) as part of verified boot.
Signed-off-by: Balaji Selvanathan <[email protected]> --- configs/qcom_verified_boot.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/qcom_verified_boot.config b/configs/qcom_verified_boot.config new file mode 100644 index 00000000000..8aff098944c --- /dev/null +++ b/configs/qcom_verified_boot.config @@ -0,0 +1,6 @@ +# Enables Verified Boot support +CONFIG_RSA=y +CONFIG_FIT_SIGNATURE=y +CONFIG_FIT_RSASSA_PSS=y +CONFIG_SHA512=y +CONFIG_SHA384=y --- base-commit: 501d76ca801343cce6dafb17740a8b679ed17072 change-id: 20260715-verified-ed775e27cb91 Best regards, -- Balaji Selvanathan <[email protected]>

