Kconfig (0b662c64840fb281e5948ab6f9d60f84817277d0) | Kconfig (5f5655023f2814969b744c1e07494666587243aa) |
---|---|
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. --- 202 unchanged lines hidden (view full) --- 211config MOUSE_HIL 212 tristate "HIL pointers (mice etc)." 213 depends on GSC || HP300 214 select HP_SDC 215 select HIL_MLC 216 help 217 Say Y here to support HIL pointers. 218 | 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. --- 202 unchanged lines hidden (view full) --- 211config MOUSE_HIL 212 tristate "HIL pointers (mice etc)." 213 depends on GSC || HP300 214 select HP_SDC 215 select HIL_MLC 216 help 217 Say Y here to support HIL pointers. 218 |
219config MOUSE_GPIO 220 tristate "GPIO mouse" 221 depends on GENERIC_GPIO 222 select INPUT_POLLDEV 223 help 224 This driver simulates a mouse on GPIO lines of various CPUs (and some 225 other chips). 226 227 Say Y here if your device has buttons or a simple joystick connected 228 directly to GPIO lines. Your board-specific setup logic must also 229 provide a platform device and platform data saying which GPIOs are 230 used. 231 232 To compile this driver as a module, choose M here: the 233 module will be called gpio_mouse. 234 |
|
219endif | 235endif |