Kconfig (76db5a27a827c2c89e5120a3d486472da847863b) | Kconfig (aa5b395b69b65450e008b95ec623b4fc4b175f9f) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Library configuration 4# 5 6config BINARY_PRINTF 7 def_bool n 8 --- 264 unchanged lines hidden (view full) --- 273 274config ZLIB_INFLATE 275 tristate 276 277config ZLIB_DEFLATE 278 tristate 279 select BITREVERSE 280 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Library configuration 4# 5 6config BINARY_PRINTF 7 def_bool n 8 --- 264 unchanged lines hidden (view full) --- 273 274config ZLIB_INFLATE 275 tristate 276 277config ZLIB_DEFLATE 278 tristate 279 select BITREVERSE 280 |
281config ZLIB_DFLTCC 282 def_bool y 283 depends on S390 284 prompt "Enable s390x DEFLATE CONVERSION CALL support for kernel zlib" 285 help 286 Enable s390x hardware support for zlib in the kernel. 287 |
|
281config LZO_COMPRESS 282 tristate 283 284config LZO_DECOMPRESS 285 tristate 286 287config LZ4_COMPRESS 288 tristate --- 272 unchanged lines hidden (view full) --- 561 according to run time performance. 562 563# 564# libfdt files, only selected if needed. 565# 566config LIBFDT 567 bool 568 | 288config LZO_COMPRESS 289 tristate 290 291config LZO_DECOMPRESS 292 tristate 293 294config LZ4_COMPRESS 295 tristate --- 272 unchanged lines hidden (view full) --- 568 according to run time performance. 569 570# 571# libfdt files, only selected if needed. 572# 573config LIBFDT 574 bool 575 |
569config LIBXBC 570 bool 571 | |
572config OID_REGISTRY 573 tristate 574 help 575 Enable fast lookup object identifier registry. 576 577config UCS2_STRING 578 tristate 579 --- 86 unchanged lines hidden --- | 576config OID_REGISTRY 577 tristate 578 help 579 Enable fast lookup object identifier registry. 580 581config UCS2_STRING 582 tristate 583 --- 86 unchanged lines hidden --- |