diff options
-rw-r--r-- | arch/x86/configs/archlinux-local_defconfig | 2 | ||||
-rw-r--r-- | arch/x86/configs/archlinux_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/configs/archlinux-local_defconfig b/arch/x86/configs/archlinux-local_defconfig index 861ccb2e6769..04d3fb446764 100644 --- a/arch/x86/configs/archlinux-local_defconfig +++ b/arch/x86/configs/archlinux-local_defconfig @@ -235,7 +235,7 @@ CONFIG_APPLE_PROPERTIES=y CONFIG_EFI_RCI2_TABLE=y CONFIG_EFI_COCO_SECRET=y CONFIG_ZRAM=m -CONFIG_ZRAM_DEF_COMP_ZSTD=y +CONFIG_ZRAM_DEF_COMP_LZ4=y CONFIG_ZRAM_WRITEBACK=y CONFIG_ZRAM_MULTI_COMP=y CONFIG_BLK_DEV_LOOP=m diff --git a/arch/x86/configs/archlinux_defconfig b/arch/x86/configs/archlinux_defconfig index 5d987d204ca9..5280966bf239 100644 --- a/arch/x86/configs/archlinux_defconfig +++ b/arch/x86/configs/archlinux_defconfig @@ -770,7 +770,7 @@ CONFIG_ZRAM_BACKEND_ZSTD=y CONFIG_ZRAM_BACKEND_DEFLATE=y CONFIG_ZRAM_BACKEND_842=y CONFIG_ZRAM_BACKEND_LZO=y -CONFIG_ZRAM_DEF_COMP_ZSTD=y +CONFIG_ZRAM_DEF_COMP_LZ4=y CONFIG_ZRAM_WRITEBACK=y CONFIG_ZRAM_MULTI_COMP=y CONFIG_BLK_DEV_LOOP=m |