summaryrefslogtreecommitdiff
path: root/boot/uboot/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'boot/uboot/Config.in')
-rw-r--r--boot/uboot/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index d46a75768..fabf27db7 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -137,6 +137,14 @@ config BR2_TARGET_UBOOT_NEEDS_DTC
Select this option if your U-Boot board configuration
requires the Device Tree compiler to be available.
+config BR2_TARGET_UBOOT_NEEDS_OPENSSL
+ bool "U-Boot needs OpenSSL"
+ help
+ Select this option if your U-Boot board configuration
+ requires OpenSSL to be available on the host. This is
+ typically the case when the board configuration has
+ CONFIG_FIT_SIGNATURE enabled.
+
menu "U-Boot binary format"
config BR2_TARGET_UBOOT_FORMAT_AIS