aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorMarcus Folkesson <marcus.folkesson@gmail.com>2022-09-14 20:43:45 +0200
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2022-09-20 11:36:21 +0100
commitacc3e34613da139643af2ce4ca7e7dadf07478d6 (patch)
tree2b88ac355473bda8454a64dc9a5242f56d65edba /drivers/hid/Kconfig
parentHID: Add driver for VRC-2 Car Controller (diff)
downloadlinux-dev-acc3e34613da139643af2ce4ca7e7dadf07478d6.tar.xz
linux-dev-acc3e34613da139643af2ce4ca7e7dadf07478d6.zip
HID: Add driver for PhoenixRC Flight Controller
The PhoenixRC is a controller with 8 channels for use in flight simulators. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Link: https://lore.kernel.org/r/20220914184345.270456-1-marcus.folkesson@gmail.com
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index f051d29ae4f8..4cdc44da2abf 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -960,6 +960,15 @@ config PLAYSTATION_FF
Say Y here if you would like to enable force feedback support for
PlayStation game controllers.
+config HID_PXRC
+ tristate "PhoenixRC HID Flight Controller"
+ depends on HID
+ help
+ Support for PhoenixRC HID Flight Controller, a 8-axis flight controller.
+
+ To compile this driver as a module, choose M here: the
+ module will be called hid-pxrc.
+
config HID_RAZER
tristate "Razer non-fully HID-compliant devices"
depends on HID