diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2010-10-18 18:18:13 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-10-18 18:33:31 +0200 |
commit | fc58d12be416eb51932eec594667ca3181903b9e (patch) | |
tree | 71c7b4d4a8f314c48e10dae89060b80b88842899 /drivers/input/serio/Kconfig | |
parent | Input: wacom - properly enable runtime PM (diff) | |
download | linux-fc58d12be416eb51932eec594667ca3181903b9e.tar.xz linux-fc58d12be416eb51932eec594667ca3181903b9e.zip |
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 To compile this driver as a module, choose M here; the module will be called ams_delta_serio. +config SERIO_PS2MULT + tristate "TQC PS/2 multiplexer" + help + Say Y here if you have the PS/2 line multiplexer like the one + present on TQC boads. + + To compile this driver as a module, choose M here: the + module will be called ps2mult. + endif |