From 63c54211e7e568f76a3e38a4e87f74d2035c9b60 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 16 Sep 2017 14:36:07 +0200 Subject: kernel: add option to depend on host-lz4 Signed-off-by: Michael Olbrich --- platforms/kernel.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'platforms') 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 -- cgit v1.2.3