aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/Kconfig
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2021-01-24 20:53:53 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2021-01-24 21:16:21 -0800
commit3bdffa8ffb45c4f217d31a9250e90432ac31b35e (patch)
tree89a31859251bc98d28cb4ea7516652aeb2bfbf56 /drivers/input/joystick/Kconfig
parentInput: iqs5xx - allow device to be a wake-up source (diff)
downloadlinux-dev-3bdffa8ffb45c4f217d31a9250e90432ac31b35e.tar.xz
linux-dev-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/Kconfig')
-rw-r--r--drivers/input/joystick/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig
index b080f0cfb068..5e38899058c1 100644
--- a/drivers/input/joystick/Kconfig
+++ b/drivers/input/joystick/Kconfig
@@ -382,4 +382,11 @@ config JOYSTICK_FSIA6B
To compile this driver as a module, choose M here: the
module will be called fsia6b.
+config JOYSTICK_N64
+ bool "N64 controller"
+ depends on MACH_NINTENDO64
+ help
+ Say Y here if you want enable support for the four
+ built-in controller ports on the Nintendo 64 console.
+
endif