diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-10-18 12:18:13 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-10-18 12:33:31 -0400 |
commit | fc58d12be416eb51932eec594667ca3181903b9e (patch) | |
tree | 71c7b4d4a8f314c48e10dae89060b80b88842899 /drivers/input/serio/Kconfig | |
parent | 62ecae09a01df507ef52e1bc90fc233a1978c60a (diff) |
Input: serio - add support for PS2Mult multiplexer protocol
PS2Mult is a simple serial protocol used for multiplexing several PS/2
streams into one serial data stream. It's used e.g. on TQM85xx series
of boards.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/serio/Kconfig')
-rw-r--r-- | drivers/input/serio/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index 3bfe8fafc6ad..6256233d2bfb 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig | |||
@@ -226,4 +226,13 @@ config SERIO_AMS_DELTA | |||
226 | To compile this driver as a module, choose M here; | 226 | To compile this driver as a module, choose M here; |
227 | the module will be called ams_delta_serio. | 227 | the module will be called ams_delta_serio. |
228 | 228 | ||
229 | config SERIO_PS2MULT | ||
230 | tristate "TQC PS/2 multiplexer" | ||
231 | help | ||
232 | Say Y here if you have the PS/2 line multiplexer like the one | ||
233 | present on TQC boads. | ||
234 | |||
235 | To compile this driver as a module, choose M here: the | ||
236 | module will be called ps2mult. | ||
237 | |||
229 | endif | 238 | endif |