aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/Makefile
diff options
context:
space:
mode:
authorMischa Jonker <mischa.jonker@synopsys.com>2012-10-22 22:48:08 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2012-10-22 22:48:32 -0700
commite4b290094603423623d3f268e054f40f3f51afa8 (patch)
tree807045898ab03b74419f668f4039ac9aadb9b241 /drivers/input/serio/Makefile
parentInput: edt-ft5x06 - convert to use simple_open() (diff)
downloadlinux-dev-e4b290094603423623d3f268e054f40f3f51afa8.tar.xz
linux-dev-e4b290094603423623d3f268e054f40f3f51afa8.zip
Input: serio - add ARC PS/2 driver
This adds support for the PS/2 block that is used in various ARC FPGA platforms. Signed-off-by: Mischa Jonker <mischa.jonker@synopsys.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
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 dbbe37616c92..4b0c8f84f1c1 100644
--- a/drivers/input/serio/Makefile
+++ b/drivers/input/serio/Makefile
@@ -25,3 +25,4 @@ obj-$(CONFIG_SERIO_RAW) += serio_raw.o
obj-$(CONFIG_SERIO_AMS_DELTA) += ams_delta_serio.o
obj-$(CONFIG_SERIO_XILINX_XPS_PS2) += xilinx_ps2.o
obj-$(CONFIG_SERIO_ALTERA_PS2) += altera_ps2.o
+obj-$(CONFIG_SERIO_ARC_PS2) += arc_ps2.o