Kconfig (cbdb24e59e7fc1943bc72bab4a7b477d298a2d80) Kconfig (42370681bd46d2162093d40eb453695495483733)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Touchscreen driver configuration
4#
5menuconfig INPUT_TOUCHSCREEN
6 bool "Touchscreens"
7 help
8 Say Y here, and a list of supported touchscreens will be displayed.

--- 412 unchanged lines hidden (view full) ---

421 Such kind of chipsets can be found in Amazon Kindle Fire
422 touchscreens.
423
424 If unsure, say N.
425
426 To compile this driver as a module, choose M here: the
427 module will be called ili210x.
428
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Touchscreen driver configuration
4#
5menuconfig INPUT_TOUCHSCREEN
6 bool "Touchscreens"
7 help
8 Say Y here, and a list of supported touchscreens will be displayed.

--- 412 unchanged lines hidden (view full) ---

421 Such kind of chipsets can be found in Amazon Kindle Fire
422 touchscreens.
423
424 If unsure, say N.
425
426 To compile this driver as a module, choose M here: the
427 module will be called ili210x.
428
429config TOUCHSCREEN_ILITEK
430 tristate "Ilitek I2C 213X/23XX/25XX/Lego Series Touch ICs"
431 depends on I2C
432 help
433 Say Y here if you have touchscreen with ILITEK touch IC,
434 it supports 213X/23XX/25XX and other Lego series.
435
436 If unsure, say N.
437
438 To compile this driver as a module, choose M here: the
439 module will be called ilitek_ts_i2c.
440
429config TOUCHSCREEN_IPROC
430 tristate "IPROC touch panel driver support"
431 depends on ARCH_BCM_IPROC || COMPILE_TEST
432 help
433 Say Y here if you want to add support for the IPROC touch
434 controller to your system.
435
436 If unsure, say N.

--- 910 unchanged lines hidden ---
441config TOUCHSCREEN_IPROC
442 tristate "IPROC touch panel driver support"
443 depends on ARCH_BCM_IPROC || COMPILE_TEST
444 help
445 Say Y here if you want to add support for the IPROC touch
446 controller to your system.
447
448 If unsure, say N.

--- 910 unchanged lines hidden ---