aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/Makefile
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2013-02-25 22:51:37 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-03-12 08:50:06 -0700
commitb4a034dab147776eab8eb8b2997ea16ef0e32c17 (patch)
tree388c852578f521d2695c30a4a2d2d46e897d972d /drivers/input/serio/Makefile
parentInput: auo-pixcir-ts - switch to using managed resources (diff)
downloadlinux-dev-b4a034dab147776eab8eb8b2997ea16ef0e32c17.tar.xz
linux-dev-b4a034dab147776eab8eb8b2997ea16ef0e32c17.zip
Input: add support for GRLIB APBPS2 PS/2 Keyboard/Mouse
APBPS2 is a PS/2 core part of GRLIB found in SPARC32/LEON products. Signed-off-by: Daniel Hellstrom <daniel@gaisler.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 4b0c8f84f1c1..8edb36c2cdb4 100644
--- a/drivers/input/serio/Makefile
+++ b/drivers/input/serio/Makefile
@@ -26,3 +26,4 @@ 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
+obj-$(CONFIG_SERIO_APBPS2) += apbps2.o