Skip to content

Commit

Permalink
defconfig: enable ZSTD
Browse files Browse the repository at this point in the history
Signed-off-by: engstk <[email protected]>
  • Loading branch information
engstk committed Apr 6, 2021
1 parent 417738c commit a34cf5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm64/configs/blu_spark_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5937,7 +5937,7 @@ CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_842 is not set
CONFIG_CRYPTO_LZ4=y
# CONFIG_CRYPTO_LZ4HC is not set
# CONFIG_CRYPTO_ZSTD is not set
CONFIG_CRYPTO_ZSTD=y

#
# Random Number Generation
Expand Down Expand Up @@ -6027,6 +6027,8 @@ CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_ZSTD_COMPRESS=y
CONFIG_ZSTD_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
Expand Down

0 comments on commit a34cf5a

Please sign in to comment.