]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - lib/Kconfig
Merge tag 'pm-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
[linux.git] / lib / Kconfig
index 10012b64600966f3bfeb07c526ed5d37862a88bb..0cf875fd627c062149c1ec4e34e181d0b34357bf 100644 (file)
@@ -278,6 +278,13 @@ config ZLIB_DEFLATE
        tristate
        select BITREVERSE
 
+config ZLIB_DFLTCC
+       def_bool y
+       depends on S390
+       prompt "Enable s390x DEFLATE CONVERSION CALL support for kernel zlib"
+       help
+        Enable s390x hardware support for zlib in the kernel.
+
 config LZO_COMPRESS
        tristate