lib: Add xxhash support
[oweals/u-boot.git] / lib / Kconfig
index 38012506d294ccf1884aa9f633ae5915e0e261a0..1ed69fafc73622effbab07059b177cdff427990f 100644 (file)
@@ -327,6 +327,9 @@ config MD5
 config CRC32C
        bool
 
+config XXHASH
+       bool
+
 endmenu
 
 menu "Compression Support"