aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/rmi4/Makefile
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2016-03-10 15:58:12 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-03-10 16:04:24 -0800
commit8d99758dee31ff4a72bfc35d3a7a51fe66b7bb91 (patch)
tree9e7340924294bcfe1d825ee1bd138fd2c1976acf /drivers/input/rmi4/Makefile
parentInput: synaptics-rmi4 - add support for F30 (diff)
downloadlinux-dev-8d99758dee31ff4a72bfc35d3a7a51fe66b7bb91.tar.xz
linux-dev-8d99758dee31ff4a72bfc35d3a7a51fe66b7bb91.zip
Input: synaptics-rmi4 - add SPI transport driver
Add the transport driver for devices using RMI4 over SPI. Signed-off-by: Andrew Duggan <aduggan@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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/rmi4/Makefile b/drivers/input/rmi4/Makefile
index ad7156d8252c..95c00a783992 100644
--- a/drivers/input/rmi4/Makefile
+++ b/drivers/input/rmi4/Makefile
@@ -10,3 +10,4 @@ rmi_core-$(CONFIG_RMI4_F30) += rmi_f30.o
# Transports
obj-$(CONFIG_RMI4_I2C) += rmi_i2c.o
+obj-$(CONFIG_RMI4_SPI) += rmi_spi.o