blob: f73df2495fedf579ad23572017be2af7ff53363a [file] [log] [blame]
Andrew Duggan2b6a3212016-03-10 15:35:49 -08001#
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.
9
10 If unsure, say Y.
Andrew Dugganfdf51602016-03-10 15:44:27 -080011
12config RMI4_I2C
13 tristate "RMI4 I2C Support"
14 depends on RMI4_CORE && I2C
15 help
16 Say Y here if you want to support RMI4 devices connected to an I2C
17 bus.
18
19 If unsure, say Y.
Andrew Dugganff8f8372016-03-10 15:47:28 -080020
Andrew Duggan8d997582016-03-10 15:58:12 -080021config RMI4_SPI
22 tristate "RMI4 SPI Support"
23 depends on RMI4_CORE && SPI
24 help
25 Say Y here if you want to support RMI4 devices connected to a SPI
26 bus.
27
28 If unsure, say N.
29
Andrew Dugganff8f8372016-03-10 15:47:28 -080030config RMI4_2D_SENSOR
31 bool
32 depends on RMI4_CORE
33
34config RMI4_F11
35 bool "RMI4 Function 11 (2D pointing)"
36 select RMI4_2D_SENSOR
37 depends on RMI4_CORE
38 help
39 Say Y here if you want to add support for RMI4 function 11.
40
41 Function 11 provides 2D multifinger pointing for touchscreens and
42 touchpads. For sensors that support relative pointing, F11 also
43 provides mouse input.
Andrew Dugganb43d2c12016-03-10 15:55:29 -080044
45config RMI4_F12
46 bool "RMI4 Function 12 (2D pointing)"
47 select RMI4_2D_SENSOR
48 depends on RMI4_CORE
49 help
50 Say Y here if you want to add support for RMI4 function 12.
51
52 Function 12 provides 2D multifinger pointing for touchscreens and
53 touchpads. For sensors that support relative pointing, F12 also
54 provides mouse input.
Andrew Duggan562b42d2016-03-10 15:56:58 -080055
56config RMI4_F30
57 bool "RMI4 Function 30 (GPIO LED)"
58 depends on RMI4_CORE
59 help
60 Say Y here if you want to add support for RMI4 function 30.
61
62 Function 30 provides GPIO and LED support for RMI4 devices. This
63 includes support for buttons on TouchPads and ClickPads.