diff options
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | 2022-02-09 19:10:34 +0900 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-02-11 20:07:55 +0100 |
commit | 9af16cc8f1ad8144db6d70ea65a51e4ef1398397 (patch) | |
tree | 1dd44f21a6c1509784040ba32809bdefbc9201f7 /tools/Kconfig | |
parent | 9ebfc6ba5b2b136932076c73ec8c14350365a0ac (diff) | |
download | u-boot-9af16cc8f1ad8144db6d70ea65a51e4ef1398397.tar.gz |
tools: build mkeficapsule with tools-only_defconfig
Add CONFIG_TOOLS_MKEFICAPSULE. Then we want to always build mkeficapsule
if tools-only_defconfig is used.
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/Kconfig')
-rw-r--r-- | tools/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig index 91ce8ae3e5..117c921da3 100644 --- a/tools/Kconfig +++ b/tools/Kconfig @@ -90,4 +90,12 @@ config TOOLS_SHA512 help Enable SHA512 support in the tools builds +config TOOLS_MKEFICAPSULE + bool "Build efimkcapsule command" + default y if EFI_CAPSULE_ON_DISK + help + This command allows users to create a UEFI capsule file and, + optionally sign that file. If you want to enable UEFI capsule + update feature on your target, you certainly need this. + endmenu |