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

Commit 4c0e3fab authored by Jing Lin's avatar Jing Lin Committed by Chun Zhang
Browse files

input: touchscreen: enable bu21150 driver



Enable the touch AFE driver for Rohm bu21150.

Change-Id: I313e427d347f95d1d46f735078cef383c595d1da
Signed-off-by: default avatarJing Lin <jinglin@codeaurora.org>
parent 22b3215f
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -1022,4 +1022,26 @@ config TOUCHSCREEN_GT9XX

source "drivers/input/touchscreen/gt9xx/Kconfig"

config TOUCHSCREEN_BU21150
	tristate "JDI AFE BU21150"
	depends on SPI_MASTER
	help
	  This enables support for character device channel for
	  Rohm BU21150 Touch AFE.

	  Say Y here if you have a Rohm bu21150 AFE connected to
	  your system.

	  If unsure, say N.

config INPUT_MT_WRAPPER
	tristate "Input Multitouch Wrapper"
	help
	  This enables support for character device channel for
	  passing to the input system a multi-touch coordinates.

	  Say Y here if you want to enable the driver.

	  If unsure, say N.

endif
+2 −0
Original line number Diff line number Diff line
@@ -81,3 +81,5 @@ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_RMI4_DEV) += synaptics_rmi_dev.o
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_FW_UPDATE) 	+= synaptics_fw_update.o
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4)		+= synaptics_i2c_rmi4.o
obj-$(CONFIG_TOUCHSCREEN_GT9XX)		+= gt9xx/
obj-$(CONFIG_TOUCHSCREEN_BU21150)	+= bu21150.o
obj-$(CONFIG_INPUT_MT_WRAPPER)		+= input_mt_wrapper.o