summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
authorSean Young2012-07-15 18:31:00 +0200
committerMauro Carvalho Chehab2012-07-31 02:53:49 +0200
commit26ff63137c45886169ed102bddd6e90d6c27f00d (patch)
tree7da15018851c84db24bac85489a40923bdba4a3f /drivers/media/rc/Kconfig
parent[media] Minor cleanups for MCE USB (diff)
downloadkernel-qcow2-linux-26ff63137c45886169ed102bddd6e90d6c27f00d.tar.gz
kernel-qcow2-linux-26ff63137c45886169ed102bddd6e90d6c27f00d.tar.xz
kernel-qcow2-linux-26ff63137c45886169ed102bddd6e90d6c27f00d.zip
[media] Add support for the IguanaWorks USB IR Transceiver
Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r--drivers/media/rc/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index 908ef70430e9..5180390be7ab 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -259,6 +259,17 @@ config IR_WINBOND_CIR
To compile this driver as a module, choose M here: the module will
be called winbond_cir.
+config IR_IGUANA
+ tristate "IguanaWorks USB IR Transceiver"
+ depends on RC_CORE
+ select USB
+ ---help---
+ Say Y here if you want to use the IgaunaWorks USB IR Transceiver.
+ Both infrared receive and send are supported.
+
+ To compile this driver as a module, choose M here: the module will
+ be called iguanair.
+
config RC_LOOPBACK
tristate "Remote Control Loopback Driver"
depends on RC_CORE