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

Commit 32cc1083 authored by Ravikanth Tuniki's avatar Ravikanth Tuniki Committed by Gerrit - the friendly Code Review server
Browse files

input: touchscreen: Enable new Novatek touch driver



Enable this new Novatek touch driver for internal projects.

Change-Id: I034b1dd40b685111b4f86fd9ffb0d354e2545115
Signed-off-by: default avatarRavikanth Tuniki <rtunik@codeaurora.org>
parent ffda1ab8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1353,4 +1353,6 @@ source "drivers/input/touchscreen/synaptics_tcm/Kconfig"

source "drivers/input/touchscreen/focaltech_touch/Kconfig"

source "drivers/input/touchscreen/nt36xxx/Kconfig"

endif
+1 −0
Original line number Diff line number Diff line
@@ -113,3 +113,4 @@ obj-$(CONFIG_TOUCHSCREEN_ST) += st/
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX) += synaptics_dsx/
obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_TCM)	+= synaptics_tcm/
obj-$(CONFIG_TOUCHSCREEN_FTS)	+= focaltech_touch/
obj-$(CONFIG_TOUCHSCREEN_NT36XXX)	+= nt36xxx/
+1 −2
Original line number Diff line number Diff line
@@ -2,9 +2,8 @@
#
# Novatek NT36xxx touchscreen driver configuration
#
config TOUCHSCREEN_NT36xxx
config TOUCHSCREEN_NT36XXX
	bool "Novatek NT36xxx"
	default y
	help
	  Say Y here if you have a Novatek NT36xxx touchscreen connected
	  to your system.
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@

# Each configuration option enables a list of files.

obj-$(CONFIG_TOUCHSCREEN_NT36xxx) += nt36xxx.o nt36xxx_fw_update.o nt36xxx_ext_proc.o nt36xxx_mp_ctrlram.o
obj-$(CONFIG_TOUCHSCREEN_NT36XXX) += nt36xxx.o nt36xxx_fw_update.o nt36xxx_ext_proc.o nt36xxx_mp_ctrlram.o
+0 −1
Original line number Diff line number Diff line
@@ -532,7 +532,6 @@ static int32_t nvt_read_fw_noise(int32_t *xdata)
	uint32_t y = 0;
	int32_t iArrayIndex = 0;
	int32_t frame_num = 0;
	uint32_t rawdata_diff_min_offset = 0;
#if TOUCH_KEY_NUM > 0
	int32_t k = 0;
#endif /* #if TOUCH_KEY_NUM > 0 */