hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/input/mouse/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Mouse driver configuration
34 #
....@@ -91,14 +92,14 @@
9192 If unsure, say Y.
9293
9394 config MOUSE_PS2_CYPRESS
94
- bool "Cypress PS/2 mouse protocol extension" if EXPERT
95
- default y
96
- depends on MOUSE_PS2
97
- help
98
- Say Y here if you have a Cypress PS/2 Trackpad connected to
99
- your system.
95
+ bool "Cypress PS/2 mouse protocol extension" if EXPERT
96
+ default y
97
+ depends on MOUSE_PS2
98
+ help
99
+ Say Y here if you have a Cypress PS/2 Trackpad connected to
100
+ your system.
100101
101
- If unsure, say Y.
102
+ If unsure, say Y.
102103
103104 config MOUSE_PS2_LIFEBOOK
104105 bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EXPERT
....@@ -380,7 +381,6 @@
380381 config MOUSE_GPIO
381382 tristate "GPIO mouse"
382383 depends on GPIOLIB || COMPILE_TEST
383
- select INPUT_POLLDEV
384384 help
385385 This driver simulates a mouse on GPIO lines of various CPUs (and some
386386 other chips).