Kconfig (82264d0cf7aef2247563c031ff2ab96579d5d0cc) Kconfig (29fd0ec2bdbef6734fd4c39c23f61d9f030a66a0)
1#
2# RMI4 configuration
3#
4config RMI4_CORE
5 tristate "Synaptics RMI4 bus support"
6 help
7 Say Y here if you want to support the Synaptics RMI4 bus. This is
8 required for all RMI4 device support.

--- 60 unchanged lines hidden (view full) ---

69 bool "RMI4 Function 30 (GPIO LED)"
70 depends on RMI4_CORE
71 help
72 Say Y here if you want to add support for RMI4 function 30.
73
74 Function 30 provides GPIO and LED support for RMI4 devices. This
75 includes support for buttons on TouchPads and ClickPads.
76
1#
2# RMI4 configuration
3#
4config RMI4_CORE
5 tristate "Synaptics RMI4 bus support"
6 help
7 Say Y here if you want to support the Synaptics RMI4 bus. This is
8 required for all RMI4 device support.

--- 60 unchanged lines hidden (view full) ---

69 bool "RMI4 Function 30 (GPIO LED)"
70 depends on RMI4_CORE
71 help
72 Say Y here if you want to add support for RMI4 function 30.
73
74 Function 30 provides GPIO and LED support for RMI4 devices. This
75 includes support for buttons on TouchPads and ClickPads.
76
77config RMI4_F34
78 bool "RMI4 Function 34 (Device reflash)"
79 depends on RMI4_CORE
80 select FW_LOADER
81 help
82 Say Y here if you want to add support for RMI4 function 34.
83
84 Function 34 provides support for upgrading the firmware on the RMI4
85 device via the firmware loader interface. This is triggered using a
86 sysfs attribute.
87
77config RMI4_F54
78 bool "RMI4 Function 54 (Analog diagnostics)"
79 depends on RMI4_CORE
80 depends on VIDEO_V4L2=y || (RMI4_CORE=m && VIDEO_V4L2=m)
81 select VIDEOBUF2_VMALLOC
82 help
83 Say Y here if you want to add support for RMI4 function 54
84
85 Function 54 provides access to various diagnostic features in certain
86 RMI4 touch sensors.
88config RMI4_F54
89 bool "RMI4 Function 54 (Analog diagnostics)"
90 depends on RMI4_CORE
91 depends on VIDEO_V4L2=y || (RMI4_CORE=m && VIDEO_V4L2=m)
92 select VIDEOBUF2_VMALLOC
93 help
94 Say Y here if you want to add support for RMI4 function 54
95
96 Function 54 provides access to various diagnostic features in certain
97 RMI4 touch sensors.