Merge remote-tracking branch 'origin/upstream/linux-linaro-lsk-v3.10-android' into...
[firefly-linux-kernel-4.4.55.git] / drivers / input / ts / Kconfig
1 #
2 # all auto touch screen drivers configuration
3 #
4
5 menuconfig TS_AUTO
6         bool "auto touch screen driver support"
7         default n       
8
9 if TS_AUTO
10
11 source "drivers/input/ts/chips/Kconfig"
12
13 endif
14
15