commit | 50cfa79dcb91a7c40038b7a13b7e2242b541242f | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Jan 14 15:52:54 2011 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jan 14 15:52:54 2011 +0900 |
tree | 52c7966d7f6702e2503c394c48a3764d5a3fe8dd | |
parent | 8f82f0c7029d39b499389c8e225cf147fb83abe2 [diff] [blame] |
sh: support XZ-compressed kernel. Follow the x86 change and wire up support for the XZ decompressor. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index fff2522..8d411bd 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig
@@ -15,6 +15,7 @@ select HAVE_KERNEL_GZIP select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_LZMA + select HAVE_KERNEL_XZ select HAVE_KERNEL_LZO select HAVE_SYSCALL_TRACEPOINTS select HAVE_REGS_AND_STACK_ACCESS_API