2016-03-11 06:35:49 +07:00
|
|
|
#
|
|
|
|
# RMI4 configuration
|
|
|
|
#
|
|
|
|
config RMI4_CORE
|
|
|
|
tristate "Synaptics RMI4 bus support"
|
|
|
|
help
|
|
|
|
Say Y here if you want to support the Synaptics RMI4 bus. This is
|
|
|
|
required for all RMI4 device support.
|
|
|
|
|
|
|
|
If unsure, say Y.
|
2016-03-11 06:44:27 +07:00
|
|
|
|
|
|
|
config RMI4_I2C
|
|
|
|
tristate "RMI4 I2C Support"
|
|
|
|
depends on RMI4_CORE && I2C
|
|
|
|
help
|
|
|
|
Say Y here if you want to support RMI4 devices connected to an I2C
|
|
|
|
bus.
|
|
|
|
|
|
|
|
If unsure, say Y.
|
2016-03-11 06:47:28 +07:00
|
|
|
|
|
|
|
config RMI4_2D_SENSOR
|
|
|
|
bool
|
|
|
|
depends on RMI4_CORE
|
|
|
|
|
|
|
|
config RMI4_F11
|
|
|
|
bool "RMI4 Function 11 (2D pointing)"
|
|
|
|
select RMI4_2D_SENSOR
|
|
|
|
depends on RMI4_CORE
|
|
|
|
help
|
|
|
|
Say Y here if you want to add support for RMI4 function 11.
|
|
|
|
|
|
|
|
Function 11 provides 2D multifinger pointing for touchscreens and
|
|
|
|
touchpads. For sensors that support relative pointing, F11 also
|
|
|
|
provides mouse input.
|