diff options
Diffstat (limited to 'drivers/media/rc/Kconfig')
-rw-r--r-- | drivers/media/rc/Kconfig | 11 |
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 | |||
259 | To compile this driver as a module, choose M here: the module will | 259 | To compile this driver as a module, choose M here: the module will |
260 | be called winbond_cir. | 260 | be called winbond_cir. |
261 | 261 | ||
262 | config IR_IGUANA | ||
263 | tristate "IguanaWorks USB IR Transceiver" | ||
264 | depends on RC_CORE | ||
265 | select USB | ||
266 | ---help--- | ||
267 | Say Y here if you want to use the IgaunaWorks USB IR Transceiver. | ||
268 | Both infrared receive and send are supported. | ||
269 | |||
270 | To compile this driver as a module, choose M here: the module will | ||
271 | be called iguanair. | ||
272 | |||
262 | config RC_LOOPBACK | 273 | config RC_LOOPBACK |
263 | tristate "Remote Control Loopback Driver" | 274 | tristate "Remote Control Loopback Driver" |
264 | depends on RC_CORE | 275 | depends on RC_CORE |