Skip to content

pmb/config: fixup zram check options

Alexey Min requested to merge fix-kconfigcheck-zram into master

The main required option - CONFIG_ZRAM - was not checked. Add it and its direct requirement - CONFIG_ZSMALLOC. See https://cateee.net/lkddb/web-lkddb/ZRAM.html

The other two (ZSMALLOC_STAT, ZRAM_MEMORY_TRACKING) are for debugging information only. See:

Remove them.

Test plan: all kernels still pass pmbootstrap kconfig check

Edited by Alexey Min

Merge request reports