hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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