We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562b42d commit 8d99758Copy full SHA for 8d99758
drivers/input/rmi4/Kconfig
@@ -18,6 +18,15 @@ config RMI4_I2C
18
19
If unsure, say Y.
20
21
+config RMI4_SPI
22
+ tristate "RMI4 SPI Support"
23
+ depends on RMI4_CORE && SPI
24
+ help
25
+ Say Y here if you want to support RMI4 devices connected to a SPI
26
+ bus.
27
+
28
+ If unsure, say N.
29
30
config RMI4_2D_SENSOR
31
bool
32
depends on RMI4_CORE
drivers/input/rmi4/Makefile
@@ -10,3 +10,4 @@ rmi_core-$(CONFIG_RMI4_F30) += rmi_f30.o
10
11
# Transports
12
obj-$(CONFIG_RMI4_I2C) += rmi_i2c.o
13
+obj-$(CONFIG_RMI4_SPI) += rmi_spi.o
0 commit comments