diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-02-22 10:41:06 +0100 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-02-22 10:41:06 +0100 |
commit | b838d36fa73c1584d814f08c3a6d4b9582418a02 (patch) | |
tree | e63e14ddd6afb977b6a8db86dcd5415f7c41bbe4 /drivers/hid/Kconfig | |
parent | 52bb0598b3ed50c7e729f4a2c8006c60931f5e6e (diff) | |
parent | 9cd61c8179781344315c2a9816977ea415c5459e (diff) |
Merge branch 'for-6.3/steam' into for-linus
Add Steam Deck support (Vicki Pfau)
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 757a6fe8594a..3fa0fa75ce7a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1025,13 +1025,21 @@ config HID_SPEEDLINK Support for Speedlink Vicious and Divine Cezanne mouse. config HID_STEAM - tristate "Steam Controller support" + tristate "Steam Controller/Deck support" select POWER_SUPPLY help - Say Y here if you have a Steam Controller if you want to use it + Say Y here if you have a Steam Controller or Deck if you want to use it without running the Steam Client. It supports both the wired and the wireless adaptor. +config STEAM_FF + bool "Steam Deck force feedback support" + depends on HID_STEAM + select INPUT_FF_MEMLESS + help + Say Y here if you want to enable force feedback support for the Steam + Deck. + config HID_STEELSERIES tristate "Steelseries SRW-S1 steering wheel support" help |