hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/input/rmi4/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # RMI4 configuration
34 #
....@@ -99,6 +100,14 @@
99100 device via the firmware loader interface. This is triggered using a
100101 sysfs attribute.
101102
103
+config RMI4_F3A
104
+ bool "RMI4 Function 3A (GPIO)"
105
+ help
106
+ Say Y here if you want to add support for RMI4 function 3A.
107
+
108
+ Function 3A provides GPIO support for RMI4 devices. This includes
109
+ support for buttons on TouchPads and ClickPads.
110
+
102111 config RMI4_F54
103112 bool "RMI4 Function 54 (Analog diagnostics)"
104113 depends on VIDEO_V4L2=y || (RMI4_CORE=m && VIDEO_V4L2=m)