3 config MKIMAGE_DTC_PATH
4 string "Path to dtc binary for use within mkimage"
7 The mkimage host tool will, in order to generate FIT images make
8 calls to the dtc application in order to create the output. In
9 some cases the system dtc may not support all required features
10 and the path to a different version should be given here.
15 Enable CRC32 support in the tools builds
17 config TOOLS_LIBCRYPTO
18 bool "Use OpenSSL's libcrypto library for host tools"
21 Cryptographic signature, verification, and encryption of images is
22 provided by host tools using OpenSSL's libcrypto. Select 'n' here if
23 you wish to build host tools without OpenSSL. mkimage will not have
24 the ability to sign images.
25 This selection does not affect target features, such as runtime FIT
26 signature verification.
31 Enable FIT support in the tools builds.
33 config TOOLS_FIT_FULL_CHECK
36 Do a full check of the FIT before using it in the tools builds
38 config TOOLS_FIT_PRINT
41 Print the content of the FIT verbosely in the tools builds
43 config TOOLS_FIT_RSASSA_PSS
46 Support the rsassa-pss signature scheme in the tools builds
48 config TOOLS_FIT_SIGNATURE
51 Enable signature verification of FIT uImages in the tools builds
53 config TOOLS_FIT_SIGNATURE_MAX_SIZE
55 depends on TOOLS_FIT_SIGNATURE
58 config TOOLS_FIT_VERBOSE
61 Support verbose FIT output in the tools builds
66 Enable MD5 support in the tools builds
68 config TOOLS_OF_LIBFDT
71 Enable libfdt support in the tools builds
76 Enable SHA1 support in the tools builds
81 Enable SHA256 support in the tools builds
86 Enable SHA384 support in the tools builds
91 Enable SHA512 support in the tools builds