Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93223
b: refs/heads/master
c: dca98e9
h: refs/heads/master
i:
  93221: f775be6
  93219: d4de08f
  93215: 4fb34a4
v: v3
  • Loading branch information
Mark Brown authored and Dmitry Torokhov committed Apr 2, 2008
1 parent 9213bca commit 2e1f3ac
Show file tree
Hide file tree
Showing 4 changed files with 471 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: de22b9ef1020ffdb9e1ed6f4686e2e62eaeb0958
refs/heads/master: dca98e91fb83a43fc430893f349fd8248fa0ba38
9 changes: 9 additions & 0 deletions trunk/drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,15 @@ config TOUCHSCREEN_WM9712

If unsure, say N.

config TOUCHSCREEN_WM9713
bool "WM9713 Touchscreen interface support"
depends on TOUCHSCREEN_WM97XX
help
Say Y here if you have a Wolfson Microelectronics WM9713 touchscreen
controller connected to your system.

If unsure, say N.

config TOUCHSCREEN_USB_COMPOSITE
tristate "USB Touchscreen Driver"
depends on USB_ARCH_HAS_HCD
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 @@ -24,3 +24,4 @@ obj-$(CONFIG_TOUCHSCREEN_UCB1400) += ucb1400_ts.o
obj-$(CONFIG_TOUCHSCREEN_WM97XX) += wm97xx-ts.o
wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9705) += wm9705.o
wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9712) += wm9712.o
wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) += wm9713.o
Loading

0 comments on commit 2e1f3ac

Please sign in to comment.