summaryrefslogtreecommitdiff
path: root/target/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-27 12:20:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-27 12:20:44 +0100
commit6b92f1793695460db488d5b5502a3d654ab2b572 (patch)
treed94e0565676ad92fe9f21e53a1914c0b66e0fa1c /target/Config.in
parent50beebab01a244a27e45ffd766377fa3fa91229a (diff)
parent74cae31f28b7b1a96f82ffe904374bf95b5054ac (diff)
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'target/Config.in')
-rw-r--r--target/Config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in
index 5a2c95df3..cb4f04d01 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -496,6 +496,7 @@ config ADK_LINUX_ARM_QEMU
bool "arm"
select ADK_arm_qemu
select ADK_EABI
+ select ADK_KERNEL_INPUT_KEYBOARD
help
Qemu support for ARM architecture.
Right now this is optimized for Zaurus PDA spitz.
@@ -961,6 +962,14 @@ config ADK_TARGET_INITRAMFS_COMPRESSION_LZMA
help
Select LZMA compression.
+config ADK_TARGET_INITRAMFS_COMPRESSION_LZO
+ boolean
+ prompt "lzo"
+ select ADK_KERNEL_RD_LZO
+ select ADK_KERNEL_KERNEL_LZO
+ help
+ Select LZO compression.
+
endchoice
choice
@@ -989,6 +998,13 @@ config ADK_TARGET_KERNEL_COMPRESSION_LZMA
help
Select LZMA compression for Kernel.
+config ADK_TARGET_KERNEL_COMPRESSION_LZO
+ boolean
+ prompt "lzo"
+ select ADK_KERNEL_KERNEL_LZO
+ help
+ Select LZO compression for Kernel.
+
endchoice
config ADK_COMPRESSION_TOOL
@@ -996,6 +1012,7 @@ config ADK_COMPRESSION_TOOL
default "gzip -n9" if ADK_TARGET_INITRAMFS_COMPRESSION_GZIP
default "bzip2" if ADK_TARGET_INITRAMFS_COMPRESSION_BZIP2
default "lzma -9" if ADK_TARGET_INITRAMFS_COMPRESSION_LZMA
+ default "lzop" if ADK_TARGET_INITRAMFS_COMPRESSION_LZO
help
choice