V4L/DVB: ir-core: add imon driver
[pandora-kernel.git] / drivers / media / IR / Kconfig
1 config IR_CORE
2         tristate
3         depends on INPUT
4         default INPUT
5
6 config VIDEO_IR
7         tristate
8         depends on IR_CORE
9         default IR_CORE
10
11 source "drivers/media/IR/keymaps/Kconfig"
12
13 config IR_NEC_DECODER
14         tristate "Enable IR raw decoder for the NEC protocol"
15         depends on IR_CORE
16         default y
17
18         ---help---
19            Enable this option if you have IR with NEC protocol, and
20            if the IR is decoded in software
21
22 config IR_RC5_DECODER
23         tristate "Enable IR raw decoder for the RC-5 protocol"
24         depends on IR_CORE
25         default y
26
27         ---help---
28            Enable this option if you have IR with RC-5 protocol, and
29            if the IR is decoded in software
30
31 config IR_RC6_DECODER
32         tristate "Enable IR raw decoder for the RC6 protocol"
33         depends on IR_CORE
34         default y
35
36         ---help---
37            Enable this option if you have an infrared remote control which
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.