Kconfig (83bd6998b04fc1bb7280b14f16b2bdbdc07c914b) | Kconfig (df08ef27a7f91961c91a2a718f5d1e616f1c8e57) |
---|---|
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. --- 82 unchanged lines hidden (view full) --- 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 | 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. --- 82 unchanged lines hidden (view full) --- 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 |
99config MOUSE_PS2_OLPC 100 bool "OLPC PS/2 mouse protocol extension" 101 depends on MOUSE_PS2 && OLPC 102 help 103 Say Y here if you have an OLPC XO-1 laptop (with built-in 104 PS/2 touchpad/tablet device). The manufacturer calls the 105 touchpad an HGPK. 106 107 If unsure, say N. 108 |
|
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 --- 18 unchanged lines hidden (view full) --- 125 scrolling in X11. 126 127 For further information, see 128 <file:Documentation/input/appletouch.txt>. 129 130 To compile this driver as a module, choose M here: the 131 module will be called appletouch. 132 | 109config MOUSE_SERIAL 110 tristate "Serial mouse" 111 select SERIO 112 help 113 Say Y here if you have a serial (RS-232, COM port) mouse connected 114 to your system. This includes Sun, MouseSystems, Microsoft, 115 Logitech and all other compatible serial mice. 116 --- 18 unchanged lines hidden (view full) --- 135 scrolling in X11. 136 137 For further information, see 138 <file:Documentation/input/appletouch.txt>. 139 140 To compile this driver as a module, choose M here: the 141 module will be called appletouch. 142 |
133config MOUSE_BCM5974 134 tristate "Apple USB BCM5974 Multitouch trackpad support" 135 depends on USB_ARCH_HAS_HCD 136 select USB 137 help 138 Say Y here if you have an Apple USB BCM5974 Multitouch 139 trackpad. 140 141 The BCM5974 is the multitouch trackpad found in the Macbook 142 Air (JAN2008) and Macbook Pro Penryn (FEB2008) laptops. 143 144 It is also found in the IPhone (2007) and Ipod Touch (2008). 145 146 This driver provides multitouch functionality together with 147 the synaptics X11 driver. 148 149 The interface is currently identical to the appletouch interface, 150 for further information, see 151 <file:Documentation/input/appletouch.txt>. 152 153 To compile this driver as a module, choose M here: the 154 module will be called bcm5974. 155 | |
156config MOUSE_INPORT 157 tristate "InPort/MS/ATIXL busmouse" 158 depends on ISA 159 help 160 Say Y here if you have an InPort, Microsoft or ATI XL busmouse. 161 They are rather rare these days. 162 163 To compile this driver as a module, choose M here: the --- 95 unchanged lines hidden --- | 143config MOUSE_INPORT 144 tristate "InPort/MS/ATIXL busmouse" 145 depends on ISA 146 help 147 Say Y here if you have an InPort, Microsoft or ATI XL busmouse. 148 They are rather rare these days. 149 150 To compile this driver as a module, choose M here: the --- 95 unchanged lines hidden --- |