From bedbef8ad3e75a304af6361af235302bcc61d06b Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 14 May 2024 06:39:01 +0000 Subject: [PATCH] 修改内核路径 --- kernel/drivers/input/touchscreen/Kconfig | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/input/touchscreen/Kconfig b/kernel/drivers/input/touchscreen/Kconfig index 0efc7e7..fa0010e 100644 --- a/kernel/drivers/input/touchscreen/Kconfig +++ b/kernel/drivers/input/touchscreen/Kconfig @@ -430,6 +430,15 @@ config TOUCHSCREEN_GT1X tristate "GT1X touchscreens support" +config TOUCHSCREEN_GT9XX + tristate "Goodix gt9xx support for rockchip platform" + depends on I2C && ARCH_ROCKCHIP + help + Say Y here if you have a touchscreen interface using the gt9xx + on Rockchip platform, and your board-specific initialization + code includes that in its table of IIC devices. + If unsure, say N. + config TOUCHSCREEN_HIDEEP tristate "HiDeep Touch IC" depends on I2C -- Gitblit v1.6.2