Kconfig (79e24da00b1137031245f3341828e4215b1b5b59) | Kconfig (cd1480ae4dd0bbfd3d7339d00c3573e4c64ebbd5) |
---|---|
1# 2# Touchscreen driver configuration 3# 4menuconfig INPUT_TOUCHSCREEN 5 bool "Touchscreens" 6 help 7 Say Y here, and a list of supported touchscreens will be displayed. 8 This option doesn't affect the kernel. --- 320 unchanged lines hidden (view full) --- 329 If unsure, say N. 330 331 To compile this driver as a module, choose M here: the 332 module will be called fujitsu-ts. 333 334config TOUCHSCREEN_GOODIX 335 tristate "Goodix I2C touchscreen" 336 depends on I2C | 1# 2# Touchscreen driver configuration 3# 4menuconfig INPUT_TOUCHSCREEN 5 bool "Touchscreens" 6 help 7 Say Y here, and a list of supported touchscreens will be displayed. 8 This option doesn't affect the kernel. --- 320 unchanged lines hidden (view full) --- 329 If unsure, say N. 330 331 To compile this driver as a module, choose M here: the 332 module will be called fujitsu-ts. 333 334config TOUCHSCREEN_GOODIX 335 tristate "Goodix I2C touchscreen" 336 depends on I2C |
337 depends on GPIOLIB | 337 depends on GPIOLIB || COMPILE_TEST |
338 help 339 Say Y here if you have the Goodix touchscreen (such as one 340 installed in Onda v975w tablets) connected to your 341 system. It also supports 5-finger chip models, which can be 342 found on ARM tablets, like Wexler TAB7200 and MSI Primo73. 343 344 If unsure, say N. 345 --- 25 unchanged lines hidden (view full) --- 371 If unsure, say N. 372 373 To compile this driver as a module, choose M here: the 374 module will be called bcm_iproc_tsc. 375 376config TOUCHSCREEN_S3C2410 377 tristate "Samsung S3C2410/generic touchscreen input driver" 378 depends on ARCH_S3C24XX || SAMSUNG_DEV_TS | 338 help 339 Say Y here if you have the Goodix touchscreen (such as one 340 installed in Onda v975w tablets) connected to your 341 system. It also supports 5-finger chip models, which can be 342 found on ARM tablets, like Wexler TAB7200 and MSI Primo73. 343 344 If unsure, say N. 345 --- 25 unchanged lines hidden (view full) --- 371 If unsure, say N. 372 373 To compile this driver as a module, choose M here: the 374 module will be called bcm_iproc_tsc. 375 376config TOUCHSCREEN_S3C2410 377 tristate "Samsung S3C2410/generic touchscreen input driver" 378 depends on ARCH_S3C24XX || SAMSUNG_DEV_TS |
379 depends on S3C_ADC | 379 select S3C_ADC |
380 help 381 Say Y here if you have the s3c2410 touchscreen. 382 383 If unsure, say N. 384 385 To compile this driver as a module, choose M here: the 386 module will be called s3c2410_ts. 387 --- 98 unchanged lines hidden (view full) --- 486 Say Y here if you have the MELFAS MMS114 touchscreen controller 487 chip in your system. 488 489 If unsure, say N. 490 491 To compile this driver as a module, choose M here: the 492 module will be called mms114. 493 | 380 help 381 Say Y here if you have the s3c2410 touchscreen. 382 383 If unsure, say N. 384 385 To compile this driver as a module, choose M here: the 386 module will be called s3c2410_ts. 387 --- 98 unchanged lines hidden (view full) --- 486 Say Y here if you have the MELFAS MMS114 touchscreen controller 487 chip in your system. 488 489 If unsure, say N. 490 491 To compile this driver as a module, choose M here: the 492 module will be called mms114. 493 |
494config TOUCHSCREEN_MELFAS_MIP4 495 tristate "MELFAS MIP4 Touchscreen" 496 depends on I2C 497 help 498 Say Y here if you have a MELFAS MIP4 Touchscreen device. 499 500 If unsure, say N. 501 502 To compile this driver as a module, choose M here: 503 the module will be called melfas_mip4. 504 |
|
494config TOUCHSCREEN_MTOUCH 495 tristate "MicroTouch serial touchscreens" 496 select SERIO 497 help 498 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to 499 your system. 500 501 If unsure, say N. --- 434 unchanged lines hidden (view full) --- 936 If unsure, say N. 937 938 To compile this driver as a module, choose M here: the 939 module will be called touchit213. 940 941config TOUCHSCREEN_TS4800 942 tristate "TS-4800 touchscreen" 943 depends on HAS_IOMEM && OF | 505config TOUCHSCREEN_MTOUCH 506 tristate "MicroTouch serial touchscreens" 507 select SERIO 508 help 509 Say Y here if you have a MicroTouch (3M) serial touchscreen connected to 510 your system. 511 512 If unsure, say N. --- 434 unchanged lines hidden (view full) --- 947 If unsure, say N. 948 949 To compile this driver as a module, choose M here: the 950 module will be called touchit213. 951 952config TOUCHSCREEN_TS4800 953 tristate "TS-4800 touchscreen" 954 depends on HAS_IOMEM && OF |
955 depends on SOC_IMX51 || COMPILE_TEST |
|
944 select MFD_SYSCON 945 select INPUT_POLLDEV 946 help 947 Say Y here if you have a touchscreen on a TS-4800 board. 948 949 On TS-4800, the touchscreen is not handled directly by Linux but by 950 a companion FPGA. 951 --- 155 unchanged lines hidden (view full) --- 1107 1108 If unsure, say N. 1109 1110 To compile this driver as a module, choose M here: the 1111 module will be called zforce_ts. 1112 1113config TOUCHSCREEN_COLIBRI_VF50 1114 tristate "Toradex Colibri on board touchscreen driver" | 956 select MFD_SYSCON 957 select INPUT_POLLDEV 958 help 959 Say Y here if you have a touchscreen on a TS-4800 board. 960 961 On TS-4800, the touchscreen is not handled directly by Linux but by 962 a companion FPGA. 963 --- 155 unchanged lines hidden (view full) --- 1119 1120 If unsure, say N. 1121 1122 To compile this driver as a module, choose M here: the 1123 module will be called zforce_ts. 1124 1125config TOUCHSCREEN_COLIBRI_VF50 1126 tristate "Toradex Colibri on board touchscreen driver" |
1115 depends on GPIOLIB && IIO && VF610_ADC | 1127 depends on IIO && VF610_ADC 1128 depends on GPIOLIB || COMPILE_TEST |
1116 help 1117 Say Y here if you have a Colibri VF50 and plan to use 1118 the on-board provided 4-wire touchscreen driver. 1119 1120 If unsure, say N. 1121 1122 To compile this driver as a module, choose M here: the 1123 module will be called colibri_vf50_ts. --- 13 unchanged lines hidden --- | 1129 help 1130 Say Y here if you have a Colibri VF50 and plan to use 1131 the on-board provided 4-wire touchscreen driver. 1132 1133 If unsure, say N. 1134 1135 To compile this driver as a module, choose M here: the 1136 module will be called colibri_vf50_ts. --- 13 unchanged lines hidden --- |