diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-04-16 18:29:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 12:57:42 -0300 |
commit | 21677cfc562a27e099719d413287bc8d1d24deb7 (patch) | |
tree | ab79b7cc6efbc329a3b0b3c1649932cd430c1d9f /drivers/media/IR/Kconfig | |
parent | 1159f838c0a334855c05c7c94f7a20799c57442d (diff) | |
download | lwn-21677cfc562a27e099719d413287bc8d1d24deb7.tar.gz lwn-21677cfc562a27e099719d413287bc8d1d24deb7.zip |
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 ---help--- Enable this option if you have an infrared remote control which uses the RC6 protocol, and you need software decoding support. + +config IR_IMON + tristate "SoundGraph iMON Receiver and Display" + depends on USB_ARCH_HAS_HCD + depends on IR_CORE + select USB + ---help--- + Say Y here if you want to use a SoundGraph iMON (aka Antec Veris) + IR Receiver and/or LCD/VFD/VGA display. + + To compile this driver as a module, choose M here: the + module will be called imon. |