From e443631d20f595e342dd00a315e5263b393b4735 Mon Sep 17 00:00:00 2001 From: Vishnu Patekar Date: Mon, 26 Jan 2015 17:40:49 -0800 Subject: Input: serio - add support for Alwinner A10/A20 PS/2 controller This driver implements support for PS2 controller found on Allwinner A10, A20 SOCs. It has been tested on A20 Olimex-Lime2 board and also on A10. Signed-off-by: Vishnu Patekar Signed-off-by: Dmitry Torokhov --- drivers/input/serio/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/input/serio/Makefile') diff --git a/drivers/input/serio/Makefile b/drivers/input/serio/Makefile index 815d874fe724..c600089b7a34 100644 --- a/drivers/input/serio/Makefile +++ b/drivers/input/serio/Makefile @@ -29,3 +29,4 @@ obj-$(CONFIG_SERIO_ARC_PS2) += arc_ps2.o obj-$(CONFIG_SERIO_APBPS2) += apbps2.o obj-$(CONFIG_SERIO_OLPC_APSP) += olpc_apsp.o obj-$(CONFIG_HYPERV_KEYBOARD) += hyperv-keyboard.o +obj-$(CONFIG_SERIO_SUN4I_PS2) += sun4i-ps2.o -- cgit v1.2.3