diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-04-02 00:51:46 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-04-02 00:51:46 -0400 |
commit | 4db8a5f21e5149e09949516eef98b78b68880075 (patch) | |
tree | 4789c01b57125460881158b2e3179efa1e8fea4a /drivers/input/touchscreen/Kconfig | |
parent | dca98e91fb83a43fc430893f349fd8248fa0ba38 (diff) |
Input: WM97xx - add support for streaming mode on Mainstone
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/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index f6e8dad9726b..565ec711c2ee 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -226,6 +226,18 @@ config TOUCHSCREEN_WM9713 | |||
226 | 226 | ||
227 | If unsure, say N. | 227 | If unsure, say N. |
228 | 228 | ||
229 | config TOUCHSCREEN_WM97XX_MAINSTONE | ||
230 | tristate "WM97xx Mainstone accelerated touch" | ||
231 | depends on TOUCHSCREEN_WM97XX && ARCH_PXA | ||
232 | help | ||
233 | Say Y here for support for streaming mode with WM97xx touchscreens | ||
234 | on Mainstone systems. | ||
235 | |||
236 | If unsure, say N. | ||
237 | |||
238 | To compile this driver as a module, choose M here: the | ||
239 | module will be called mainstone-wm97xx. | ||
240 | |||
229 | config TOUCHSCREEN_USB_COMPOSITE | 241 | config TOUCHSCREEN_USB_COMPOSITE |
230 | tristate "USB Touchscreen Driver" | 242 | tristate "USB Touchscreen Driver" |
231 | depends on USB_ARCH_HAS_HCD | 243 | depends on USB_ARCH_HAS_HCD |