Loading drivers/input/touchscreen/Kconfig +14 −0 Original line number Diff line number Diff line Loading @@ -1328,4 +1328,18 @@ config TOUCHSCREEN_SYNAPTICS_TCM source "drivers/input/touchscreen/synaptics_tcm/Kconfig" config TOUCHSCREEN_SYNAPTICS_DSX bool "Synaptics DSX Touchscreen Driver" depends on I2C default y help Say Y here if you have a Synaptics Touchscreen. If unsure, say N. To compile this driver as a module, choose M here: the module will be called synaptics_tcm. source "drivers/input/touchscreen/synaptics_dsx/Kconfig" endif drivers/input/touchscreen/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -113,3 +113,4 @@ obj-$(CONFIG_TOUCHSCREEN_IQS5XX) += iqs5xx.o obj-$(CONFIG_TOUCHSCREEN_ST) += st/ obj-$(CONFIG_TOUCHSCREEN_FTS) += focaltech_touch/ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_TCM) += synaptics_tcm/ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX) += synaptics_dsx/ Loading
drivers/input/touchscreen/Kconfig +14 −0 Original line number Diff line number Diff line Loading @@ -1328,4 +1328,18 @@ config TOUCHSCREEN_SYNAPTICS_TCM source "drivers/input/touchscreen/synaptics_tcm/Kconfig" config TOUCHSCREEN_SYNAPTICS_DSX bool "Synaptics DSX Touchscreen Driver" depends on I2C default y help Say Y here if you have a Synaptics Touchscreen. If unsure, say N. To compile this driver as a module, choose M here: the module will be called synaptics_tcm. source "drivers/input/touchscreen/synaptics_dsx/Kconfig" endif
drivers/input/touchscreen/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -113,3 +113,4 @@ obj-$(CONFIG_TOUCHSCREEN_IQS5XX) += iqs5xx.o obj-$(CONFIG_TOUCHSCREEN_ST) += st/ obj-$(CONFIG_TOUCHSCREEN_FTS) += focaltech_touch/ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_TCM) += synaptics_tcm/ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX) += synaptics_dsx/