commit | 07e88e1bfc128681a80578724fde6a872f413862 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sat Jul 11 13:21:19 2009 -0400 |
committer | Paul Mundt <lethal@linux-sh.org> | Sat Jul 11 13:21:19 2009 -0400 |
tree | 7e85e26152bcc277d6e2e288aac155f155ce5c4e | |
parent | df8ce2595fbac8b046322fce9df61ce1cf8ddf62 [diff] [blame] |
sh: bzip2/lzma zImage support. This plugs in bzip2 and lzma support for zImages. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 9f531ca..c4a955d 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig
@@ -18,6 +18,8 @@ select HAVE_DMA_API_DEBUG select HAVE_PERF_COUNTERS select HAVE_KERNEL_GZIP + select HAVE_KERNEL_BZIP2 + select HAVE_KERNEL_LZMA select RTC_LIB select GENERIC_ATOMIC64 help