aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/Kconfig
diff options
context:
space:
mode:
authorMarkus Koch <markus@notsyncing.net>2019-07-21 20:20:28 +0300
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-07-22 07:35:24 +0300
commit5d4b45a1dd7b00feab57624035dcdbc1bab2e0f8 (patch)
treeafd3c89c5f90da97e916ee6f477c562fec081b0e /drivers/input/joystick/Kconfig
parentInput: alps - fix a mismatch between a condition check and its comment (diff)
downloadlinux-dev-5d4b45a1dd7b00feab57624035dcdbc1bab2e0f8.tar.xz
linux-dev-5d4b45a1dd7b00feab57624035dcdbc1bab2e0f8.zip
Input: add support for the FlySky FS-iA6B RC receiver
This patch adds support for the FlySky FS-iA6B RC receiver (serial IBUS). It allows the usage of the FlySky FS-i6 and other AFHDS compliant remote controls as a joystick input device. To use it, a patch to inputattach which adds the FS-iA6B as a 115200 baud serial device is required. I will upstream it after this patch is merged. More information about the hardware can be found here: https://notsyncing.net/?p=blog&b=2018.linux-fsia6b Signed-off-by: Markus Koch <markus@notsyncing.net> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/joystick/Kconfig')
-rw-r--r--drivers/input/joystick/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig
index 72b932901d00..312b854b5506 100644
--- a/drivers/input/joystick/Kconfig
+++ b/drivers/input/joystick/Kconfig
@@ -362,4 +362,14 @@ config JOYSTICK_PXRC
To compile this driver as a module, choose M here: the
module will be called pxrc.
+config JOYSTICK_FSIA6B
+ tristate "FlySky FS-iA6B RC Receiver"
+ select SERIO
+ help
+ Say Y here if you use a FlySky FS-i6 RC remote control along with the
+ FS-iA6B RC receiver as a joystick input device.
+
+ To compile this driver as a module, choose M here: the
+ module will be called fsia6b.
+
endif