Andrew Duggan | 2b6a321 | 2016-03-10 15:35:49 -0800 | [diff] [blame] | 1 | # |
| 2 | # RMI4 configuration |
| 3 | # |
| 4 | config 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 Duggan | fdf5160 | 2016-03-10 15:44:27 -0800 | [diff] [blame] | 11 | |
| 12 | config 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 Duggan | ff8f837 | 2016-03-10 15:47:28 -0800 | [diff] [blame^] | 20 | |
| 21 | config RMI4_2D_SENSOR |
| 22 | bool |
| 23 | depends on RMI4_CORE |
| 24 | |
| 25 | config RMI4_F11 |
| 26 | bool "RMI4 Function 11 (2D pointing)" |
| 27 | select RMI4_2D_SENSOR |
| 28 | depends on RMI4_CORE |
| 29 | help |
| 30 | Say Y here if you want to add support for RMI4 function 11. |
| 31 | |
| 32 | Function 11 provides 2D multifinger pointing for touchscreens and |
| 33 | touchpads. For sensors that support relative pointing, F11 also |
| 34 | provides mouse input. |