kernel: add missing config symbol
[15.05/openwrt.git] / target / linux / generic / patches-3.18 / 262-compressor_kconfig_hack.patch
1 --- a/lib/Kconfig
2 +++ b/lib/Kconfig
3 @@ -205,25 +205,25 @@ config RANDOM32_SELFTEST
4  # compression support is select'ed if needed
5  #
6  config ZLIB_INFLATE
7 -       tristate
8 +       tristate "ZLIB inflate support"
9  
10  config ZLIB_DEFLATE
11 -       tristate
12 +       tristate "ZLIB deflate support"
13  
14  config LZO_COMPRESS
15 -       tristate
16 +       tristate "LZO compress support"
17  
18  config LZO_DECOMPRESS
19 -       tristate
20 +       tristate "LZO decompress support"
21  
22  config LZ4_COMPRESS
23 -       tristate
24 +       tristate "LZ4 compress support"
25  
26  config LZ4HC_COMPRESS
27 -       tristate
28 +       tristate "LZ4HC compress support"
29  
30  config LZ4_DECOMPRESS
31 -       tristate
32 +       tristate "LZ4 decompress support"
33  
34  source "lib/xz/Kconfig"
35