We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1ed9f commit eb9f56dCopy full SHA for eb9f56d
drivers/block/zram/zcomp.c
@@ -22,6 +22,15 @@ static const char * const backends[] = {
22
"lzo",
23
#if IS_ENABLED(CONFIG_CRYPTO_LZ4)
24
"lz4",
25
+#endif
26
+#if IS_ENABLED(CONFIG_CRYPTO_DEFLATE)
27
+ "deflate",
28
29
+#if IS_ENABLED(CONFIG_CRYPTO_LZ4HC)
30
+ "lz4hc",
31
32
+#if IS_ENABLED(CONFIG_CRYPTO_842)
33
+ "842",
34
#endif
35
NULL
36
};
0 commit comments