summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-09-16 14:36:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-09-16 14:37:04 +0200
commit63c54211e7e568f76a3e38a4e87f74d2035c9b60 (patch)
treef914c62160a8b1f950eaf21acdf7b3a78e809a9b /platforms
parentfcc85b9b1f7a0d1ca7babcd18dd162bdd6c2eff5 (diff)
downloadptxdist-63c54211e7e568f76a3e38a4e87f74d2035c9b60.tar.gz
ptxdist-63c54211e7e568f76a3e38a4e87f74d2035c9b60.tar.xz
kernel: add option to depend on host-lz4
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/kernel.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/platforms/kernel.in b/platforms/kernel.in
index 48933533a..83b19fe28 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -7,6 +7,7 @@ menuconfig KERNEL
select HOST_U_BOOT_TOOLS if KERNEL_IMAGE_U || (KERNEL_IMAGE_SIMPLE && ARCH_MICROBLAZE)
select HOST_XZ if KERNEL_XZ
select HOST_LZOP if KERNEL_LZOP
+ select HOST_LZ4 if KERNEL_LZ4
select HOST_LIBKMOD if KERNEL_MODULES
select HOST_SYSTEM_BC
select HOST_OPENSSL if KERNEL_OPENSSL
@@ -237,6 +238,17 @@ config KERNEL_LZOP
Select this if you're unsure, as it won't hurt. It just
increases the build time.
+config KERNEL_LZ4
+ prompt "build lz4 hosttool"
+ bool
+ help
+ Select this if you're going to build your kernel compressed
+ with lz4 and your host system is lacking the proper tools.
+ (the "lz4" package)
+
+ Select this if you're unsure, as it won't hurt. It just
+ increases the build time.
+
config KERNEL_OPENSSL
prompt "build openssl hosttool"
bool