hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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