aboutsummaryrefslogtreecommitdiff
path: root/tools/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Kconfig')
-rw-r--r--tools/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig
index 91ce8ae..117c921 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