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 2b6a321 commit fdf5160Copy full SHA for fdf5160
drivers/input/rmi4/Kconfig
@@ -8,3 +8,12 @@ config RMI4_CORE
8
required for all RMI4 device support.
9
10
If unsure, say Y.
11
+
12
+config RMI4_I2C
13
+ tristate "RMI4 I2C Support"
14
+ depends on RMI4_CORE && I2C
15
+ help
16
+ Say Y here if you want to support RMI4 devices connected to an I2C
17
+ bus.
18
19
+ If unsure, say Y.
drivers/input/rmi4/Makefile
@@ -1,2 +1,5 @@
1
obj-$(CONFIG_RMI4_CORE) += rmi_core.o
2
rmi_core-y := rmi_bus.o rmi_driver.o rmi_f01.o
3
4
+# Transports
5
+obj-$(CONFIG_RMI4_I2C) += rmi_i2c.o
0 commit comments