12 lines
251 B
Text
12 lines
251 B
Text
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
#
|
||
|
# SLSI TOUCH driver configuration
|
||
|
#
|
||
|
|
||
|
config TOUCHSCREEN_SLSI
|
||
|
tristate "SLSI Touchscreen"
|
||
|
depends on I2C
|
||
|
help
|
||
|
Say Y here if you want support for SEC touchscreen controllers.
|
||
|
If unsure, say N.
|