diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2010-05-26 23:27:12 +0200 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2010-05-26 23:27:10 +0200 |
commit | cdf566498d80709dedab826d068a9ea9d438320a (patch) | |
tree | c27f8c3dc5c2951c1cc4ebb14f53daeda028427c /arch/s390/Kconfig | |
parent | cf9daf4a735acaa5ff5967bb1b3a5e3b3578c32a (diff) | |
download | op-kernel-dev-cdf566498d80709dedab826d068a9ea9d438320a.zip op-kernel-dev-cdf566498d80709dedab826d068a9ea9d438320a.tar.gz |
[S390] Add support for LZO-compressed kernels.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 149c9d8..bee1c0f 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -102,6 +102,7 @@ config S390 select HAVE_KERNEL_GZIP select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_LZMA + select HAVE_KERNEL_LZO select ARCH_INLINE_SPIN_TRYLOCK select ARCH_INLINE_SPIN_TRYLOCK_BH select ARCH_INLINE_SPIN_LOCK |