diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index a875134c..38a0cab5 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -472,8 +472,8 @@ necessary_kconfig_options_containers = { necessary_kconfig_options_zram = { ">=3.14.0": { # zram support introduced here "all": { # all arches - "ZSMALLOC_STAT": True, - "ZRAM_MEMORY_TRACKING": True, + "ZRAM": True, + "ZSMALLOC": True, "CRYPTO_LZ4": True, "LZ4_COMPRESS": True, "SWAP": True,