diff options
author | Hirokazu Takata <takata@linux-m32r.org> | 2009-10-15 09:21:56 +0900 |
---|---|---|
committer | Hirokazu Takata <takata@linux-m32r.org> | 2009-11-04 08:37:33 +0900 |
commit | 337214e8c6b0c777713b2483749f9c03102a416c (patch) | |
tree | ee60e2d0be42716812852309e984757c330286da /arch/m32r/Kconfig | |
parent | e968b8d404ae8ab4ef218cd145f6dcb71e65154b (diff) |
m32r: bzip2/lzma kernel compression support
- Support bzip2 and lzma kernel compression for m32r.
- Clean up arch/m32r/boot/compressed/misc.c.
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r-- | arch/m32r/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index c41234f1b825..3a9319f93e89 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -11,6 +11,9 @@ config M32R select HAVE_IDE select HAVE_OPROFILE select INIT_ALL_POSSIBLE + select HAVE_KERNEL_GZIP + select HAVE_KERNEL_BZIP2 + select HAVE_KERNEL_LZMA config SBUS bool |