zram: delete custom lzo/lz4
[cascardo/linux.git] / drivers / block / zram / Kconfig
index 2252cd7..b8ecba6 100644 (file)
@@ -13,12 +13,3 @@ config ZRAM
          disks and maybe many more.
 
          See zram.txt for more information.
-
-config ZRAM_LZ4_COMPRESS
-       bool "Enable LZ4 algorithm support"
-       depends on ZRAM
-       select CRYPTO_LZ4
-       default n
-       help
-         This option enables LZ4 compression algorithm support. Compression
-         algorithm can be changed using `comp_algorithm' device attribute.