forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/input/touchscreen/Kconfig
....@@ -430,6 +430,15 @@
430430 config TOUCHSCREEN_GT1X
431431 tristate "GT1X touchscreens support"
432432
433
+config TOUCHSCREEN_GT9XX
434
+ tristate "Goodix gt9xx support for rockchip platform"
435
+ depends on I2C && ARCH_ROCKCHIP
436
+ help
437
+ Say Y here if you have a touchscreen interface using the gt9xx
438
+ on Rockchip platform, and your board-specific initialization
439
+ code includes that in its table of IIC devices.
440
+ If unsure, say N.
441
+
433442 config TOUCHSCREEN_HIDEEP
434443 tristate "HiDeep Touch IC"
435444 depends on I2C