From 5a95c81dc8bf6eb9d0f6d821f5613de98583d030 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 2 Oct 2019 19:22:38 +0200 Subject: barebox_mlo: add optional lzop dependency Signed-off-by: Michael Olbrich --- platforms/barebox_mlo.in | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3