diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2016-11-09 02:05:58 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-11-09 02:12:10 +0100 |
commit | 82264d0cf7aef2247563c031ff2ab96579d5d0cc (patch) | |
tree | c98fe0cf05b7557e382a5987eed0815834606b70 /drivers/input/rmi4/Kconfig | |
parent | Input: synaptics-rmi4 - set the ABS_MT_TOOL_TYPE bit to report tool type (diff) | |
download | linux-82264d0cf7aef2247563c031ff2ab96579d5d0cc.tar.xz linux-82264d0cf7aef2247563c031ff2ab96579d5d0cc.zip |
Input: synaptics-rmi4 - add SMBus support
Code obtained from https://raw.githubusercontent.com/mightybigcar/synaptics-rmi4/jf/drivers/input/rmi4/rmi_smbus.c
and updated to match upstream. And fixed to make it work.
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Andrew Duggan <aduggan@synaptics.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/rmi4/Kconfig')
-rw-r--r-- | drivers/input/rmi4/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/rmi4/Kconfig b/drivers/input/rmi4/Kconfig index 4c8a55857e00..8cbd362ae8a7 100644 --- a/drivers/input/rmi4/Kconfig +++ b/drivers/input/rmi4/Kconfig @@ -27,6 +27,18 @@ config RMI4_SPI If unsure, say N. +config RMI4_SMB + tristate "RMI4 SMB Support" + depends on RMI4_CORE && I2C + 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. + config RMI4_2D_SENSOR bool depends on RMI4_CORE |