Kconfig (f43dc23d5ea91fca257be02138a255f02d98e806) Kconfig (24fa0402a9b6a537e87e38341e78b7da86486846)
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

101 tristate
102
103config LZO_COMPRESS
104 tristate
105
106config LZO_DECOMPRESS
107 tristate
108
1#
2# Library configuration
3#
4
5config BINARY_PRINTF
6 def_bool n
7
8menu "Library routines"

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

101 tristate
102
103config LZO_COMPRESS
104 tristate
105
106config LZO_DECOMPRESS
107 tristate
108
109source "lib/xz/Kconfig"
110
109#
110# These all provide a common interface (hence the apparent duplication with
111# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
112#
113config DECOMPRESS_GZIP
114 select ZLIB_INFLATE
115 tristate
116

--- 100 unchanged lines hidden ---
111#
112# These all provide a common interface (hence the apparent duplication with
113# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
114#
115config DECOMPRESS_GZIP
116 select ZLIB_INFLATE
117 tristate
118

--- 100 unchanged lines hidden ---