Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/linux...
[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