diff options
author | Vincent Huang <vincenth@synaptics.com> | 2024-10-16 10:55:49 +0000 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2024-11-06 17:23:54 +0100 |
commit | ae117e622a9290354615a541a18b008442799ed5 (patch) | |
tree | 3c3d502c03b87c3d50aab835a5d6c54570d208fa /drivers/hid | |
parent | 49a397ad24ee5e2c53a59dada2780d7e71bd3f77 (diff) | |
download | lwn-ae117e622a9290354615a541a18b008442799ed5.tar.gz lwn-ae117e622a9290354615a541a18b008442799ed5.zip |
HID: rmi: Add select RMI4_F3A in Kconfig
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 <vincenth@synaptics.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index f8a56d631242..f2c4f9e89cac 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -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 |