]> bbs.cooldavid.org Git - net-next-2.6.git/blob - drivers/media/IR/Kconfig
V4L/DVB: media/IR: nec-decoder needs to select BITREV
[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         select BITREVERSE
27         default y
28
29         ---help---
30            Enable this option if you have IR with RC-5 protocol, and
31            if the IR is decoded in software
32
33 config IR_RC6_DECODER
34         tristate "Enable IR raw decoder for the RC6 protocol"
35         depends on IR_CORE
36         select BITREVERSE
37         default y
38
39         ---help---
40            Enable this option if you have an infrared remote control which
41            uses the RC6 protocol, and you need software decoding support.
42
43 config IR_JVC_DECODER
44         tristate "Enable IR raw decoder for the JVC protocol"
45         depends on IR_CORE
46         default y
47
48         ---help---
49            Enable this option if you have an infrared remote control which
50            uses the JVC protocol, and you need software decoding support.
51
52 config IR_SONY_DECODER
53         tristate "Enable IR raw decoder for the Sony protocol"
54         depends on IR_CORE
55         default y
56
57         ---help---
58            Enable this option if you have an infrared remote control which
59            uses the Sony protocol, and you need software decoding support.
60
61 config IR_IMON
62         tristate "SoundGraph iMON Receiver and Display"
63         depends on USB_ARCH_HAS_HCD
64         depends on IR_CORE
65         select USB
66         ---help---
67            Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
68            IR Receiver and/or LCD/VFD/VGA display.
69
70            To compile this driver as a module, choose M here: the
71            module will be called imon.
72
73 config IR_MCEUSB
74         tristate "Windows Media Center Ed. eHome Infrared Transceiver"
75         depends on USB_ARCH_HAS_HCD
76         depends on IR_CORE
77         select USB
78         ---help---
79            Say Y here if you want to use a Windows Media Center Edition
80            eHome Infrared Transceiver.
81
82            To compile this driver as a module, choose M here: the
83            module will be called mceusb.