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

Commit c69e8796 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: synaptics_dsx: move read write buffer to heap"

parents 8145a2fc d9e1ba1f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -856,6 +856,17 @@ config TOUCHSCREEN_WM97XX_ZYLONITE
	  To compile this driver as a module, choose M here: the
	  module will be called zylonite-wm97xx.

config SECURE_TOUCH_SYNAPTICS_DSX
	bool "Secure Touch"
	depends on TOUCHSCREEN_SYNAPTICS_DSX_I2C
	help
	  Say Y here to enable Secure Touch in supported driver.

	  If unsure, say N.

	  To compile the supported driver with Secure Touch enabled,
	  choose M here.

config TOUCHSCREEN_USB_COMPOSITE
	tristate "USB Touchscreen Driver"
	depends on USB_ARCH_HAS_HCD
+420 −111

File changed.

Preview size limit exceeded, changes collapsed.

+41 −0

File changed.

Preview size limit exceeded, changes collapsed.

+97 −63

File changed.

Preview size limit exceeded, changes collapsed.

+82 −5

File changed.

Preview size limit exceeded, changes collapsed.

Loading