]> Git Repo - linux.git/commitdiff
HID: rmi: Add select RMI4_F3A in Kconfig
authorVincent Huang <[email protected]>
Wed, 16 Oct 2024 10:55:49 +0000 (10:55 +0000)
committerJiri Kosina <[email protected]>
Wed, 6 Nov 2024 16:23:54 +0000 (17:23 +0100)
Add `select RMI4_F3A` under `HID_RMI` in Kconfig to support buttons and GPIOs
on newer Synaptics HID RMI devices. Future devices will use F3A instead of F30,
but F30 is still selected for backward compatibility.

Signed-off-by: Vincent Huang <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
drivers/hid/Kconfig

index f8a56d6312425a2e4f2c466cfed43d2affdbea59..f2c4f9e89cac0138d001f55ffa3d02b5e6dfd0b9 100644 (file)
@@ -1096,6 +1096,7 @@ config HID_RMI
        select RMI4_F11
        select RMI4_F12
        select RMI4_F30
+       select RMI4_F3A
        help
        Support for Synaptics RMI4 touchpads.
        Say Y here if you have a Synaptics RMI4 touchpads over i2c-hid or usbhid
This page took 0.057872 seconds and 4 git commands to generate.