diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2008-05-07 11:15:02 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2008-05-16 15:06:20 -0400 |
commit | 885c316d776b64728b4ed30e3af60d23c9e46825 (patch) | |
tree | 70e7c2396691991bcfbbdbdc0631d14fc222744c /drivers/input/touchscreen/Kconfig | |
parent | 253b00f1e6619055d524188f254ccb951bffce5d (diff) |
Input: add support for SuperH MigoR touchscreen
This is V2 of the MigoR touch screen driver. The chip we interface to
is unfortunately a custom designed microcontroller speaking some
undocumented protocol over i2c.
The board specific code is expected to register this device as an i2c
chip using struct i2c_board_info [] and i2c_register_board_info().
[dtor@mail.ru: don't enable touchscreen if there are no users]
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 565ec711c2ee..2cb4df0e0a7b 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -146,6 +146,17 @@ config TOUCHSCREEN_PENMOUNT | |||
146 | To compile this driver as a module, choose M here: the | 146 | To compile this driver as a module, choose M here: the |
147 | module will be called penmount. | 147 | module will be called penmount. |
148 | 148 | ||
149 | config TOUCHSCREEN_MIGOR | ||
150 | tristate "Renesas MIGO-R touchscreen" | ||
151 | depends on SH_MIGOR && I2C | ||
152 | help | ||
153 | Say Y here to enable MIGO-R touchscreen support. | ||
154 | |||
155 | If unsure, say N. | ||
156 | |||
157 | To compile this driver as a module, choose M here: the | ||
158 | module will be called migor_ts. | ||
159 | |||
149 | config TOUCHSCREEN_TOUCHRIGHT | 160 | config TOUCHSCREEN_TOUCHRIGHT |
150 | tristate "Touchright serial touchscreen" | 161 | tristate "Touchright serial touchscreen" |
151 | select SERIO | 162 | select SERIO |