diff options
author | Bruno Prémont <bonbons@linux-vserver.org> | 2012-07-30 15:38:28 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-08-15 04:08:57 -0400 |
commit | fabdbf2fd22fa170b4c5340dbdda5c8cd88fb205 (patch) | |
tree | 25d6b1bbfee02aadca929130cb0d35bf8e8f9c17 /drivers/hid/Kconfig | |
parent | e8ff13b0bf88b5e696323a1eec877783d965b3c6 (diff) |
HID: picoLCD: split driver code
In order to make code maintenance easier, split the vairous
functions into individial files (this removes a bunch of #ifdefs).
Signed-off-by: Bruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 |