]> bbs.cooldavid.org Git - net-next-2.6.git/blob - drivers/media/IR/Kconfig
b45f3bc4a7b15dc0335e232bf28ef4f62ecc4393
[net-next-2.6.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         select BITREVERSE
17         default y
18
19         ---help---
20            Enable this option if you have IR with NEC protocol, and
21            if the IR is decoded in software
22
23 config IR_RC5_DECODER
24         tristate "Enable IR raw decoder for the RC-5 protocol"
25         depends on IR_CORE
26         default y
27
28         ---help---
29            Enable this option if you have IR with RC-5 protocol, and
30            if the IR is decoded in software
31
32 config IR_RC6_DECODER
33         tristate "Enable IR raw decoder for the RC6 protocol"
34         depends on IR_CORE
35         default y
36
37         ---help---
38            Enable this option if you have an infrared remote control which
39            uses the RC6 protocol, and you need software decoding support.
40
41 config IR_JVC_DECODER
42         tristate "Enable IR raw decoder for the JVC protocol"
43         depends on IR_CORE
44         default y
45
46         ---help---
47            Enable this option if you have an infrared remote control which
48            uses the JVC protocol, and you need software decoding support.
49
50 config IR_SONY_DECODER
51         tristate "Enable IR raw decoder for the Sony protocol"
52         depends on IR_CORE
53         default y
54
55         ---help---
56            Enable this option if you have an infrared remote control which
57            uses the Sony protocol, and you need software decoding support.
58
59 config IR_IMON
60         tristate "SoundGraph iMON Receiver and Display"
61         depends on USB_ARCH_HAS_HCD
62         depends on IR_CORE
63         select USB
64         ---help---
65            Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
66            IR Receiver and/or LCD/VFD/VGA display.
67
68            To compile this driver as a module, choose M here: the
69            module will be called imon.