aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/Makefile
diff options
context:
space:
mode:
authorJohn Linn <john.linn@xilinx.com>2008-07-07 16:17:48 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-07-07 16:19:56 -0400
commit1191828f8e6454ebb51da3e1da21912f1783e469 (patch)
treed76f6f08840dc6616477600ed42858b816b1f00e /drivers/input/serio/Makefile
parentInput: add driver for Tabletkiosk Sahara TouchIT-213 touchscreen (diff)
downloadlinux-dev-1191828f8e6454ebb51da3e1da21912f1783e469.tar.xz
linux-dev-1191828f8e6454ebb51da3e1da21912f1783e469.zip
Input: add new serio driver for Xilinx XPS PS2 IP
Added a new driver for Xilinx XPS PS2 IP. This driver is a flat driver to better match the Linux driver pattern. Signed-off-by: Sadanand <sadanan@xilinx.com> Signed-off-by: John Linn <john.linn@xilinx.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 38b886887cbc..9b6c8135955f 100644
--- a/drivers/input/serio/Makefile
+++ b/drivers/input/serio/Makefile
@@ -21,3 +21,4 @@ obj-$(CONFIG_SERIO_PCIPS2) += pcips2.o
obj-$(CONFIG_SERIO_MACEPS2) += maceps2.o
obj-$(CONFIG_SERIO_LIBPS2) += libps2.o
obj-$(CONFIG_SERIO_RAW) += serio_raw.o
+obj-$(CONFIG_SERIO_XILINX_XPS_PS2) += xilinx_ps2.o