diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2015-09-19 21:34:30 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-10-06 03:50:53 +0300 |
commit | c7efd123500b11568ce928a5cd91ad132ec36df5 (patch) | |
tree | f953fe7c1268f27a546e168338944eb059dde6e1 /drivers/input/touchscreen/Kconfig | |
parent | 33ca8ab97cbb676d11a4b026ad392c046893a6dc (diff) | |
download | linux-c7efd123500b11568ce928a5cd91ad132ec36df5.tar.xz |
Input: add support for ROHM BU21023/24 touchscreen
This adds support for ROHM BU21023/24 Dual touch resistive touchscreens.
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index eda89b6b7e11..771d95c11221 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -1077,4 +1077,15 @@ config TOUCHSCREEN_COLIBRI_VF50 To compile this driver as a module, choose M here: the module will be called colibri_vf50_ts. +config TOUCHSCREEN_ROHM_BU21023 + tristate "ROHM BU21023/24 Dual touch support resistive touchscreens" + depends on I2C + help + Say Y here if you have a touchscreen using ROHM BU21023/24. + + If unsure, say N. + + To compile this driver as a module, choose M here: the + module will be called bu21023_ts. + endif |