Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306601
b: refs/heads/master
c: eead75a
h: refs/heads/master
i:
  306599: e94ff2b
v: v3
  • Loading branch information
Ashish Jangam authored and Dmitry Torokhov committed Apr 30, 2012
1 parent 061a25d commit 6cf95ac
Show file tree
Hide file tree
Showing 4 changed files with 389 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df052676e534092138f8712c389aa7750d05ba15
refs/heads/master: eead75a2b4cd635ef2ba399018623358d67343cf
17 changes: 17 additions & 0 deletions trunk/drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,23 @@ config TOUCHSCREEN_DA9034
Say Y here to enable the support for the touchscreen found
on Dialog Semiconductor DA9034 PMIC.

If unsure, say N.

To compile this driver as a module, choose M here: the
module will be called da9034-ts.

config TOUCHSCREEN_DA9052
tristate "Dialog DA9052/DA9053 TSI"
depends on PMIC_DA9052
help
Say Y here to support the touchscreen found on Dialog Semiconductor
DA9052-BC and DA9053-AA/Bx PMICs.

If unsure, say N.

To compile this driver as a module, choose M here: the
module will be called da9052_tsi.

config TOUCHSCREEN_DYNAPRO
tristate "Dynapro serial touchscreen"
select SERIO
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/input/touchscreen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ obj-$(CONFIG_TOUCHSCREEN_CYTTSP_CORE) += cyttsp_core.o
obj-$(CONFIG_TOUCHSCREEN_CYTTSP_I2C) += cyttsp_i2c.o
obj-$(CONFIG_TOUCHSCREEN_CYTTSP_SPI) += cyttsp_spi.o
obj-$(CONFIG_TOUCHSCREEN_DA9034) += da9034-ts.o
obj-$(CONFIG_TOUCHSCREEN_DA9052) += da9052_tsi.o
obj-$(CONFIG_TOUCHSCREEN_DYNAPRO) += dynapro.o
obj-$(CONFIG_TOUCHSCREEN_HAMPSHIRE) += hampshire.o
obj-$(CONFIG_TOUCHSCREEN_GUNZE) += gunze.o
Expand Down
Loading

0 comments on commit 6cf95ac

Please sign in to comment.