public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] synaptics: fix rmi4 bus dependencies
@ 2018-01-02 19:16 Matteo Croce
  2018-01-02 19:21 ` Dmitry Torokhov
  0 siblings, 1 reply; 6+ messages in thread
From: Matteo Croce @ 2018-01-02 19:16 UTC (permalink / raw)
  To: Dmitry Torokhov, linux-input; +Cc: Andrew Duggan

Make MOUSE_PS2_SYNAPTICS_SMBUS select MOUSE_PS2_SYNAPTICS because if
the latter is disabled the detection and switching code isn't being run.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
---
 drivers/input/mouse/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/mouse/Kconfig b/drivers/input/mouse/Kconfig
index 89ebb8f39fee..77a0bcb611a4 100644
--- a/drivers/input/mouse/Kconfig
+++ b/drivers/input/mouse/Kconfig
@@ -83,6 +83,7 @@ config MOUSE_PS2_SYNAPTICS_SMBUS
 	default y
 	depends on MOUSE_PS2
 	depends on I2C=y || I2C=MOUSE_PS2
+	select MOUSE_PS2_SYNAPTICS
 	select MOUSE_PS2_SMBUS
 	help
 	  Say Y here if you have a Synaptics RMI4 touchpad connected to
-- 
2.14.3


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-01-16 23:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-02 19:16 [PATCH] synaptics: fix rmi4 bus dependencies Matteo Croce
2018-01-02 19:21 ` Dmitry Torokhov
2018-01-02 19:37   ` Andrew Duggan
2018-01-09 22:19     ` Dmitry Torokhov
2018-01-16 18:08       ` Matteo Croce
2018-01-16 23:44         ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox