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

Commit c40f49e1 authored by Lipsa Rout's avatar Lipsa Rout
Browse files

input: touchscreen: synaptics_tcm: Disable reflash & recovery modules



This patch disables optional modules synaptics_tcm_reflash and
synaptics_tcm_recovery to achieve memory savings on low memory platforms.

Change-Id: I930fbebaec9ddd645344ca0fec723a103a572b27
Signed-off-by: default avatarLipsa Rout <lrout@codeaurora.org>
parent f03998e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ config TOUCHSCREEN_SYNAPTICS_TCM_TESTING
config TOUCHSCREEN_SYNAPTICS_TCM_REFLASH
	tristate "Synaptics TCM reflash module"
	depends on TOUCHSCREEN_SYNAPTICS_TCM_CORE
	default y
	default N
	help
	  Say Y here to enable support for reflash functionality.

@@ -101,7 +101,7 @@ config TOUCHSCREEN_SYNAPTICS_TCM_REFLASH
config TOUCHSCREEN_SYNAPTICS_TCM_RECOVERY
	tristate "Synaptics TCM recovery module"
	depends on TOUCHSCREEN_SYNAPTICS_TCM_CORE
	default y
	default N
	help
	  Say Y here to enable support for recovery functionality.