Kconfig (c57d5621d2f2dc238f4b9c4d00b2a54187a75445) | Kconfig (7d6548abcf4ea4845db8a62a5875d93e2c1bf882) |
---|---|
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. --- 327 unchanged lines hidden (view full) --- 336 puck) or a VSXXX-GA (rectangular) mouse. Theses mice are 337 typically used on DECstations or VAXstations, but can also 338 be used on any box capable of RS232 (with some adaptor 339 described in the source file). This driver also works with the 340 digitizer (VSXXX-AB) DEC produced. 341 342config MOUSE_GPIO 343 tristate "GPIO mouse" | 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. --- 327 unchanged lines hidden (view full) --- 336 puck) or a VSXXX-GA (rectangular) mouse. Theses mice are 337 typically used on DECstations or VAXstations, but can also 338 be used on any box capable of RS232 (with some adaptor 339 described in the source file). This driver also works with the 340 digitizer (VSXXX-AB) DEC produced. 341 342config MOUSE_GPIO 343 tristate "GPIO mouse" |
344 depends on GPIOLIB | 344 depends on GPIOLIB || COMPILE_TEST |
345 select INPUT_POLLDEV 346 help 347 This driver simulates a mouse on GPIO lines of various CPUs (and some 348 other chips). 349 350 Say Y here if your device has buttons or a simple joystick connected 351 directly to GPIO lines. Your board-specific setup logic must also 352 provide a platform device and platform data saying which GPIOs are --- 70 unchanged lines hidden --- | 345 select INPUT_POLLDEV 346 help 347 This driver simulates a mouse on GPIO lines of various CPUs (and some 348 other chips). 349 350 Say Y here if your device has buttons or a simple joystick connected 351 directly to GPIO lines. Your board-specific setup logic must also 352 provide a platform device and platform data saying which GPIOs are --- 70 unchanged lines hidden --- |