aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Kconfig
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2012-08-13 07:59:46 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 15:19:11 -0400
commit0938069fa08970f1c898970c1331a029efe9a1ce (patch)
treecb9db086f9c1ebba56dcef7a5400df225dd79dee /drivers/media/rc/Kconfig
parent640583836b9488c806349e3839c9d8b0f15da1fa (diff)
[media] rc: Add support for the TechnoTrend USB IR Receiver
This driver adds support for TechnoTrend USB IR Receiver. It is a complete rewrite of the staging/media/lirc/lirc_ttusbir driver. It adds more accurate sample reporting and led control. 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/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/rc/Kconfig b/drivers/media/rc/Kconfig
index 2e91e664d024..64be610fe27d 100644
--- a/drivers/media/rc/Kconfig
+++ b/drivers/media/rc/Kconfig
@@ -274,6 +274,19 @@ config IR_IGUANA
274 To compile this driver as a module, choose M here: the module will 274 To compile this driver as a module, choose M here: the module will
275 be called iguanair. 275 be called iguanair.
276 276
277config IR_TTUSBIR
278 tristate "TechnoTrend USB IR Receiver"
279 depends on RC_CORE
280 select USB
281 select NEW_LEDS
282 select LEDS_CLASS
283 ---help---
284 Say Y here if you want to use the TechnoTrend USB IR Receiver. The
285 driver can control the led.
286
287 To compile this driver as a module, choose M here: the module will
288 be called ttusbir.
289
277config RC_LOOPBACK 290config RC_LOOPBACK
278 tristate "Remote Control Loopback Driver" 291 tristate "Remote Control Loopback Driver"
279 depends on RC_CORE 292 depends on RC_CORE