Loading drivers/input/touchscreen/Kconfig +14 −0 Original line number Diff line number Diff line Loading @@ -1312,4 +1312,18 @@ config TOUCHSCREEN_ST source "drivers/input/touchscreen/st/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_dsx. source "drivers/input/touchscreen/synaptics_dsx/Kconfig" endif drivers/input/touchscreen/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -110,3 +110,4 @@ obj-$(CONFIG_TOUCHSCREEN_ZFORCE) += zforce_ts.o obj-$(CONFIG_TOUCHSCREEN_COLIBRI_VF50) += colibri-vf50-ts.o obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023) += rohm_bu21023.o obj-$(CONFIG_TOUCHSCREEN_ST) += st/ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX) += synaptics_dsx/ Loading
drivers/input/touchscreen/Kconfig +14 −0 Original line number Diff line number Diff line Loading @@ -1312,4 +1312,18 @@ config TOUCHSCREEN_ST source "drivers/input/touchscreen/st/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_dsx. source "drivers/input/touchscreen/synaptics_dsx/Kconfig" endif
drivers/input/touchscreen/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -110,3 +110,4 @@ obj-$(CONFIG_TOUCHSCREEN_ZFORCE) += zforce_ts.o obj-$(CONFIG_TOUCHSCREEN_COLIBRI_VF50) += colibri-vf50-ts.o obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023) += rohm_bu21023.o obj-$(CONFIG_TOUCHSCREEN_ST) += st/ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_DSX) += synaptics_dsx/