Kconfig (07aaae44f5a3962c3a410a6dd7936dfa7dece2b9) Kconfig (f6a04605f303852963f3f357d19b967aa83c172f)
1#
2# HID driver configuration
3#
4menuconfig HID_SUPPORT
5 bool "HID Devices"
6 depends on INPUT
7 default y
8 ---help---

--- 427 unchanged lines hidden (view full) ---

436config HID_PICOLCD_LEDS
437 bool "GPO via leds class" if EXPERT
438 default !EXPERT
439 depends on HID_PICOLCD
440 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
441 ---help---
442 Provide access to PicoLCD's GPO pins via leds class.
443
1#
2# HID driver configuration
3#
4menuconfig HID_SUPPORT
5 bool "HID Devices"
6 depends on INPUT
7 default y
8 ---help---

--- 427 unchanged lines hidden (view full) ---

436config HID_PICOLCD_LEDS
437 bool "GPO via leds class" if EXPERT
438 default !EXPERT
439 depends on HID_PICOLCD
440 depends on HID_PICOLCD=LEDS_CLASS || LEDS_CLASS=y
441 ---help---
442 Provide access to PicoLCD's GPO pins via leds class.
443
444config HID_PRIMAX
445 tristate "Primax non-fully HID-compliant devices" if EXPERT
446 depends on USB_HID
447 default !EXPERT
448 ---help---
449 Support for Primax devices that are not fully compliant with the
450 HID standard.
451
444config HID_QUANTA
445 tristate "Quanta Optical Touch panels"
446 depends on USB_HID
447 ---help---
448 Support for Quanta Optical Touch dual-touch panels.
449
450config HID_ROCCAT
451 tristate "Roccat special event support"

--- 132 unchanged lines hidden (view full) ---

584 select POWER_SUPPLY
585 ---help---
586 Say Y here if you want to enable power supply status monitoring for
587 Wacom Bluetooth devices.
588
589config HID_WIIMOTE
590 tristate "Nintendo Wii Remote support"
591 depends on BT_HIDP
452config HID_QUANTA
453 tristate "Quanta Optical Touch panels"
454 depends on USB_HID
455 ---help---
456 Support for Quanta Optical Touch dual-touch panels.
457
458config HID_ROCCAT
459 tristate "Roccat special event support"

--- 132 unchanged lines hidden (view full) ---

592 select POWER_SUPPLY
593 ---help---
594 Say Y here if you want to enable power supply status monitoring for
595 Wacom Bluetooth devices.
596
597config HID_WIIMOTE
598 tristate "Nintendo Wii Remote support"
599 depends on BT_HIDP
592 depends on LEDS_CLASS
593 ---help---
594 Support for the Nintendo Wii Remote bluetooth device.
595
596config HID_ZEROPLUS
597 tristate "Zeroplus based game controller support"
598 depends on USB_HID
599 ---help---
600 Say Y here if you have a Zeroplus based game controller.

--- 18 unchanged lines hidden ---
600 ---help---
601 Support for the Nintendo Wii Remote bluetooth device.
602
603config HID_ZEROPLUS
604 tristate "Zeroplus based game controller support"
605 depends on USB_HID
606 ---help---
607 Say Y here if you have a Zeroplus based game controller.

--- 18 unchanged lines hidden ---