summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'platforms')
-rw-r--r--platforms/barebox.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/platforms/barebox.in b/platforms/barebox.in
index a40118973..3fa82bc61 100644
--- a/platforms/barebox.in
+++ b/platforms/barebox.in
@@ -12,6 +12,7 @@ menuconfig BAREBOX
select HOST_LIBUSB if BAREBOX_NEEDS_HOST_LIBUSB
select HOST_OPENSSL if BAREBOX_NEEDS_HOST_OPENSSL
select HOST_IMX_CST if BAREBOX_NEEDS_HOST_IMX_CST
+ select HOST_LZOP if BAREBOX_NEEDS_HOST_LZOP
prompt "barebox "
bool
help
@@ -101,4 +102,12 @@ config BAREBOX_NEEDS_HOST_IMX_CST
is installed before barebox is compiled. THe signing is done
in barebox and needs special configuration for your board.
+config BAREBOX_NEEDS_HOST_LZOP
+ prompt "barebox needs lzop"
+ bool
+ help
+ The barebox executable can be compressed. Select this if
+ lzop is used in order to compile lzop for your development
+ host.
+
endif