summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'platforms')
-rw-r--r--platforms/barebox.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/platforms/barebox.in b/platforms/barebox.in
index 6e65f83f5..1d9be91a3 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -10,6 +10,7 @@ config BAREBOX_ARCH_STRING
menuconfig BAREBOX
select BOOTLOADER
select HOST_LIBUSB if BAREBOX_NEEDS_HOST_LIBUSB
+ select HOST_OPENSSL if BAREBOX_NEEDS_HOST_OPENSSL
prompt "barebox "
bool
help
@@ -56,4 +57,8 @@ config BAREBOX_NEEDS_HOST_LIBUSB
prompt "barebox needs libusb"
bool
+config BAREBOX_NEEDS_HOST_OPENSSL
+ prompt "barebox needs openssl"
+ bool
+
endif