aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorDon Prince <dhprince.devel@yahoo.co.uk>2010-05-14 12:30:59 -0400
committerJiri Kosina <jkosina@suse.cz>2010-05-17 04:37:04 -0400
commita9885c8f7bf62e251fc178f838b9f0ee897c158a (patch)
tree5eee76da6440a878f6d0aac30f006f81cf0432b1 /drivers/hid/Kconfig
parent1721a238ba5df9e870ed952464d38714261f5be9 (diff)
HID: Zydacron Remote Control driver
A specialised HID driver for the Zydacron Remote Control (usb id: 13ec:0006). The specialised HID driver adds support for the buttons which are not currently handled by the default HID driver. Signed-off-by: Don Prince <dhprince-devel@yahoo.co.uk> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 631ede69c012..3cf69a0a8b77 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -380,6 +380,13 @@ config ZEROPLUS_FF
380 Say Y here if you have a Zeroplus based game controller and want 380 Say Y here if you have a Zeroplus based game controller and want
381 to have force feedback support for it. 381 to have force feedback support for it.
382 382
383config HID_ZYDACRON
384 tristate "Zydacron remote control support" if EMBEDDED
385 depends on USB_HID
386 default !EMBEDDED
387 ---help---
388 Support for Zydacron remote control.
389
383endmenu 390endmenu
384 391
385endif # HID_SUPPORT 392endif # HID_SUPPORT