Kconfig (c7d77a7980e434c3af17de19e3348157f9b9ccce) Kconfig (98ee377144935857d8ad5d7d70cdab1da4ede32e)
1#
2# Mouse driver configuration
3#
4menuconfig INPUT_MOUSE
5 bool "Mice"
6 default y
7 help
8 Say Y here, and a list of supported mice will be displayed.

--- 34 unchanged lines hidden (view full) ---

43 default y
44 depends on MOUSE_PS2
45 help
46 Say Y here if you have an ALPS PS/2 touchpad connected to
47 your system.
48
49 If unsure, say Y.
50
1#
2# Mouse driver configuration
3#
4menuconfig INPUT_MOUSE
5 bool "Mice"
6 default y
7 help
8 Say Y here, and a list of supported mice will be displayed.

--- 34 unchanged lines hidden (view full) ---

43 default y
44 depends on MOUSE_PS2
45 help
46 Say Y here if you have an ALPS PS/2 touchpad connected to
47 your system.
48
49 If unsure, say Y.
50
51config MOUSE_PS2_BYD
52 bool "BYD PS/2 mouse protocol extension" if EXPERT
53 default y
54 depends on MOUSE_PS2
55 help
56 Say Y here if you have a BYD PS/2 touchpad connected to
57 your system.
58
59 If unsure, say Y.
60
51config MOUSE_PS2_LOGIPS2PP
52 bool "Logitech PS/2++ mouse protocol extension" if EXPERT
53 default y
54 depends on MOUSE_PS2
55 help
56 Say Y here if you have a Logitech PS/2++ mouse connected to
57 your system.
58

--- 364 unchanged lines hidden ---
61config MOUSE_PS2_LOGIPS2PP
62 bool "Logitech PS/2++ mouse protocol extension" if EXPERT
63 default y
64 depends on MOUSE_PS2
65 help
66 Say Y here if you have a Logitech PS/2++ mouse connected to
67 your system.
68

--- 364 unchanged lines hidden ---