diff options
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 13 |
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 | ||
277 | config 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 | |||
277 | config RC_LOOPBACK | 290 | config RC_LOOPBACK |
278 | tristate "Remote Control Loopback Driver" | 291 | tristate "Remote Control Loopback Driver" |
279 | depends on RC_CORE | 292 | depends on RC_CORE |