diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-01-14 15:52:54 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-14 15:52:54 +0900 |
commit | 50cfa79dcb91a7c40038b7a13b7e2242b541242f (patch) | |
tree | 52c7966d7f6702e2503c394c48a3764d5a3fe8dd /arch/sh/Kconfig | |
parent | 8f82f0c7029d39b499389c8e225cf147fb83abe2 (diff) | |
download | talos-op-linux-50cfa79dcb91a7c40038b7a13b7e2242b541242f.tar.gz talos-op-linux-50cfa79dcb91a7c40038b7a13b7e2242b541242f.zip |
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>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index fff252209f63..8d411bdca9b1 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -15,6 +15,7 @@ config SUPERH 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 |