summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2014-10-23 17:58:22 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2014-11-03 12:18:25 -0200
commitb1c97193c6437a6083da67f8e97c8ee29b2f1989 (patch)
tree6a96a2aa3f6162815e91511904afe051bdfbdbf2 /drivers/media/rc/Kconfig
parent4954578efb5fd91dd6432ecf7f04ba1b82a60693 (diff)
downloadlinux-b1c97193c6437a6083da67f8e97c8ee29b2f1989.tar.bz2
[media] rc: port IgorPlug-USB to rc-core
This is a complete re-write inspired by the original lirc driver. Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r--drivers/media/rc/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index 8ce08107a69d..1aea7320f52a 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -277,6 +277,21 @@ config IR_WINBOND_CIR
To compile this driver as a module, choose M here: the module will
be called winbond_cir.
+config IR_IGORPLUGUSB
+ tristate "IgorPlug-USB IR Receiver"
+ depends on USB_ARCH_HAS_HCD
+ depends on RC_CORE
+ select USB
+ ---help---
+ Say Y here if you want to use the IgorPlug-USB IR Receiver by
+ Igor Cesko. This device is included on the Fit-PC2.
+
+ Note that this device can only record bursts of 36 IR pulses and
+ spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
+
+ To compile this driver as a module, choose M here: the module will
+ be called igorplugusb.
+
config IR_IGUANA
tristate "IguanaWorks USB IR Transceiver"
depends on USB_ARCH_HAS_HCD