262-compressor_kconfig_hack.patch 440 B

1234567891011121314151617181920212223
  1. --- a/lib/Kconfig
  2. +++ b/lib/Kconfig
  3. @@ -205,16 +205,16 @@ config RANDOM32_SELFTEST
  4. # compression support is select'ed if needed
  5. #
  6. config ZLIB_INFLATE
  7. - tristate
  8. + tristate "ZLIB inflate support"
  9. config ZLIB_DEFLATE
  10. - tristate
  11. + tristate "ZLIB deflate support"
  12. config LZO_COMPRESS
  13. - tristate
  14. + tristate "LZO compress support"
  15. config LZO_DECOMPRESS
  16. - tristate
  17. + tristate "LZO decompress support"
  18. config LZ4_COMPRESS
  19. tristate