summaryrefslogtreecommitdiff
path: root/tools/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-02-28 16:51:10 -0600
committerTom Rini <[email protected]>2025-02-28 16:51:10 -0600
commit5bc4240eb65c378eeca3f45069eeb125cd01ceed (patch)
tree9ed59cbf2b17e758d08bb1839ef81772db41a41a /tools/Kconfig
parent962217d218cfb4e9584e2669f091eaba60654dd8 (diff)
parentb9b87d01efc496d18bbc17c58c552d54a06ef6ba (diff)
Merge patch series "rsa: Add rsa_verify_openssl() to use openssl for host builds"
Paul HENRYS <[email protected]> says: This serie of patches adds a new tool to authenticate files signed with a preload header. This tool is also used in the tests to actually verify the authenticity of the file signed with such a preload header. Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/Kconfig')
-rw-r--r--tools/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig
index 01ff0fcf748..8e272ee99a8 100644
--- a/tools/Kconfig
+++ b/tools/Kconfig
@@ -9,6 +9,11 @@ config MKIMAGE_DTC_PATH
some cases the system dtc may not support all required features
and the path to a different version should be given here.
+config TOOLS_IMAGE_PRE_LOAD
+ def_bool y
+ help
+ Enable pre-load signature support in the tools builds.
+
config TOOLS_CRC16
def_bool y
help