Kconfig (516d5f8b04ce2bcd24f03323fc743ae25b81373d) | Kconfig (ffe51d0d8abce3139a970c640ed48e73e9c360bb) |
---|---|
1# 2# HID driver configuration 3# 4menu "HID support" 5 depends on INPUT 6 7config HID 8 tristate "HID bus support" --- 516 unchanged lines hidden (view full) --- 525config PANTHERLORD_FF 526 bool "Pantherlord force feedback support" 527 depends on HID_PANTHERLORD 528 select INPUT_FF_MEMLESS 529 ---help--- 530 Say Y here if you have a PantherLord/GreenAsia based game controller 531 or adapter and want to enable force feedback support for it. 532 | 1# 2# HID driver configuration 3# 4menu "HID support" 5 depends on INPUT 6 7config HID 8 tristate "HID bus support" --- 516 unchanged lines hidden (view full) --- 525config PANTHERLORD_FF 526 bool "Pantherlord force feedback support" 527 depends on HID_PANTHERLORD 528 select INPUT_FF_MEMLESS 529 ---help--- 530 Say Y here if you have a PantherLord/GreenAsia based game controller 531 or adapter and want to enable force feedback support for it. 532 |
533config HID_PENMOUNT 534 tristate "Penmount touch device" 535 depends on USB_HID 536 ---help--- 537 This selects a driver for the PenMount 6000 touch controller. 538 539 The driver works around a problem in the report descript allowing 540 the userspace to touch events instead of mouse events. 541 542 Say Y here if you have a Penmount based touch controller. 543 |
|
533config HID_PETALYNX 534 tristate "Petalynx Maxter remote control" 535 depends on HID 536 ---help--- 537 Support for Petalynx Maxter remote control. 538 539config HID_PICOLCD 540 tristate "PicoLCD (graphic version)" --- 314 unchanged lines hidden --- | 544config HID_PETALYNX 545 tristate "Petalynx Maxter remote control" 546 depends on HID 547 ---help--- 548 Support for Petalynx Maxter remote control. 549 550config HID_PICOLCD 551 tristate "PicoLCD (graphic version)" --- 314 unchanged lines hidden --- |