Merge branch 'topic/asoc' into for-linus
[deliverable/linux.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 default y
37
38 ---help---
39 Enable this option if you have an infrared remote control which
40 uses the RC6 protocol, and you need software decoding support.
41
42 config IR_JVC_DECODER
43 tristate "Enable IR raw decoder for the JVC protocol"
44 depends on IR_CORE
45 default y
46
47 ---help---
48 Enable this option if you have an infrared remote control which
49 uses the JVC protocol, and you need software decoding support.
50
51 config IR_SONY_DECODER
52 tristate "Enable IR raw decoder for the Sony protocol"
53 depends on IR_CORE
54 default y
55
56 ---help---
57 Enable this option if you have an infrared remote control which
58 uses the Sony protocol, and you need software decoding support.
59
60 config IR_IMON
61 tristate "SoundGraph iMON Receiver and Display"
62 depends on USB_ARCH_HAS_HCD
63 depends on IR_CORE
64 select USB
65 ---help---
66 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
67 IR Receiver and/or LCD/VFD/VGA display.
68
69 To compile this driver as a module, choose M here: the
70 module will be called imon.
This page took 0.046136 seconds and 6 git commands to generate.