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

Commit 62878048 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: enable bu21150 driver"

parents 66caeb66 4c0e3fab
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