Kconfig (d7e57676e3ed7ab9b2c7c4bcb7873e51eacbdb84) | Kconfig (f7370699fbbb18f97442d6f47cc2d478a911ad6f) |
---|---|
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. --- 392 unchanged lines hidden (view full) --- 401 - 3M MicroTouch USB (EX II series) 402 - ITM 403 - some other eTurboTouch 404 - Gunze AHL61 405 - DMC TSC-10/25 406 - IRTOUCHSYSTEMS/UNITOP 407 - IdealTEK URTC1000 408 - GoTop Super_Q2/GogoPen/PenPower tablets | 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. --- 392 unchanged lines hidden (view full) --- 401 - 3M MicroTouch USB (EX II series) 402 - ITM 403 - some other eTurboTouch 404 - Gunze AHL61 405 - DMC TSC-10/25 406 - IRTOUCHSYSTEMS/UNITOP 407 - IdealTEK URTC1000 408 - GoTop Super_Q2/GogoPen/PenPower tablets |
409 - JASTEC USB Touch Controller/DigiTech DTR-02U |
|
409 410 Have a look at <http://linux.chapter7.ch/touchkit/> for 411 a usage description and the required user-space stuff. 412 413 To compile this driver as a module, choose M here: the 414 module will be called usbtouchscreen. 415 416config TOUCHSCREEN_USB_EGALAX --- 46 unchanged lines hidden (view full) --- 463 bool "GeneralTouch Touchscreen device support" if EMBEDDED 464 depends on TOUCHSCREEN_USB_COMPOSITE 465 466config TOUCHSCREEN_USB_GOTOP 467 default y 468 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED 469 depends on TOUCHSCREEN_USB_COMPOSITE 470 | 410 411 Have a look at <http://linux.chapter7.ch/touchkit/> for 412 a usage description and the required user-space stuff. 413 414 To compile this driver as a module, choose M here: the 415 module will be called usbtouchscreen. 416 417config TOUCHSCREEN_USB_EGALAX --- 46 unchanged lines hidden (view full) --- 464 bool "GeneralTouch Touchscreen device support" if EMBEDDED 465 depends on TOUCHSCREEN_USB_COMPOSITE 466 467config TOUCHSCREEN_USB_GOTOP 468 default y 469 bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED 470 depends on TOUCHSCREEN_USB_COMPOSITE 471 |
472config TOUCHSCREEN_USB_JASTEC 473 default y 474 bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EMBEDDED 475 depends on TOUCHSCREEN_USB_COMPOSITE 476 |
|
471config TOUCHSCREEN_TOUCHIT213 472 tristate "Sahara TouchIT-213 touchscreen" 473 select SERIO 474 help 475 Say Y here if you have a Sahara TouchIT-213 Tablet PC. 476 477 If unsure, say N. 478 --- 23 unchanged lines hidden --- | 477config TOUCHSCREEN_TOUCHIT213 478 tristate "Sahara TouchIT-213 touchscreen" 479 select SERIO 480 help 481 Say Y here if you have a Sahara TouchIT-213 Tablet PC. 482 483 If unsure, say N. 484 --- 23 unchanged lines hidden --- |