summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-10-02 19:22:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-03 18:48:10 +0200
commit5a95c81dc8bf6eb9d0f6d821f5613de98583d030 (patch)
tree2681f0838c14d45843e243dd4d6d6721764e7246
parent09654487985ec31c1668c32054311b20d84ddea6 (diff)
downloadptxdist-5a95c81dc8bf6eb9d0f6d821f5613de98583d030.tar.gz
ptxdist-5a95c81dc8bf6eb9d0f6d821f5613de98583d030.tar.xz
barebox_mlo: add optional lzop dependency
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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