Kconfig (0936912274af78a21fd8d54c3f94a50a285cf7f9) Kconfig (7856a16ea03ed9b17860d756ee6473c2e57882b2)
1#
2# Library configuration
3#
4
5menu "Library routines"
6
7config BITREVERSE
8 tristate

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

93
94config LZO_COMPRESS
95 tristate
96
97config LZO_DECOMPRESS
98 tristate
99
100#
1#
2# Library configuration
3#
4
5menu "Library routines"
6
7config BITREVERSE
8 tristate

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

93
94config LZO_COMPRESS
95 tristate
96
97config LZO_DECOMPRESS
98 tristate
99
100#
101# These all provide a common interface (hence the apparent duplication with
102# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
103#
104config DECOMPRESS_GZIP
105 select ZLIB_INFLATE
106 tristate
107
108config DECOMPRESS_BZIP2
109 tristate
110
111config DECOMPRESS_LZMA
112 tristate
113
114#
101# Generic allocator support is selected if needed
102#
103config GENERIC_ALLOCATOR
104 boolean
105
106#
107# reed solomon support is select'ed if needed
108#

--- 69 unchanged lines hidden ---
115# Generic allocator support is selected if needed
116#
117config GENERIC_ALLOCATOR
118 boolean
119
120#
121# reed solomon support is select'ed if needed
122#

--- 69 unchanged lines hidden ---