23 lines
666 B
Text
23 lines
666 B
Text
|
#
|
||
|
# Samsung Electronics TOUCH driver configuration
|
||
|
#
|
||
|
|
||
|
config TOUCHSCREEN_SEC_TS
|
||
|
tristate "Samsung Electronics GED Touchscreen"
|
||
|
depends on I2C
|
||
|
help
|
||
|
Say Y here if you want support for SEC touchscreen controllers.
|
||
|
If unsure, say N.
|
||
|
|
||
|
To compile this driver as a module, choose M here: the
|
||
|
module will be called sec_ts.
|
||
|
|
||
|
config TOUCHSCREEN_SEC_TS_GLOVEMODE
|
||
|
tristate "Samsung Electronics Touchscreen"
|
||
|
depends on I2C
|
||
|
help
|
||
|
Say Y here if you have a Samsung Electronics Touchscreen and want to enable
|
||
|
support for the built-in touchscreen.
|
||
|
|
||
|
If unsure, say N.
|