summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2018-02-01 11:46:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-02-05 08:29:52 +0100
commit5ca2233e3ab2e718cc7128f4a42fd80dd091502d (patch)
tree1acee5990e5d291a1f70b42c3d03e7521d365640 /lib/Kconfig
parent019e11e601dc42124511ca9a0eeb7469d6b5cc08 (diff)
downloadbarebox-5ca2233e3ab2e718cc7128f4a42fd80dd091502d.tar.gz
barebox-5ca2233e3ab2e718cc7128f4a42fd80dd091502d.tar.xz
lib: Add xxhash module
Based on kernel commit 5d2405227a9e ("lib: Add xxhash module"). Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 637b3f1003..cb6ce940a8 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -6,6 +6,9 @@ config UNCOMPRESS
bool
select FILETYPE
+config XXHASH
+ bool
+
config ZLIB
bool "include gzip uncompression support"
select UNCOMPRESS