From 3039b5f8df20c9dc97ca33fef58a94daf0b362eb Mon Sep 17 00:00:00 2001 From: "ramesh.chandrasekaran" Date: Fri, 9 Nov 2012 12:15:33 +0530 Subject: config: add config for snowball touchscreen Signed-off-by: ramesh.chandrasekaran --- drivers/input/touchscreen/Kconfig | 11 +++++++++++ drivers/input/touchscreen/Makefile | 1 + 2 files changed, 12 insertions(+) diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 1e7c563c090..489d3af549d 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -839,6 +839,17 @@ config TOUCHSCREEN_STMPE To compile this driver as a module, choose M here: the module will be called stmpe-ts. +config TOUCHSCREEN_STMT07 + tristate "STMicroelectronics STMT07 touchscreen controller" + depends on I2C + help + Say Y here if you want support for STMicroelectronics + STMT07 touchscreen controllers. + + To compile this driver as a module, choose M here: the + module will be called ftk. + + config TOUCHSCREEN_TPS6507X tristate "TPS6507x based touchscreens" depends on I2C diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index 175d641404c..9f5eeb09d57 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile @@ -49,6 +49,7 @@ obj-$(CONFIG_TOUCHSCREEN_PIXCIR) += pixcir_i2c_ts.o obj-$(CONFIG_TOUCHSCREEN_S3C2410) += s3c2410_ts.o obj-$(CONFIG_TOUCHSCREEN_ST1232) += st1232.o obj-$(CONFIG_TOUCHSCREEN_STMPE) += stmpe-ts.o +obj-$(CONFIG_TOUCHSCREEN_STMT07) += ftk.o obj-$(CONFIG_TOUCHSCREEN_TI_TSCADC) += ti_tscadc.o obj-$(CONFIG_TOUCHSCREEN_TNETV107X) += tnetv107x-ts.o obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI) += synaptics_i2c_rmi.o -- cgit v1.2.3