diff options
Diffstat (limited to 'tools/Kconfig')
-rw-r--r-- | tools/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig index b2f5012240c..d6f82cd949b 100644 --- a/tools/Kconfig +++ b/tools/Kconfig @@ -9,4 +9,15 @@ 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_LIBCRYPTO + bool "Use OpenSSL's libcrypto library for host tools" + default y + help + Cryptographic signature, verification, and encryption of images is + provided by host tools using OpenSSL's libcrypto. Select 'n' here if + you wish to build host tools without OpenSSL. mkimage will not have + the ability to sign images. + This selection does not affect target features, such as runtime FIT + signature verification. + endmenu |