Please include kernel modules #197
minimize135
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CONFIG_IR_MCEUSB=m
This is for external usb ir receivers. Sadly internal ir on S4(tanix w2) not work, but using external would be good.
CONFIG_ZRAM_MULTI_COMP=y
CONFIG_ZRAM_BACKEND_LZ4=m
CONFIG_ZRAM_BACKEND_LZ4HC=m
CONFIG_ZRAM_BACKEND_ZSTD=m
This is useful for zram recompression feature - allows the kernel to re-compress idle pages of data using a secondary, often more effective but slower, compression algorithm to free up memory.
Beta Was this translation helpful? Give feedback.
All reactions