| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # RMI4 configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 99 | 100 | device via the firmware loader interface. This is triggered using a |
|---|
| 100 | 101 | sysfs attribute. |
|---|
| 101 | 102 | |
|---|
| 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 | + |
|---|
| 102 | 111 | config RMI4_F54 |
|---|
| 103 | 112 | bool "RMI4 Function 54 (Analog diagnostics)" |
|---|
| 104 | 113 | depends on VIDEO_V4L2=y || (RMI4_CORE=m && VIDEO_V4L2=m) |
|---|