From 16011e402a22d0830aefdb23cb77f886199c265b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Oct 2009 17:11:49 +0200 Subject: add basic qemu-arm support, add compression choice --- target/linux/config/Config.in.kernel | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'target/linux/config/Config.in.kernel') 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 -- cgit v1.2.3