aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2008-04-02 00:51:21 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-04-02 00:51:21 -0400
commit9448cefc6689aa51f1cd1cfe8b701dc94789c7ee (patch)
treed6257aad45a5aae857622122dcc9fe8cb1c0380a /drivers/input/touchscreen/Kconfig
parentfebf1dff119ef27ee22a54d40f284d2454f00d8d (diff)
Input: WM97xx - add chip driver for WM9705 touchscreen
Signed-off-by: Liam Girdwood <liam.girdwood@wolfsonmicro.com> Signed-off-by: Graeme Gregory <gg@opensource.wolfsonmicro.com> Signed-off-by: Mike Arthur <mike.arthur@wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r--drivers/input/touchscreen/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index a95a87cd1d59..4939a96d12b9 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -199,6 +199,15 @@ config TOUCHSCREEN_WM97XX
199 To compile this driver as a module, choose M here: the 199 To compile this driver as a module, choose M here: the
200 module will be called wm97xx-ts. 200 module will be called wm97xx-ts.
201 201
202config TOUCHSCREEN_WM9705
203 bool "WM9705 Touchscreen interface support"
204 depends on TOUCHSCREEN_WM97XX
205 help
206 Say Y here if you have a Wolfson Microelectronics WM9705
207 touchscreen controller connected to your system.
208
209 If unsure, say N.
210
202config TOUCHSCREEN_USB_COMPOSITE 211config TOUCHSCREEN_USB_COMPOSITE
203 tristate "USB Touchscreen Driver" 212 tristate "USB Touchscreen Driver"
204 depends on USB_ARCH_HAS_HCD 213 depends on USB_ARCH_HAS_HCD