Kconfig (562b42d3ee305472e1b2ea31574c59925e95fd7e) | Kconfig (8d99758dee31ff4a72bfc35d3a7a51fe66b7bb91) |
---|---|
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. --- 4 unchanged lines hidden (view full) --- 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. 20 | 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. --- 4 unchanged lines hidden (view full) --- 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. 20 |
21config 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 |
|
21config RMI4_2D_SENSOR 22 bool 23 depends on RMI4_CORE 24 25config RMI4_F11 26 bool "RMI4 Function 11 (2D pointing)" 27 select RMI4_2D_SENSOR 28 depends on RMI4_CORE --- 26 unchanged lines hidden --- | 30config 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 --- 26 unchanged lines hidden --- |