summaryrefslogtreecommitdiffstats
path: root/platforms/kernel.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-03-11 15:44:17 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-03-11 17:23:48 +0100
commitcf14ebe7d786627d0307dbd0fde7fed820efdc5d (patch)
tree3761a61e9c88c3a65e7425ab836d5db1bcb7ece9 /platforms/kernel.in
parentfaaf7e990fb266fe0d9376e0fdd7009fbd8f8e71 (diff)
downloadptxdist-cf14ebe7d786627d0307dbd0fde7fed820efdc5d.tar.gz
ptxdist-cf14ebe7d786627d0307dbd0fde7fed820efdc5d.tar.xz
[kernel] add option to build lzop utility
...for older system without it. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms/kernel.in')
-rw-r--r--platforms/kernel.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/platforms/kernel.in b/platforms/kernel.in
index f681589cb..371d3d30b 100644
--- a/platforms/kernel.in
+++ b/platforms/kernel.in
@@ -4,6 +4,7 @@ menuconfig KERNEL
select IMAGE_KERNEL
select HOST_UMKIMAGE if KERNEL_IMAGE_U
select HOST_XZ if KERNEL_XZ
+ select HOST_LZOP if KERNEL_LZOP
select CROSS_MODULE_INIT_TOOLS if KERNEL_MODULES
prompt "Linux kernel "
@@ -164,6 +165,17 @@ config KERNEL_XZ
Select this if you're unsure, as it won't hurt. It just
increases the build time.
+config KERNEL_LZOP
+ prompt "build lzop hosttool"
+ bool
+ help
+ Select this if you're going to build your kernel compressed
+ with lzo and your host system is lacking the proper tools.
+ (the "lzop" package)
+
+ Select this if you're unsure, as it won't hurt. It just
+ increases the build time.
+
menu "patching & configuration "