diff options
Diffstat (limited to 'tools/Kconfig')
| -rw-r--r-- | tools/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig index 6e23f44d550..f01ed783e6f 100644 --- a/tools/Kconfig +++ b/tools/Kconfig @@ -25,6 +25,11 @@ config TOOLS_LIBCRYPTO This selection does not affect target features, such as runtime FIT signature verification. +config TOOLS_KWBIMAGE + bool "Enable kwbimage support in host tools" + default y + select TOOLS_LIBCRYPTO + config TOOLS_FIT def_bool y help @@ -46,6 +51,7 @@ config TOOLS_FIT_RSASSA_PSS Support the rsassa-pss signature scheme in the tools builds config TOOLS_FIT_SIGNATURE + depends on TOOLS_LIBCRYPTO def_bool y help Enable signature verification of FIT uImages in the tools builds |
