-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathKconfig
51 lines (39 loc) · 1.25 KB
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#
# Goodix GT9xx Touchscreen driver
#
config GT9XX_TOUCHPANEL_DRIVER
tristate "Goodix GT9xx touchpanel driver"
depends on TOUCHSCREEN_GT9XX_IIC
default n
help
This is the main file for touchpanel driver for Goodix GT9xx
touchscreens.
Say Y here if you have a Goodix GT9xx touchscreen connected
to your system.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called gt9xx_update.
config GT9XX_TOUCHPANEL_UPDATE
tristate "Goodix GT9xx touchpanel auto update support"
depends on GT9XX_TOUCHPANEL_DRIVER
default n
help
This enables support for firmware update for Goodix GT9xx
touchscreens.
Say Y here if you have a Goodix GT9xx touchscreen connected
to your system.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called gt9xx_update.
config GT9XX_TOUCHPANEL_DEBUG
tristate "Goodix GT9xx Tools for debuging"
depends on GT9XX_TOUCHPANEL_DRIVER
default n
help
This is application debug interface support for Goodix GT9xx
touchscreens.
Say Y here if you want to have a Android app debug interface
to your system.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called gt9xx_update.