summaryrefslogtreecommitdiffstats
path: root/platforms/barebox_mlo.in
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/barebox_mlo.in')
-rw-r--r--platforms/barebox_mlo.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/platforms/barebox_mlo.in b/platforms/barebox_mlo.in
index 01c8669bc..8cdea75f7 100644
--- a/platforms/barebox_mlo.in
+++ b/platforms/barebox_mlo.in
@@ -2,6 +2,7 @@
menuconfig BAREBOX_MLO
prompt "barebox mlo "
+ select HOST_LZOP if BAREBOX_MLO_NEEDS_HOST_LZOP
bool
help
Build mlo from barebox sources.
@@ -33,4 +34,12 @@ config BAREBOX_MLO_CONFIG
help
This entry specifies the .config file used to compile mlo.
+config BAREBOX_MLO_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