Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143151
b: refs/heads/master
c: b4be468
h: refs/heads/master
i:
  143149: 764933d
  143147: 2469724
  143143: c7087cf
  143135: 40b5b2d
v: v3
  • Loading branch information
Michael Hennerich authored and Dmitry Torokhov committed Mar 10, 2009
1 parent 64d4e0e commit 67e55d6
Show file tree
Hide file tree
Showing 5 changed files with 851 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: 331b78ed300d9b37bd42dbc8b19f6277151a0dfa
refs/heads/master: b4be468cc1e65110d9144751bf7079dad6f142b7
32 changes: 32 additions & 0 deletions trunk/drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,38 @@ config TOUCHSCREEN_AD7877
To compile this driver as a module, choose M here: the
module will be called ad7877.

config TOUCHSCREEN_AD7879_I2C
tristate "AD7879 based touchscreens: AD7879-1 I2C Interface"
depends on I2C
select TOUCHSCREEN_AD7879
help
Say Y here if you have a touchscreen interface using the
AD7879-1 controller, and your board-specific initialization
code includes that in its table of I2C devices.

If unsure, say N (but it's safe to say "Y").

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

config TOUCHSCREEN_AD7879_SPI
tristate "AD7879 based touchscreens: AD7879 SPI Interface"
depends on SPI_MASTER && TOUCHSCREEN_AD7879_I2C = n
select TOUCHSCREEN_AD7879
help
Say Y here if you have a touchscreen interface using the
AD7879 controller, and your board-specific initialization
code includes that in its table of SPI devices.

If unsure, say N (but it's safe to say "Y").

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

config TOUCHSCREEN_AD7879
tristate
default n

config TOUCHSCREEN_BITSY
tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
depends on SA1100_BITSY
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 @@ -7,6 +7,7 @@
wm97xx-ts-y := wm97xx-core.o

obj-$(CONFIG_TOUCHSCREEN_AD7877) += ad7877.o
obj-$(CONFIG_TOUCHSCREEN_AD7879) += ad7879.o
obj-$(CONFIG_TOUCHSCREEN_ADS7846) += ads7846.o
obj-$(CONFIG_TOUCHSCREEN_ATMEL_TSADCC) += atmel_tsadcc.o
obj-$(CONFIG_TOUCHSCREEN_BITSY) += h3600_ts_input.o
Expand Down
Loading

0 comments on commit 67e55d6

Please sign in to comment.