diff options
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index fbf49503508d..a451cdb0841a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig | |||
@@ -527,6 +527,14 @@ config HID_PICOLCD_LEDS | |||
527 | ---help--- | 527 | ---help--- |
528 | Provide access to PicoLCD's GPO pins via leds class. | 528 | Provide access to PicoLCD's GPO pins via leds class. |
529 | 529 | ||
530 | config 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 | |||
530 | config HID_PRIMAX | 538 | config HID_PRIMAX |
531 | tristate "Primax non-fully HID-compliant devices" | 539 | tristate "Primax non-fully HID-compliant devices" |
532 | depends on USB_HID | 540 | depends on USB_HID |