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

Commit e460611b authored by Ravikanth Tuniki's avatar Ravikanth Tuniki
Browse files

input: touchscreen: Enable Novatek nt36xxx Module



Add Novatek Touch Driver as Module for Yupik GKI.

Change-Id: I93650e56f81b4facd6ad969008060a9e130b82e2
Signed-off-by: default avatarRavikanth Tuniki <rtunik@codeaurora.org>
parent 261ad0d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ CONFIG_TOUCHSCREEN_FTS=m
CONFIG_FTS_TRUSTED_TOUCH=y
CONFIG_TOUCHSCREEN_ATMEL_MXT=m
CONFIG_TOUCHSCREEN_SYNAPTICS_DSX=m
CONFIG_TOUCHSCREEN_NT36XXX=y
CONFIG_TOUCHSCREEN_NT36XXX=m
CONFIG_SPS=m
CONFIG_SPS_SUPPORT_NDP_BAM=y
# CONFIG_SPS_SUPPORT_BAMDMA is not set
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# Novatek NT36xxx touchscreen driver configuration
#
config TOUCHSCREEN_NT36XXX
	bool "Novatek NT36xxx"
	tristate "Novatek NT36xxx"
	help
	  Say Y here if you have a Novatek NT36xxx touchscreen connected
	  to your system.
+3 −1
Original line number Diff line number Diff line
@@ -5,4 +5,6 @@

# 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) += nvt_36xxx.o

nvt_36xxx-y := nt36xxx.o nt36xxx_fw_update.o nt36xxx_ext_proc.o nt36xxx_mp_ctrlram.o
+1 −0
Original line number Diff line number Diff line
@@ -1984,3 +1984,4 @@ late_initcall(nvt_driver_init);
module_exit(nvt_driver_exit);

MODULE_DESCRIPTION("Novatek Touchscreen Driver");
MODULE_LICENSE("GPL v2");