diff options
author | Paul Mundt | 2009-07-11 18:37:30 +0200 |
---|---|---|
committer | Paul Mundt | 2009-07-11 18:37:30 +0200 |
commit | df8ce2595fbac8b046322fce9df61ce1cf8ddf62 (patch) | |
tree | 46c5d6a316deab58f4cb482e72de56b1be0fc202 /arch/sh/Kconfig | |
parent | Merge branches 'sh/ftrace' and 'sh/stable-updates' (diff) | |
download | kernel-qcow2-linux-df8ce2595fbac8b046322fce9df61ce1cf8ddf62.tar.gz kernel-qcow2-linux-df8ce2595fbac8b046322fce9df61ce1cf8ddf62.tar.xz kernel-qcow2-linux-df8ce2595fbac8b046322fce9df61ce1cf8ddf62.zip |
sh: Tidy up gzip-based zImage decompression.
This brings the zImage handling in to the current century, in preparation
for handling the other compression types.
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 120bd31a46ea..9f531ca3c8ea 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -17,6 +17,7 @@ config SUPERH select HAVE_ARCH_TRACEHOOK select HAVE_DMA_API_DEBUG select HAVE_PERF_COUNTERS + select HAVE_KERNEL_GZIP select RTC_LIB select GENERIC_ATOMIC64 help |