Kconfig (f0eef25339f92f7cd4aeea23d9ae97987a5a1e82) | Kconfig (55e3d9224b60df0fd2dc36bff9b538ce40fd9586) |
---|---|
1# 2# Mouse driver configuration 3# 4menuconfig INPUT_MOUSE 5 bool "Mouse" 6 default y 7 help 8 Say Y here, and a list of supported mice will be displayed. --- 23 unchanged lines hidden (view full) --- 32 <http://www.geocities.com/dt_or/gpm/gpm.html> 33 to take advantage of the advanced features of the touchpad. 34 35 If unsure, say Y. 36 37 To compile this driver as a module, choose M here: the 38 module will be called psmouse. 39 | 1# 2# Mouse driver configuration 3# 4menuconfig INPUT_MOUSE 5 bool "Mouse" 6 default y 7 help 8 Say Y here, and a list of supported mice will be displayed. --- 23 unchanged lines hidden (view full) --- 32 <http://www.geocities.com/dt_or/gpm/gpm.html> 33 to take advantage of the advanced features of the touchpad. 34 35 If unsure, say Y. 36 37 To compile this driver as a module, choose M here: the 38 module will be called psmouse. 39 |
40config MOUSE_PS2_ALPS 41 bool "ALPS PS/2 mouse protocol extension" if EMBEDDED 42 default y 43 depends on MOUSE_PS2 44 ---help--- 45 Say Y here if you have an ALPS PS/2 touchpad connected to 46 your system. 47 48 If unsure, say Y. 49 50config MOUSE_PS2_LOGIPS2PP 51 bool "Logictech PS/2++ mouse protocol extension" if EMBEDDED 52 default y 53 depends on MOUSE_PS2 54 ---help--- 55 Say Y here if you have a Logictech PS/2++ mouse connected to 56 your system. 57 58 If unsure, say Y. 59 60config MOUSE_PS2_SYNAPTICS 61 bool "Synaptics PS/2 mouse protocol extension" if EMBEDDED 62 default y 63 depends on MOUSE_PS2 64 ---help--- 65 Say Y here if you have a Synaptics PS/2 TouchPad connected to 66 your system. 67 68 If unsure, say Y. 69 70config MOUSE_PS2_LIFEBOOK 71 bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EMBEDDED 72 default y 73 depends on MOUSE_PS2 74 ---help--- 75 Say Y here if you have a Fujitsu B-series Lifebook PS/2 76 TouchScreen connected to your system. 77 78 If unsure, say Y. 79 80config MOUSE_PS2_TRACKPOINT 81 bool "IBM Trackpoint PS/2 mouse protocol extension" if EMBEDDED 82 default y 83 depends on MOUSE_PS2 84 ---help--- 85 Say Y here if you have an IBM Trackpoint PS/2 mouse connected 86 to your system. 87 88 If unsure, say Y. 89 90config MOUSE_PS2_TOUCHKIT 91 bool "eGalax TouchKit PS/2 protocol extension" 92 depends on MOUSE_PS2 93 ---help--- 94 Say Y here if you have an eGalax TouchKit PS/2 touchscreen 95 connected to your system. 96 97 If unsure, say N. 98 |
|
40config MOUSE_SERIAL 41 tristate "Serial mouse" 42 select SERIO 43 ---help--- 44 Say Y here if you have a serial (RS-232, COM port) mouse connected 45 to your system. This includes Sun, MouseSystems, Microsoft, 46 Logitech and all other compatible serial mice. 47 --- 65 unchanged lines hidden (view full) --- 113 Say Y (or M) if you want to use a DEC VSXXX-AA (hockey 114 puck) or a VSXXX-GA (rectangular) mouse. Theses mice are 115 typically used on DECstations or VAXstations, but can also 116 be used on any box capable of RS232 (with some adaptor 117 described in the source file). This driver also works with the 118 digitizer (VSXXX-AB) DEC produced. 119 120config MOUSE_HIL | 99config MOUSE_SERIAL 100 tristate "Serial mouse" 101 select SERIO 102 ---help--- 103 Say Y here if you have a serial (RS-232, COM port) mouse connected 104 to your system. This includes Sun, MouseSystems, Microsoft, 105 Logitech and all other compatible serial mice. 106 --- 65 unchanged lines hidden (view full) --- 172 Say Y (or M) if you want to use a DEC VSXXX-AA (hockey 173 puck) or a VSXXX-GA (rectangular) mouse. Theses mice are 174 typically used on DECstations or VAXstations, but can also 175 be used on any box capable of RS232 (with some adaptor 176 described in the source file). This driver also works with the 177 digitizer (VSXXX-AB) DEC produced. 178 179config MOUSE_HIL |
121 tristate "HIL pointers (mice etc)." | 180 tristate "HIL pointers (mice etc)." |
122 depends on GSC || HP300 123 select HP_SDC 124 select HIL_MLC 125 help 126 Say Y here to support HIL pointers. 127 128endif | 181 depends on GSC || HP300 182 select HP_SDC 183 select HIL_MLC 184 help 185 Say Y here to support HIL pointers. 186 187endif |