aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/rmi4/Kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/input/rmi4/Kconfig b/drivers/input/rmi4/Kconfig
index 8993983e3fe4..bb7762bf2879 100644
--- a/drivers/input/rmi4/Kconfig
+++ b/drivers/input/rmi4/Kconfig
@@ -42,13 +42,19 @@ config RMI4_SMB
42config RMI4_F03 42config RMI4_F03
43 bool "RMI4 Function 03 (PS2 Guest)" 43 bool "RMI4 Function 03 (PS2 Guest)"
44 depends on RMI4_CORE 44 depends on RMI4_CORE
45 depends on SERIO=y || RMI4_CORE=SERIO
46 help 45 help
47 Say Y here if you want to add support for RMI4 function 03. 46 Say Y here if you want to add support for RMI4 function 03.
48 47
49 Function 03 provides PS2 guest support for RMI4 devices. This 48 Function 03 provides PS2 guest support for RMI4 devices. This
50 includes support for TrackPoints on TouchPads. 49 includes support for TrackPoints on TouchPads.
51 50
51config RMI4_F03_SERIO
52 tristate
53 depends on RMI4_CORE
54 depends on RMI4_F03
55 default RMI4_CORE
56 select SERIO
57
52config RMI4_2D_SENSOR 58config RMI4_2D_SENSOR
53 bool 59 bool
54 depends on RMI4_CORE 60 depends on RMI4_CORE