diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2022-09-14 20:43:45 +0200 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-09-20 11:36:21 +0100 |
commit | acc3e34613da139643af2ce4ca7e7dadf07478d6 (patch) | |
tree | 2b88ac355473bda8454a64dc9a5242f56d65edba /drivers/hid/Kconfig | |
parent | 2c5e8e61402557119a086a994d2be06a535f5f30 (diff) | |
download | linux-acc3e34613da139643af2ce4ca7e7dadf07478d6.tar.gz |
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/Kconfig | 9 |
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 |