Kconfig (44d21c3f3a2ef2f58b18bda64c52c99e723f3f4a) Kconfig (61031952f4c89dba1065f7a5b9419badb112554c)
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

--- 198 unchanged lines hidden (view full) ---

207 default n
208 help
209 This option enables the 32 bit PRNG library functions to perform a
210 self test on initialization.
211
212#
213# compression support is select'ed if needed
214#
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

--- 198 unchanged lines hidden (view full) ---

207 default n
208 help
209 This option enables the 32 bit PRNG library functions to perform a
210 self test on initialization.
211
212#
213# compression support is select'ed if needed
214#
215config 842_COMPRESS
216 tristate
217
218config 842_DECOMPRESS
219 tristate
220
221config ZLIB_INFLATE
222 tristate
223
224config ZLIB_DEFLATE
225 tristate
226
227config LZO_COMPRESS
228 tristate

--- 294 unchanged lines hidden (view full) ---

523
524#
525# sg chaining option
526#
527
528config ARCH_HAS_SG_CHAIN
529 def_bool n
530
215config ZLIB_INFLATE
216 tristate
217
218config ZLIB_DEFLATE
219 tristate
220
221config LZO_COMPRESS
222 tristate

--- 294 unchanged lines hidden (view full) ---

517
518#
519# sg chaining option
520#
521
522config ARCH_HAS_SG_CHAIN
523 def_bool n
524
525config ARCH_HAS_PMEM_API
526 bool
527
531endmenu
528endmenu