summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-10-05 15:39:12 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-10-05 15:39:12 +0200
commit7e95fab159bdbe5329339fa546b57c8b614cca01 (patch)
treeb28911a5db896bdd5f572a04491dc500d60a2e20 /platforms
parent3fa83a4a6aa33330a44a5ee0603f81048d2566bb (diff)
downloadptxdist-7e95fab159bdbe5329339fa546b57c8b614cca01.tar.gz
ptxdist-7e95fab159bdbe5329339fa546b57c8b614cca01.tar.xz
kernel: add support for lzo compressed kernel images
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_kernel.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/platforms/image_kernel.in b/platforms/image_kernel.in
index dceabc4e8..1f325766d 100644
--- a/platforms/image_kernel.in
+++ b/platforms/image_kernel.in
@@ -34,4 +34,14 @@ config IMAGE_KERNEL_INSTALL_LATE
help
Install kernel image during "images".
+config IMAGE_KERNEL_LZOP
+ bool
+ select KERNEL_LZOP
+ prompt "Generate a lzop compressed kernel image"
+
+config IMAGE_KERNEL_LZOP_EXTRA_ARGS
+ depends on IMAGE_KERNEL_LZOP
+ string
+ prompt "extra arguments passed to the lzop command"
+
endif