Skip to content

linux-postmarketos-qcom-sdm660: upgrade to 5.19

Alexey Min requested to merge sdm660-519 into master

Upgrade to fresh Linux release.

Kconfig changes:

  • Enable more features in kernel from pmbootstrap kconfig check: anbox, containers, iwd, nftables, zram.
  • Disable REGULATOR_DEBUG to reduce dmesg spam.
  • DRM and PANEL_SIMPLE are now built-in (DRM_MSM is still "m").
  • Switch to framebuffer from SIMPLEFB to tinydrm (SIMPLEDRM=y).
  • Build touchscreen drivers as modules

Switch APKBUILD to use make zinstall approach.

Devices: add touchscreen drivers to initfs

  • clover uses edt_ft5x06
  • lavender, platina and x00td use novatek nt36xxx
Edited by Alexey Min

Merge request reports