262-compressor_kconfig_hack.patch 647 B

1234567891011121314151617181920212223242526272829303132333435
  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. 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
  20. + tristate "LZ4 compress support"
  21. config LZ4HC_COMPRESS
  22. - tristate
  23. + tristate "LZ4HC compress support"
  24. config LZ4_DECOMPRESS
  25. - tristate
  26. + tristate "LZ4 decompress support"
  27. source "lib/xz/Kconfig"