From 5ca2233e3ab2e718cc7128f4a42fd80dd091502d Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Thu, 1 Feb 2018 11:46:12 +0100 Subject: lib: Add xxhash module Based on kernel commit 5d2405227a9e ("lib: Add xxhash module"). Signed-off-by: Philipp Zabel Signed-off-by: Sascha Hauer --- lib/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Kconfig') 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 -- cgit v1.2.3