diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2010-01-15 13:34:46 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-01-28 00:03:30 +0100 |
commit | fe1d45e08650213ec83a72d3499c3dd703243792 (patch) | |
tree | 2d967f4d9a11ffa4e6daf6ff6e498915441b10ed /arch/mips/Kconfig | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 (diff) | |
download | linux-fe1d45e08650213ec83a72d3499c3dd703243792.tar.xz linux-fe1d45e08650213ec83a72d3499c3dd703243792.zip |
MIPS: Add support of LZO-compressed kernels
The necessary changes to the x86 Kconfig and boot/compressed to allow the
use of this new compression method.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Patchwork: http://patchwork.linux-mips.org/patch/857/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 9541171f1220..8b5d174685f0 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1311,6 +1311,7 @@ config SYS_SUPPORTS_ZBOOT select HAVE_KERNEL_GZIP select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_LZMA + select HAVE_KERNEL_LZO config SYS_SUPPORTS_ZBOOT_UART16550 bool |