.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Mouse driver configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
91 | 92 | If unsure, say Y. |
---|
92 | 93 | |
---|
93 | 94 | 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. |
---|
100 | 101 | |
---|
101 | | - If unsure, say Y. |
---|
| 102 | + If unsure, say Y. |
---|
102 | 103 | |
---|
103 | 104 | config MOUSE_PS2_LIFEBOOK |
---|
104 | 105 | bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EXPERT |
---|
.. | .. |
---|
380 | 381 | config MOUSE_GPIO |
---|
381 | 382 | tristate "GPIO mouse" |
---|
382 | 383 | depends on GPIOLIB || COMPILE_TEST |
---|
383 | | - select INPUT_POLLDEV |
---|
384 | 384 | help |
---|
385 | 385 | This driver simulates a mouse on GPIO lines of various CPUs (and some |
---|
386 | 386 | other chips). |
---|