Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7efd123 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Dmitry Torokhov
Browse files

Input: add support for ROHM BU21023/24 touchscreen



This adds support for ROHM BU21023/24 Dual touch resistive touchscreens.

Signed-off-by: default avatarYoichi Yuasa <yuasa@linux-mips.org>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 33ca8ab9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -88,3 +88,4 @@ obj-$(CONFIG_TOUCHSCREEN_SX8654) += sx8654.o
obj-$(CONFIG_TOUCHSCREEN_TPS6507X)	+= tps6507x-ts.o
obj-$(CONFIG_TOUCHSCREEN_ZFORCE)	+= zforce_ts.o
obj-$(CONFIG_TOUCHSCREEN_COLIBRI_VF50)	+= colibri-vf50-ts.o
obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023)	+= rohm_bu21023.o
+1218 −0

File added.

Preview size limit exceeded, changes collapsed.