aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/joystick/Makefile
diff options
context:
space:
mode:
authorGravatar Lauri Kasanen <cand@gmx.com> 2021-01-24 20:53:53 -0800
committerGravatar Dmitry Torokhov <dmitry.torokhov@gmail.com> 2021-01-24 21:16:21 -0800
commit3bdffa8ffb45c4f217d31a9250e90432ac31b35e (patch)
tree89a31859251bc98d28cb4ea7516652aeb2bfbf56 /drivers/input/joystick/Makefile
parentInput: iqs5xx - allow device to be a wake-up source (diff)
downloadlinux-3bdffa8ffb45c4f217d31a9250e90432ac31b35e.tar.gz
linux-3bdffa8ffb45c4f217d31a9250e90432ac31b35e.tar.bz2
linux-3bdffa8ffb45c4f217d31a9250e90432ac31b35e.zip
Input: Add N64 controller driver
This adds support for the four built-in controller ports on the Nintendo 64 console. The N64 controller includes an analog stick, a d-pad, and several buttons. No module support as the target has only 8mb ram. Signed-off-by: Lauri Kasanen <cand@gmx.com> Link: https://lore.kernel.org/r/20210115133408.0acd70163b582b77ad0a029b@gmx.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/joystick/Makefile')
-rw-r--r--drivers/input/joystick/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/joystick/Makefile b/drivers/input/joystick/Makefile
index 58232b3057d3..31d720c9e493 100644
--- a/drivers/input/joystick/Makefile
+++ b/drivers/input/joystick/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_JOYSTICK_INTERACT) += interact.o
obj-$(CONFIG_JOYSTICK_JOYDUMP) += joydump.o
obj-$(CONFIG_JOYSTICK_MAGELLAN) += magellan.o
obj-$(CONFIG_JOYSTICK_MAPLE) += maplecontrol.o
+obj-$(CONFIG_JOYSTICK_N64) += n64joy.o
obj-$(CONFIG_JOYSTICK_PSXPAD_SPI) += psxpad-spi.o
obj-$(CONFIG_JOYSTICK_PXRC) += pxrc.o
obj-$(CONFIG_JOYSTICK_SIDEWINDER) += sidewinder.o
@@ -37,4 +38,3 @@ obj-$(CONFIG_JOYSTICK_WARRIOR) += warrior.o
obj-$(CONFIG_JOYSTICK_WALKERA0701) += walkera0701.o
obj-$(CONFIG_JOYSTICK_XPAD) += xpad.o
obj-$(CONFIG_JOYSTICK_ZHENHUA) += zhenhua.o
-