aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig77
1 files changed, 77 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 6c1b6ba..8c4ba2a 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -30,6 +30,17 @@ config TOUCHSCREEN_MELFAS
If unsure, say N.
+config TOUCHSCREEN_MELFAS_MMS
+ tristate "MELFAS touchscreen driver"
+ depends on I2C
+ help
+ Say Y here if you have a touchscreen interface using the
+ Melfas touchscreen controller(MMS series),
+ and your board-specific setup code includes that in its
+ table of I2C devices.
+
+ If unsure, say N.
+
config TOUCHSCREEN_MMS152
tristate "MELFAS MMS152 touchscreen driver"
depends on I2C
@@ -41,6 +52,17 @@ config TOUCHSCREEN_MMS152
To compile this driver as a module, choose M here: the
module will be called MMS152.
+config TOUCHSCREEN_MELFAS_NOTE
+ tristate "NOTE model MELFAS touchscreen driver"
+ depends on I2C
+ help
+ Say Y here if you have NOTE models MELFAS touchscreen.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called mms_ts_note.
+
config TOUCHSCREEN_88PM860X
tristate "Marvell 88PM860x touchscreen"
depends on MFD_88PM860X
@@ -140,6 +162,30 @@ config TOUCHSCREEN_ATMEL_MXT224_U1
To compile this driver as a module, choose M here: the
module will be called atmel_mxt224_u1_ts.
+config TOUCHSCREEN_ATMEL_MXT224_GRANDE
+ tristate "Atmel mXT I2C Touchscreen for GRANDE"
+ depends on I2C
+ help
+ Say Y here if you have Atmel mXT series I2C touchscreen,
+ such as AT42QT602240/ATMXT224, connected to your system.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called atmel_mxt224_u1_ts.
+
+config TOUCHSCREEN_ATMEL_MXT224S_GRANDE
+ tristate "Atmel mXT I2C Touchscreen for GRANDE"
+ depends on I2C
+ help
+ Say Y here if you have Atmel mXT series I2C touchscreen,
+ such as AT42QT602240/ATMXT224, connected to your system.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called atmel_mxt224_u1_ts.
+
config TOUCHSCREEN_ATMEL_MXT224_GC
tristate "Atmel mXT I2C Touchscreen for GALAXY CAMERA"
depends on I2C
@@ -912,12 +958,43 @@ config TOUCHSCREEN_SYNAPTICS_S7301
To compile this driver as a module, choose M here: the
module will be called melfas_ts.
+config TOUCHSCREEN_CYTTSP4
+ tristate "Cypress GEN4 Touchscreen Interface"
+ depends on I2C
+ help
+ Say Y her if you want support for Cypress GEN4
+ touchcreen controllers.
+
+ To compile this driver as a module, shoose M here: the
+ module will be called cyttsp4.
+
config SEC_TOUCHSCREEN_DVFS_LOCK
tristate "SEC AP dvfs control"
depends on CPU_FREQ
help
Say Y here if you want support for lock the cpu frequency.
+config KEYPAD_MELFAS_TOUCH
+ tristate "Melfas touch keypad support"
+ default n
+ help
+ Say Y here if you want to use the Cypress touch keypad.
+
+ To compile this driver as a module, choose M here: the
+ module will be called melfas_touchkey.
+
+config TOUCHSCREEN_ATMEL_MXT540S
+ tristate "Atmel mXT 540S I2C Touchscreen"
+ depends on I2C
+ help
+ Say Y here if you have Atmel mXT series I2C touchscreen,
+ such as ATMEL MXT540S, connected to your system.
+
+ If unsure, say N.
+
+ To compile this driver as a module, choose M here: the
+ module will be called mxt540s.
+
source "drivers/input/touchscreen/wacom/Kconfig"
endif