diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-04-16 17:29:02 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:57:42 -0400 |
commit | 21677cfc562a27e099719d413287bc8d1d24deb7 (patch) | |
tree | ab79b7cc6efbc329a3b0b3c1649932cd430c1d9f /drivers/media/IR/Kconfig | |
parent | 1159f838c0a334855c05c7c94f7a20799c57442d (diff) |
V4L/DVB: ir-core: add imon driver
This is a new driver for the SoundGraph iMON and Antec Veris IR/display
devices commonly found in many home theater pc cases and as after-market
case additions.
[mchehab@redhat.com: add KERN_CONT on line 2098 to shutup checkpatc.pl]
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/IR/Kconfig')
-rw-r--r-- | drivers/media/IR/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/IR/Kconfig b/drivers/media/IR/Kconfig index ee66d16d9ff2..dae5ea113867 100644 --- a/drivers/media/IR/Kconfig +++ b/drivers/media/IR/Kconfig | |||
@@ -36,3 +36,15 @@ config IR_RC6_DECODER | |||
36 | ---help--- | 36 | ---help--- |
37 | Enable this option if you have an infrared remote control which | 37 | Enable this option if you have an infrared remote control which |
38 | uses the RC6 protocol, and you need software decoding support. | 38 | uses the RC6 protocol, and you need software decoding support. |
39 | |||
40 | config IR_IMON | ||
41 | tristate "SoundGraph iMON Receiver and Display" | ||
42 | depends on USB_ARCH_HAS_HCD | ||
43 | depends on IR_CORE | ||
44 | select USB | ||
45 | ---help--- | ||
46 | Say Y here if you want to use a SoundGraph iMON (aka Antec Veris) | ||
47 | IR Receiver and/or LCD/VFD/VGA display. | ||
48 | |||
49 | To compile this driver as a module, choose M here: the | ||
50 | module will be called imon. | ||