2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-03-11 02:35:49 +03:00
|
|
|
#
|
|
|
|
# RMI4 configuration
|
|
|
|
#
|
|
|
|
config RMI4_CORE
|
|
|
|
tristate "Synaptics RMI4 bus support"
|
2018-06-05 20:17:51 +03:00
|
|
|
select IRQ_DOMAIN
|
2016-03-11 02:35:49 +03:00
|
|
|
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 02:44:27 +03:00
|
|
|
|
2016-12-27 22:42:28 +03:00
|
|
|
if RMI4_CORE
|
|
|
|
|
2016-03-11 02:44:27 +03:00
|
|
|
config RMI4_I2C
|
|
|
|
tristate "RMI4 I2C Support"
|
2016-12-27 22:42:28 +03:00
|
|
|
depends on I2C
|
2016-03-11 02:44:27 +03:00
|
|
|
help
|
|
|
|
Say Y here if you want to support RMI4 devices connected to an I2C
|
|
|
|
bus.
|
|
|
|
|
|
|
|
If unsure, say Y.
|
2016-03-11 02:47:28 +03:00
|
|
|
|
2016-03-11 02:58:12 +03:00
|
|
|
config RMI4_SPI
|
|
|
|
tristate "RMI4 SPI Support"
|
2016-12-27 22:42:28 +03:00
|
|
|
depends on SPI
|
2016-03-11 02:58:12 +03:00
|
|
|
help
|
|
|
|
Say Y here if you want to support RMI4 devices connected to a SPI
|
|
|
|
bus.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
2016-11-09 04:05:58 +03:00
|
|
|
config RMI4_SMB
|
|
|
|
tristate "RMI4 SMB Support"
|
2016-12-27 22:42:28 +03:00
|
|
|
depends on I2C
|
2016-11-09 04:05:58 +03:00
|
|
|
help
|
|
|
|
Say Y here if you want to support RMI4 devices connected to an SMB
|
|
|
|
bus.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
|
|
|
To compile this driver as a module, choose M here: the module will be
|
|
|
|
called rmi_smbus.
|
|
|
|
|
2016-12-03 03:59:07 +03:00
|
|
|
config RMI4_F03
|
2016-12-27 22:42:28 +03:00
|
|
|
bool "RMI4 Function 03 (PS2 Guest)"
|
2016-12-27 22:32:55 +03:00
|
|
|
depends on RMI4_CORE
|
2016-12-27 22:42:28 +03:00
|
|
|
help
|
|
|
|
Say Y here if you want to add support for RMI4 function 03.
|
2016-12-03 03:59:07 +03:00
|
|
|
|
2016-12-27 22:42:28 +03:00
|
|
|
Function 03 provides PS2 guest support for RMI4 devices. This
|
|
|
|
includes support for TrackPoints on TouchPads.
|
2016-12-03 03:59:07 +03:00
|
|
|
|
2017-02-07 20:59:21 +03:00
|
|
|
config RMI4_F03_SERIO
|
|
|
|
tristate
|
|
|
|
depends on RMI4_CORE
|
|
|
|
depends on RMI4_F03
|
|
|
|
default RMI4_CORE
|
|
|
|
select SERIO
|
|
|
|
|
2016-03-11 02:47:28 +03:00
|
|
|
config RMI4_2D_SENSOR
|
|
|
|
bool
|
|
|
|
|
|
|
|
config RMI4_F11
|
|
|
|
bool "RMI4 Function 11 (2D pointing)"
|
|
|
|
select RMI4_2D_SENSOR
|
|
|
|
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.
|
2016-03-11 02:55:29 +03:00
|
|
|
|
|
|
|
config RMI4_F12
|
|
|
|
bool "RMI4 Function 12 (2D pointing)"
|
|
|
|
select RMI4_2D_SENSOR
|
|
|
|
help
|
|
|
|
Say Y here if you want to add support for RMI4 function 12.
|
|
|
|
|
|
|
|
Function 12 provides 2D multifinger pointing for touchscreens and
|
|
|
|
touchpads. For sensors that support relative pointing, F12 also
|
|
|
|
provides mouse input.
|
2016-03-11 02:56:58 +03:00
|
|
|
|
|
|
|
config RMI4_F30
|
|
|
|
bool "RMI4 Function 30 (GPIO LED)"
|
|
|
|
help
|
|
|
|
Say Y here if you want to add support for RMI4 function 30.
|
|
|
|
|
|
|
|
Function 30 provides GPIO and LED support for RMI4 devices. This
|
|
|
|
includes support for buttons on TouchPads and ClickPads.
|
2016-07-19 00:10:37 +03:00
|
|
|
|
2016-11-23 04:44:12 +03:00
|
|
|
config RMI4_F34
|
|
|
|
bool "RMI4 Function 34 (Device reflash)"
|
|
|
|
select FW_LOADER
|
|
|
|
help
|
|
|
|
Say Y here if you want to add support for RMI4 function 34.
|
|
|
|
|
|
|
|
Function 34 provides support for upgrading the firmware on the RMI4
|
|
|
|
device via the firmware loader interface. This is triggered using a
|
|
|
|
sysfs attribute.
|
|
|
|
|
2016-07-19 00:10:37 +03:00
|
|
|
config RMI4_F54
|
|
|
|
bool "RMI4 Function 54 (Analog diagnostics)"
|
2016-09-12 18:30:33 +03:00
|
|
|
depends on VIDEO_V4L2=y || (RMI4_CORE=m && VIDEO_V4L2=m)
|
2016-07-19 00:10:37 +03:00
|
|
|
select VIDEOBUF2_VMALLOC
|
2016-11-23 04:57:02 +03:00
|
|
|
select RMI4_F55
|
2016-07-19 00:10:37 +03:00
|
|
|
help
|
|
|
|
Say Y here if you want to add support for RMI4 function 54
|
|
|
|
|
|
|
|
Function 54 provides access to various diagnostic features in certain
|
|
|
|
RMI4 touch sensors.
|
2016-11-23 04:53:26 +03:00
|
|
|
|
|
|
|
config RMI4_F55
|
|
|
|
bool "RMI4 Function 55 (Sensor tuning)"
|
|
|
|
help
|
|
|
|
Say Y here if you want to add support for RMI4 function 55
|
|
|
|
|
|
|
|
Function 55 provides access to the RMI4 touch sensor tuning
|
|
|
|
mechanism.
|
2016-12-27 22:42:28 +03:00
|
|
|
|
|
|
|
endif # RMI_CORE
|