diff options
author | Martin Kepplinger <martin.kepplinger@ginzinger.com> | 2017-04-14 19:14:06 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-04-14 19:17:04 +0200 |
commit | 021cbc1edadf466d088da1345264e1840c6665d3 (patch) | |
tree | 12381256fac1d48121cd1daf467b44ec924eac0c /drivers/input/touchscreen/Kconfig | |
parent | Input: ar1021_i2c - do not force raising edge IRQ trigger (diff) | |
download | linux-021cbc1edadf466d088da1345264e1840c6665d3.tar.xz linux-021cbc1edadf466d088da1345264e1840c6665d3.zip |
Input: ar1021_i2c - highlight support for AR1020
ar1021_i2c also supports the ar1020 device I'm using. This is tested.
They also share the same datasheet:
http://ww1.microchip.com/downloads/en/DeviceDoc/40001393C.pdf
So let users see that they have a compatible in front of them by adding
AR1020 to the driver's description.
Signed-off-by: Martin Kepplinger <martin.kepplinger@ginzinger.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 6515e649e204..e3c5112505e4 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -93,11 +93,11 @@ config TOUCHSCREEN_AD7879_SPI module will be called ad7879-spi. config TOUCHSCREEN_AR1021_I2C - tristate "Microchip AR1021 i2c touchscreen" + tristate "Microchip AR1020/1021 i2c touchscreen" depends on I2C && OF help - Say Y here if you have the Microchip AR1021 touchscreen controller - chip in your system. + Say Y here if you have the Microchip AR1020 or AR1021 touchscreen + controller chip in your system. If unsure, say N. |