xref: /linux-6.15/drivers/input/rmi4/Kconfig (revision fdf51604)
1#
2# RMI4 configuration
3#
4config RMI4_CORE
5	tristate "Synaptics RMI4 bus support"
6	help
7	  Say Y here if you want to support the Synaptics RMI4 bus.  This is
8	  required for all RMI4 device support.
9
10	  If unsure, say Y.
11
12config 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.
20