Kconfig (6ac1ef482d7ae0c690f1640bf6eb818ff9a2d91e) | Kconfig (1fc4ec3791729db4e2602e9afb1045aef1bc3a58) |
---|---|
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. --- 475 unchanged lines hidden (view full) --- 484 485 If unsure, say N. 486 487 To compile this driver as a module, choose M here: the 488 module will be called ti_tscadc. 489 490config TOUCHSCREEN_ATMEL_TSADCC 491 tristate "Atmel Touchscreen Interface" | 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. --- 475 unchanged lines hidden (view full) --- 484 485 If unsure, say N. 486 487 To compile this driver as a module, choose M here: the 488 module will be called ti_tscadc. 489 490config TOUCHSCREEN_ATMEL_TSADCC 491 tristate "Atmel Touchscreen Interface" |
492 depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45 | 492 depends on ARCH_AT91 |
493 help 494 Say Y here if you have a 4-wire touchscreen connected to the | 493 help 494 Say Y here if you have a 4-wire touchscreen connected to the |
495 ADC Controller on your Atmel SoC (such as the AT91SAM9RL). | 495 ADC Controller on your Atmel SoC. |
496 497 If unsure, say N. 498 499 To compile this driver as a module, choose M here: the 500 module will be called atmel_tsadcc. 501 502config TOUCHSCREEN_UCB1400 503 tristate "Philips UCB1400 touchscreen" --- 345 unchanged lines hidden --- | 496 497 If unsure, say N. 498 499 To compile this driver as a module, choose M here: the 500 module will be called atmel_tsadcc. 501 502config TOUCHSCREEN_UCB1400 503 tristate "Philips UCB1400 touchscreen" --- 345 unchanged lines hidden --- |