summaryrefslogtreecommitdiff
path: root/drivers/input/joystick/Makefile
diff options
context:
space:
mode:
authorFabien Marteau <fabien.marteau@armadeus.com>2011-01-10 22:01:13 +0300
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2011-01-10 22:01:43 +0300
commit9d084a3d5dffd076a9a006164ea0dbd9c495f2b0 (patch)
treebd711a382df8653bb87bbac7f6fbd55044268462 /drivers/input/joystick/Makefile
parent048fc018c81d2acd86db2c3d1e226ea28f646729 (diff)
downloadlinux-9d084a3d5dffd076a9a006164ea0dbd9c495f2b0.tar.xz
Input: add Austria Microsystem AS5011 joystick driver
This is driver for EasyPoint AS5011 2 axis joystick chip. This chip is plugged on an I2C bus. Tested on ARM processor (i.MX27). Signed-off-by: Fabien Marteau <fabien.marteau@armadeus.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/joystick/Makefile')
-rw-r--r--drivers/input/joystick/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/joystick/Makefile b/drivers/input/joystick/Makefile
index f3a8cbe2abb6..92dc0de9dfed 100644
--- a/drivers/input/joystick/Makefile
+++ b/drivers/input/joystick/Makefile
@@ -7,6 +7,7 @@
obj-$(CONFIG_JOYSTICK_A3D) += a3d.o
obj-$(CONFIG_JOYSTICK_ADI) += adi.o
obj-$(CONFIG_JOYSTICK_AMIGA) += amijoy.o
+obj-$(CONFIG_JOYSTICK_AS5011) += as5011.o
obj-$(CONFIG_JOYSTICK_ANALOG) += analog.o
obj-$(CONFIG_JOYSTICK_COBRA) += cobra.o
obj-$(CONFIG_JOYSTICK_DB9) += db9.o