aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorJonathan Richardson <jonathar@broadcom.com>2015-03-22 00:04:59 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-03-23 14:04:48 -0400
commitd5ae685f15307c85c6267c5a2be9ba3d70eb3297 (patch)
tree416649cd967241045d14bab40121ad9d7e51a5c8 /drivers/input/touchscreen/Kconfig
parent188933ac139a6f8ab06cad369bd0200af947b00d (diff)
Input: add Broadcom iProc touchscreen driver
Add initial version of the Broadcom touchscreen driver. Reviewed-by: Ray Jui <rjui@broadcom.com> Reviewed-by: Scott Branden <sbranden@broadcom.com> Tested-by: Scott Branden <sbranden@broadcom.com> Signed-off-by: Jonathan Richardson <jonathar@broadcom.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 1130c4059104..a1cfe16e9a81 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -324,6 +324,18 @@ config TOUCHSCREEN_ILI210X
324 To compile this driver as a module, choose M here: the 324 To compile this driver as a module, choose M here: the
325 module will be called ili210x. 325 module will be called ili210x.
326 326
327config TOUCHSCREEN_IPROC
328 tristate "IPROC touch panel driver support"
329 depends on ARCH_BCM_IPROC || COMPILE_TEST
330 help
331 Say Y here if you want to add support for the IPROC touch
332 controller to your system.
333
334 If unsure, say N.
335
336 To compile this driver as a module, choose M here: the
337 module will be called bcm_iproc_tsc.
338
327config TOUCHSCREEN_S3C2410 339config TOUCHSCREEN_S3C2410
328 tristate "Samsung S3C2410/generic touchscreen input driver" 340 tristate "Samsung S3C2410/generic touchscreen input driver"
329 depends on ARCH_S3C24XX || SAMSUNG_DEV_TS 341 depends on ARCH_S3C24XX || SAMSUNG_DEV_TS