mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-13 00:50:39 +09: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
|
|
|
|
|