Skip to content

Commit 64f9884

Browse files
committed
Enable firmware compression
We'll use zstd Signed-off-by: hmtheboy154 <buingoc67@gmail.com>
1 parent 0924d72 commit 64f9884

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

arch/x86/configs/android-x86_64_defconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,9 @@ CONFIG_FW_LOADER_SYSFS=y
19911991
CONFIG_EXTRA_FIRMWARE=""
19921992
CONFIG_FW_LOADER_USER_HELPER=y
19931993
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
1994-
# CONFIG_FW_LOADER_COMPRESS is not set
1994+
CONFIG_FW_LOADER_COMPRESS=y
1995+
CONFIG_FW_LOADER_COMPRESS_XZ=y
1996+
CONFIG_FW_LOADER_COMPRESS_ZSTD=y
19951997
CONFIG_FW_CACHE=y
19961998
# CONFIG_FW_UPLOAD is not set
19971999
# end of Firmware loader

0 commit comments

Comments
 (0)