Kconfig (b43d2c1e9353814ce1716fff03d9223f40fa73b5) Kconfig (562b42d3ee305472e1b2ea31574c59925e95fd7e)
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.

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

38 select RMI4_2D_SENSOR
39 depends on RMI4_CORE
40 help
41 Say Y here if you want to add support for RMI4 function 12.
42
43 Function 12 provides 2D multifinger pointing for touchscreens and
44 touchpads. For sensors that support relative pointing, F12 also
45 provides mouse input.
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.

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

38 select RMI4_2D_SENSOR
39 depends on RMI4_CORE
40 help
41 Say Y here if you want to add support for RMI4 function 12.
42
43 Function 12 provides 2D multifinger pointing for touchscreens and
44 touchpads. For sensors that support relative pointing, F12 also
45 provides mouse input.
46
47config RMI4_F30
48 bool "RMI4 Function 30 (GPIO LED)"
49 depends on RMI4_CORE
50 help
51 Say Y here if you want to add support for RMI4 function 30.
52
53 Function 30 provides GPIO and LED support for RMI4 devices. This
54 includes support for buttons on TouchPads and ClickPads.