Kconfig (0980bd9cd32de2fef7eaa2858345c49d14498625) | Kconfig (fabdbf2fd22fa170b4c5340dbdda5c8cd88fb205) |
---|---|
1# 2# HID driver configuration 3# 4menu "HID support" 5 depends on INPUT 6 7config HID 8 tristate "HID bus support" --- 513 unchanged lines hidden (view full) --- 522config HID_PICOLCD_LEDS 523 bool "GPO via leds class" if EXPERT 524 default !EXPERT 525 depends on HID_PICOLCD 526 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y 527 ---help--- 528 Provide access to PicoLCD's GPO pins via leds class. 529 | 1# 2# HID driver configuration 3# 4menu "HID support" 5 depends on INPUT 6 7config HID 8 tristate "HID bus support" --- 513 unchanged lines hidden (view full) --- 522config HID_PICOLCD_LEDS 523 bool "GPO via leds class" if EXPERT 524 default !EXPERT 525 depends on HID_PICOLCD 526 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y 527 ---help--- 528 Provide access to PicoLCD's GPO pins via leds class. 529 |
530config HID_PICOLCD_CIR 531 bool "CIR via RC class" if EXPERT 532 default !EXPERT 533 depends on HID_PICOLCD 534 depends on HID_PICOLCD=RC_CORE || RC_CORE=y 535 ---help--- 536 Provide access to PicoLCD's CIR interface via remote control (LIRC). 537 |
|
530config HID_PRIMAX 531 tristate "Primax non-fully HID-compliant devices" 532 depends on USB_HID 533 ---help--- 534 Support for Primax devices that are not fully compliant with the 535 HID standard. 536 537config HID_ROCCAT --- 162 unchanged lines hidden --- | 538config HID_PRIMAX 539 tristate "Primax non-fully HID-compliant devices" 540 depends on USB_HID 541 ---help--- 542 Support for Primax devices that are not fully compliant with the 543 HID standard. 544 545config HID_ROCCAT --- 162 unchanged lines hidden --- |