diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-10-05 12:31:33 +0300 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2022-10-05 12:31:33 +0300 |
commit | d7ae8ff97e6243c09ac4ab8d737504224bd3475c (patch) | |
tree | e6af1544506b9d441498b0cc6b50d60f9dcfe5d0 /drivers/hid/Kconfig | |
parent | b0400ff2942a71b7cde2107786084ac38126519c (diff) | |
parent | acc3e34613da139643af2ce4ca7e7dadf07478d6 (diff) | |
download | linux-d7ae8ff97e6243c09ac4ab8d737504224bd3475c.tar.xz |
Merge branch 'for-6.1/rc-controllers' into for-linus
- Support for various RC controllers (Marcus Folkesson)
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index b2ab14d27640..b9adf714db35 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -454,6 +454,16 @@ config HID_VIEWSONIC help Support for ViewSonic/Signotec PD1011 signature pad. +config HID_VRC2 + tristate "VRC-2 Car Controller" + depends on HID + help + Support for VRC-2 which is a 2-axis controller often used in + car simulators. + + To compile this driver as a module, choose M here: the + module will be called hid-vrc2. + config HID_XIAOMI tristate "Xiaomi" help @@ -899,6 +909,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" help |