Add zstd.diff

This commit is contained in:
Nick Terrell
2017-05-16 16:02:05 -07:00
parent b3ebe9b77c
commit 1d42ca8f6d
4 changed files with 12596 additions and 5 deletions
+19
View File
@@ -0,0 +1,19 @@
diff --git a/lib/Kconfig b/lib/Kconfig
index b6009d7..f00ddab 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -241,6 +241,14 @@ config LZ4HC_COMPRESS
config LZ4_DECOMPRESS
tristate
+config ZSTD_COMPRESS
+ select XXHASH
+ tristate
+
+config ZSTD_DECOMPRESS
+ select XXHASH
+ tristate
+
source "lib/xz/Kconfig"
#