OSDN Git Service

zram: add zstd to the supported algorithms list
[uclinux-h8/linux.git] / drivers / block / zram / zcomp.c
index 5b8992b..cc66dae 100644 (file)
@@ -32,6 +32,9 @@ static const char * const backends[] = {
 #if IS_ENABLED(CONFIG_CRYPTO_842)
        "842",
 #endif
+#if IS_ENABLED(CONFIG_CRYPTO_ZSTD)
+       "zstd",
+#endif
        NULL
 };