diff options
author | Andrew Duggan <aduggan@synaptics.com> | 2016-03-10 15:55:29 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-03-10 16:04:06 -0800 |
commit | b43d2c1e9353814ce1716fff03d9223f40fa73b5 (patch) | |
tree | f97125db3487d4f61c633ee8080d2167637c898b /drivers/input/rmi4/Makefile | |
parent | aaa27982b3bcc3cce6a1d835673adccd75903a2e (diff) | |
download | blackbird-obmc-linux-b43d2c1e9353814ce1716fff03d9223f40fa73b5.tar.gz blackbird-obmc-linux-b43d2c1e9353814ce1716fff03d9223f40fa73b5.zip |
Input: synaptics-rmi4 - add support for F12
Function 12 implements 2D touch position sensor for newer Synaptics touch
devices. It replaces F11 and no device will contain both functions.
Signed-off-by: Andrew Duggan <aduggan@synaptics.com>
Signed-off-by: Christopher Heiny <cheiny@synaptics.com>
Tested-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/rmi4/Makefile')
-rw-r--r-- | drivers/input/rmi4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/rmi4/Makefile b/drivers/input/rmi4/Makefile index 9e7424ae1c72..d01e703304c3 100644 --- a/drivers/input/rmi4/Makefile +++ b/drivers/input/rmi4/Makefile @@ -5,6 +5,7 @@ rmi_core-$(CONFIG_RMI4_2D_SENSOR) += rmi_2d_sensor.o # Function drivers rmi_core-$(CONFIG_RMI4_F11) += rmi_f11.o +rmi_core-$(CONFIG_RMI4_F12) += rmi_f12.o # Transports obj-$(CONFIG_RMI4_I2C) += rmi_i2c.o |