From a813214788f6e7b512df54f1c659cd0bdc9ac175 Mon Sep 17 00:00:00 2001 From: huangcm <1263938474@qq.com> Date: Wed, 26 Feb 2025 10:47:01 +0000 Subject: [PATCH] feat(mipi): add 5' mipi & touchscreen config --- longan/kernel/linux-4.9/drivers/input/touchscreen/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/longan/kernel/linux-4.9/drivers/input/touchscreen/Makefile b/longan/kernel/linux-4.9/drivers/input/touchscreen/Makefile index 37ddecd..b9cb4a8 100644 --- a/longan/kernel/linux-4.9/drivers/input/touchscreen/Makefile +++ b/longan/kernel/linux-4.9/drivers/input/touchscreen/Makefile @@ -97,3 +97,4 @@ obj-$(CONFIG_TOUCHSCREEN_FTS_TS) += focaltech_touch/ obj-$(CONFIG_INPUT_TOUCHSCREEN) += gt9xxnew/ obj-$(CONFIG_INPUT_TOUCHSCREEN) += gt9xx/ +obj-y += focaltech_touch_ft8756/ -- Gitblit v1.6.2