blob: f4aba9bd7a702cac5a624f115cd6334e6ec3274c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  | 
make ZLIB_DEFLATE visible, so that we can choose whether we want it built-in
or as a module
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -98,7 +98,7 @@ config ZLIB_INFLATE
 	tristate
 
 config ZLIB_DEFLATE
-	tristate
+	tristate "Zlib compression"
 
 config LZO_COMPRESS
 	tristate
  |