ubispl: add support for loading volumes by name
[oweals/u-boot.git] / lib / Kconfig
index 38012506d294ccf1884aa9f633ae5915e0e261a0..416e63c1c736d05b4cc6118a59331a1e5631b6ff 100644 (file)
@@ -327,6 +327,9 @@ config MD5
 config CRC32C
        bool
 
+config XXHASH
+       bool
+
 endmenu
 
 menu "Compression Support"
@@ -371,6 +374,12 @@ config ZLIB
        help
          This enables ZLIB compression lib.
 
+config ZSTD
+       bool "Enable Zstandard decompression support"
+       select XXHASH
+       help
+         This enables Zstandard decompression library.
+
 config SPL_LZ4
        bool "Enable LZ4 decompression support in SPL"
        help
@@ -395,6 +404,12 @@ config SPL_ZLIB
        help
          This enables compression lib for SPL boot.
 
+config SPL_ZSTD
+       bool "Enable Zstandard decompression support in SPL"
+       select XXHASH
+       help
+         This enables Zstandard decompression library in the SPL.
+
 endmenu
 
 config ERRNO_STR