File tree Expand file tree Collapse file tree 3 files changed +491
-0
lines changed
drivers/input/touchscreen Expand file tree Collapse file tree 3 files changed +491
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,19 @@ config TOUCHSCREEN_ADC
103
103
To compile this driver as a module, choose M here: the
104
104
module will be called resistive-adc-touch.ko.
105
105
106
+ config TOUCHSCREEN_APPLE_Z2
107
+ tristate "Apple Z2 touchscreens"
108
+ default ARCH_APPLE
109
+ depends on SPI
110
+ help
111
+ Say Y here if you have an Apple device with
112
+ a touchscreen or a touchbar.
113
+
114
+ If unsure, say N.
115
+
116
+ To compile this driver as a module, choose M here: the
117
+ module will be called apple_z2.
118
+
106
119
config TOUCHSCREEN_AR1021_I2C
107
120
tristate "Microchip AR1020/1021 i2c touchscreen"
108
121
depends on I2C && OF
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ obj-$(CONFIG_TOUCHSCREEN_AD7879_I2C) += ad7879-i2c.o
15
15
obj-$(CONFIG_TOUCHSCREEN_AD7879_SPI) += ad7879-spi.o
16
16
obj-$(CONFIG_TOUCHSCREEN_ADC) += resistive-adc-touch.o
17
17
obj-$(CONFIG_TOUCHSCREEN_ADS7846) += ads7846.o
18
+ obj-$(CONFIG_TOUCHSCREEN_APPLE_Z2) += apple_z2.o
18
19
obj-$(CONFIG_TOUCHSCREEN_AR1021_I2C) += ar1021_i2c.o
19
20
obj-$(CONFIG_TOUCHSCREEN_ATMEL_MXT) += atmel_mxt_ts.o
20
21
obj-$(CONFIG_TOUCHSCREEN_AUO_PIXCIR) += auo-pixcir-ts.o
You can’t perform that action at this time.
0 commit comments