Sir i Found Out ... that the A11 R kernel tarball that lagsung is giving us is incomplete that is why touch not work i have extracted the config from a running system with zcat /proc/config.gz > /sdcard/stock_defconfig
and diffed with the one inside the zip sources
[email protected]:/a7lite-kernel/arch/arm64/configs# diff -ur gta7litewifi_defconfig stock_defconfig
--- gta7litewifi_defconfig 2021-04-15 04:59:57.000000000 -0400
+++ stock_defconfig 2022-12-21 04:58:49.725645400 -0400
@@ -1569,12 +1569,12 @@
CONFIG_MTK_SEC_VIDEO_PATH_SUPPORT=y
CONFIG_MTK_DRM_KEY_MNG_SUPPORT=y
# CONFIG_MTK_LCM_PHYSICAL_ROTATION_HW is not set
-CONFIG_CUSTOM_KERNEL_IMGSENSOR="hi846_sjc_mipi_raw gc8054_hlt_mipi_raw hi846_txd_mipi_raw gc8054_cxt_mipi_raw gc02m1_sjc_mipi_raw gc02m1_cxt_mipi_raw ov02b10_jk_mipi_raw"
+CONFIG_CUSTOM_KERNEL_IMGSENSOR="hi846_sjc_mipi_raw gc8054_hlt_mipi_raw hi846_txd_mipi_raw gc8054_cxt_mipi_raw sc800cs_ly_mipi_raw gc02m1_sjc_mipi_raw gc02m1_cxt_mipi_raw ov02b10_jk_mipi_raw"
CONFIG_MTK_VIDEOCODEC_DRIVER=y
CONFIG_MTK_MMPROFILE_SUPPORT=y
CONFIG_MMPROFILE=y
CONFIG_MTK_LCM=y
-CONFIG_CUSTOM_KERNEL_LCM="hx83102e_hlt_hsd_fhdplus2408 nt36523_liansi_hsd_incell_vdo ili9881t_liansi_inx_incell_vdo nt36523_hlt_mdt_incell_vdo ft8201ab_dt_qunchuang_inx_vdo_fhdplus2408 nt36523bh_qunchuang_inx_incell_vdo ft8201_lianchuang_boe_dsi_vdo_hdp_wxga"
+CONFIG_CUSTOM_KERNEL_LCM="hx83102e_hlt_hsd_fhdplus2408 nt36523_liansi_hsd_incell_vdo nt36523_liansi_hsd_ntfpc_incell_vdo ili9881t_liansi_inx_incell_vdo nt36523_hlt_mdt_incell_vdo ft8201ab_dt_qunchuang_inx_vdo_fhdplus2408 nt36523bh_qunchuang_inx_incell_vdo hx83102e_liansi_mdt_incell_vdo hx83102e_copper_hlt_hsd_fhdplus2408 ft8201_lianchuang_boe_dsi_vdo_hdp_wxga"
# CONFIG_MTK_LCM_DEVICE_TREE_SUPPORT is not set
CONFIG_MTK_SYNC=y
CONFIG_MTK_FB=y
@@ -2797,7 +2797,7 @@
#
# Watchdog Device Drivers
#
-# CONFIG_SOFT_WATCHDOG is not set
+CONFIG_SOFT_WATCHDOG=y
# CONFIG_GPIO_WATCHDOG is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_ZIIRAVE_WATCHDOG is not set
@@ -4776,6 +4776,7 @@
CONFIG_SEC_DEBUG_AUTO_COMMENT=y
# CONFIG_SEC_DEBUG_LIMIT_BACKTRACE is not set
CONFIG_SEC_DEBUG_INIT_EXIT_PANIC=y
+CONFIG_SEC_DEBUG_SOFTDOG_PWDT=y
CONFIG_SEC_MISC=y
CONFIG_SEC_BOOTSTAT=y
# CONFIG_SEC_DEVICE_BOOTSTAT is not set
@@ -5209,7 +5210,7 @@
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_SM4 is not set
# CONFIG_CRYPTO_TEA is not set
-# CONFIG_CRYPTO_TWOFISH is not set
+CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
if iuse the stock_defconfig the compilation stops telling me that some dirs are missing from drivers/misc/mediatek and they are present in A12 kernel sources but compilation still fails after add them so my recomendation is recompile TWRP but with A12 kernel sources instead of the a11 ones maybe this way we can get touch on sm-t220