aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/Makefile
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-10-18 09:18:13 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-10-18 09:33:31 -0700
commitfc58d12be416eb51932eec594667ca3181903b9e (patch)
tree71c7b4d4a8f314c48e10dae89060b80b88842899 /drivers/input/serio/Makefile
parentInput: wacom - properly enable runtime PM (diff)
downloadlinux-dev-fc58d12be416eb51932eec594667ca3181903b9e.tar.xz
linux-dev-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/Makefile')
-rw-r--r--drivers/input/serio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/serio/Makefile b/drivers/input/serio/Makefile
index 84c80bf7185e..dbbe37616c92 100644
--- a/drivers/input/serio/Makefile
+++ b/drivers/input/serio/Makefile
@@ -18,6 +18,7 @@ obj-$(CONFIG_SERIO_GSCPS2) += gscps2.o
obj-$(CONFIG_HP_SDC) += hp_sdc.o
obj-$(CONFIG_HIL_MLC) += hp_sdc_mlc.o hil_mlc.o
obj-$(CONFIG_SERIO_PCIPS2) += pcips2.o
+obj-$(CONFIG_SERIO_PS2MULT) += ps2mult.o
obj-$(CONFIG_SERIO_MACEPS2) += maceps2.o
obj-$(CONFIG_SERIO_LIBPS2) += libps2.o
obj-$(CONFIG_SERIO_RAW) += serio_raw.o