mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 14:02:06 -04:00
Input: apple_z2 - add a driver for Apple Z2 touchscreens
Adds a driver for Apple touchscreens using the Z2 protocol. Signed-off-by: Janne Grunau <j@jannau.net> Reviewed-by: Neal Gompa <neal@gompa.dev> Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Link: https://lore.kernel.org/r/20250217-z2-v6-2-c2115d6e5a8f@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
committed by
Dmitry Torokhov
parent
ed872cea14
commit
471a92f8a2
@@ -103,6 +103,19 @@ config TOUCHSCREEN_ADC
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called resistive-adc-touch.ko.
|
||||
|
||||
config TOUCHSCREEN_APPLE_Z2
|
||||
tristate "Apple Z2 touchscreens"
|
||||
default ARCH_APPLE
|
||||
depends on SPI
|
||||
help
|
||||
Say Y here if you have an Apple device with
|
||||
a touchscreen or a touchbar.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
To compile this driver as a module, choose M here: the
|
||||
module will be called apple_z2.
|
||||
|
||||
config TOUCHSCREEN_AR1021_I2C
|
||||
tristate "Microchip AR1020/1021 i2c touchscreen"
|
||||
depends on I2C && OF
|
||||
|
||||
Reference in New Issue
Block a user