15 lines
185 B
Text
Executable file
15 lines
185 B
Text
Executable file
#
|
|
# all auto touch screen drivers configuration
|
|
#
|
|
|
|
menuconfig TS_AUTO
|
|
bool "auto touch screen driver support"
|
|
default n
|
|
|
|
if TS_AUTO
|
|
|
|
source "drivers/input/ts/chips/Kconfig"
|
|
|
|
endif
|
|
|
|
|