summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-10-24 17:11:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-10-24 17:11:49 +0200
commit16011e402a22d0830aefdb23cb77f886199c265b (patch)
treebc15a2ba6ffc6a1b3fb70e932ae36cc771f386ff /target/linux/config/Config.in.kernel
parent4f14ea9a70f86fd29c59b617fa1449dd5b2f14ab (diff)
add basic qemu-arm support, add compression choice
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index 594dd8fec..e61eb46df 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -2,10 +2,30 @@ config ADK_KERNEL_BLK_DEV_INITRD
bool
default n
+config ADK_KERNEL_RD_GZIP
+ bool
+ default n
+
+config ADK_KERNEL_KERNEL_GZIP
+ bool
+ default n
+
+config ADK_KERNEL_RD_BZIP2
+ bool
+ default n
+
+config ADK_KERNEL_KERNEL_BZIP2
+ bool
+ default n
+
config ADK_KERNEL_RD_LZMA
bool
default n
+config ADK_KERNEL_KERNEL_LZMA
+ bool
+ default n
+
config ADK_KERNEL_INITRAMFS_COMPRESSION_LZMA
bool
default n