mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
16 lines
185 B
Plaintext
Executable File
16 lines
185 B
Plaintext
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
|
|
|
|
|