Merge branch 'rmobile/urgent' into rmobile-fixes-for-linus
[linux-2.6-block.git] / drivers / media / rc / Kconfig
CommitLineData
6bda9644
MCC
1menuconfig RC_CORE
2 tristate "Remote Controller adapters"
e27d3811
MCC
3 depends on INPUT
4 default INPUT
cfec93f7
MCC
5 ---help---
6 Enable support for Remote Controllers on Linux. This is
9688efda
AH
7 needed in order to support several video capture adapters,
8 standalone IR receivers/transmitters, and RF receivers.
446e4a64 9
cfec93f7
MCC
10 Enable this option if you have a video capture board even
11 if you don't need IR, as otherwise, you may not be able to
12 compile the driver for your adapter.
ade321c5 13
6bda9644 14if RC_CORE
cfec93f7 15
4a62a5ab
JW
16config LIRC
17 tristate
18 default y
19
20 ---help---
21 Enable this option to build the Linux Infrared Remote
22 Control (LIRC) core device interface driver. The LIRC
23 interface passes raw IR to and from userspace, where the
ade321c5 24 LIRC daemon handles protocol decoding for IR reception and
4a62a5ab
JW
25 encoding for IR transmitting (aka "blasting").
26
32cf86f6 27source "drivers/media/rc/keymaps/Kconfig"
6686fa69 28
995187be 29config IR_NEC_DECODER
897c7b3b 30 tristate "Enable IR raw decoder for the NEC protocol"
6bda9644 31 depends on RC_CORE
58aac2bf 32 select BITREVERSE
995187be
MCC
33 default y
34
35 ---help---
36 Enable this option if you have IR with NEC protocol, and
37 if the IR is decoded in software
db1423a6
MCC
38
39config IR_RC5_DECODER
897c7b3b 40 tristate "Enable IR raw decoder for the RC-5 protocol"
6bda9644 41 depends on RC_CORE
033608c1 42 select BITREVERSE
db1423a6
MCC
43 default y
44
45 ---help---
46 Enable this option if you have IR with RC-5 protocol, and
47 if the IR is decoded in software
784a4931
DH
48
49config IR_RC6_DECODER
50 tristate "Enable IR raw decoder for the RC6 protocol"
6bda9644 51 depends on RC_CORE
2135436a 52 select BITREVERSE
784a4931
DH
53 default y
54
55 ---help---
56 Enable this option if you have an infrared remote control which
57 uses the RC6 protocol, and you need software decoding support.
21677cfc 58
bf670f64
DH
59config IR_JVC_DECODER
60 tristate "Enable IR raw decoder for the JVC protocol"
6bda9644 61 depends on RC_CORE
f9839da0 62 select BITREVERSE
bf670f64
DH
63 default y
64
65 ---help---
66 Enable this option if you have an infrared remote control which
67 uses the JVC protocol, and you need software decoding support.
68
3fe29c89
DH
69config IR_SONY_DECODER
70 tristate "Enable IR raw decoder for the Sony protocol"
6bda9644 71 depends on RC_CORE
3fe29c89
DH
72 default y
73
74 ---help---
75 Enable this option if you have an infrared remote control which
76 uses the Sony protocol, and you need software decoding support.
77
7a569f52
JW
78config IR_RC5_SZ_DECODER
79 tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol"
6bda9644 80 depends on RC_CORE
7a569f52
JW
81 select BITREVERSE
82 default y
83
84 ---help---
85 Enable this option if you have IR with RC-5 (streamzap) protocol,
86 and if the IR is decoded in software. (The Streamzap PC Remote
87 uses an IR protocol that is almost standard RC-5, but not quite,
88 as it uses an additional bit).
89
b32e7243
MCC
90config IR_SANYO_DECODER
91 tristate "Enable IR raw decoder for the Sanyo protocol"
92 depends on RC_CORE
93 default y
94
95 ---help---
96 Enable this option if you have an infrared remote control which
97 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
98 and you need software decoding support.
99
f5f2cc64
JW
100config IR_MCE_KBD_DECODER
101 tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
102 depends on RC_CORE
103 select BITREVERSE
104 default y
105
106 ---help---
107 Enable this option if you have a Microsoft Remote Keyboard for
108 Windows Media Center Edition, which you would like to use with
109 a raw IR receiver in your system.
110
ca414698
JW
111config IR_LIRC_CODEC
112 tristate "Enable IR to LIRC bridge"
6bda9644 113 depends on RC_CORE
ca414698
JW
114 depends on LIRC
115 default y
116
117 ---help---
118 Enable this option to pass raw IR to and from userspace via
119 the LIRC interface.
120
9688efda 121config RC_ATI_REMOTE
3a7a6237 122 tristate "ATI / X10 based USB RF remote controls"
9688efda 123 depends on USB_ARCH_HAS_HCD
c34516e5 124 depends on RC_CORE
9688efda
AH
125 select USB
126 help
3a7a6237 127 Say Y here if you want to use an X10 based USB remote control.
9688efda 128 These are RF remotes with USB receivers.
3a7a6237
AH
129
130 Such devices include the ATI remote that comes with many of ATI's
131 All-In-Wonder video cards, the X10 "Lola" remote, NVIDIA RF remote,
132 Medion RF remote, and SnapStream FireFly remote.
133
9688efda
AH
134 This driver provides mouse pointer, left and right mouse buttons,
135 and maps all the other remote buttons to keypress events.
136
137 To compile this driver as a module, choose M here: the module will be
138 called ati_remote.
139
d322bf4a 140config IR_ENE
11b64d31 141 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
d322bf4a 142 depends on PNP
6bda9644 143 depends on RC_CORE
d322bf4a
JW
144 ---help---
145 Say Y here to enable support for integrated infrared receiver
11b64d31 146 /transceiver made by ENE.
d322bf4a
JW
147
148 You can see if you have it by looking at lspnp output.
11b64d31 149 Output should include ENE0100 ENE0200 or something similar.
d322bf4a
JW
150
151 To compile this driver as a module, choose M here: the
152 module will be called ene_ir.
153
21677cfc
JW
154config IR_IMON
155 tristate "SoundGraph iMON Receiver and Display"
156 depends on USB_ARCH_HAS_HCD
6bda9644 157 depends on RC_CORE
21677cfc
JW
158 select USB
159 ---help---
160 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
161 IR Receiver and/or LCD/VFD/VGA display.
162
163 To compile this driver as a module, choose M here: the
164 module will be called imon.
66e89522
JW
165
166config IR_MCEUSB
167 tristate "Windows Media Center Ed. eHome Infrared Transceiver"
168 depends on USB_ARCH_HAS_HCD
6bda9644 169 depends on RC_CORE
66e89522
JW
170 select USB
171 ---help---
172 Say Y here if you want to use a Windows Media Center Edition
173 eHome Infrared Transceiver.
174
175 To compile this driver as a module, choose M here: the
176 module will be called mceusb.
2c1101d5 177
620a32bb
JGS
178config IR_ITE_CIR
179 tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
180 depends on PNP
181 depends on RC_CORE
182 ---help---
183 Say Y here to enable support for integrated infrared receivers
184 /transceivers made by ITE Tech Inc. These are found in
185 several ASUS devices, like the ASUS Digimatrix or the ASUS
186 EEEBox 1501U.
187
188 To compile this driver as a module, choose M here: the
189 module will be called ite-cir.
190
9bdc79ea
JW
191config IR_FINTEK
192 tristate "Fintek Consumer Infrared Transceiver"
193 depends on PNP
194 depends on RC_CORE
195 ---help---
196 Say Y here to enable support for integrated infrared receiver
197 /transciever made by Fintek. This chip is found on assorted
198 Jetway motherboards (and of course, possibly others).
199
200 To compile this driver as a module, choose M here: the
201 module will be called fintek-cir.
202
d322bf4a
JW
203config IR_NUVOTON
204 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
931e39a1 205 depends on PNP
6bda9644 206 depends on RC_CORE
931e39a1
ML
207 ---help---
208 Say Y here to enable support for integrated infrared receiver
d322bf4a
JW
209 /transciever made by Nuvoton (formerly Winbond). This chip is
210 found in the ASRock ION 330HT, as well as assorted Intel
211 DP55-series motherboards (and of course, possibly others).
931e39a1
ML
212
213 To compile this driver as a module, choose M here: the
d322bf4a 214 module will be called nuvoton-cir.
931e39a1 215
2154be65
JW
216config IR_REDRAT3
217 tristate "RedRat3 IR Transceiver"
218 depends on USB_ARCH_HAS_HCD
219 depends on RC_CORE
220 select USB
221 ---help---
222 Say Y here if you want to use a RedRat3 Infrared Transceiver.
223
224 To compile this driver as a module, choose M here: the
225 module will be called redrat3.
226
2c1101d5
JW
227config IR_STREAMZAP
228 tristate "Streamzap PC Remote IR Receiver"
229 depends on USB_ARCH_HAS_HCD
6bda9644 230 depends on RC_CORE
2c1101d5
JW
231 select USB
232 ---help---
233 Say Y here if you want to use a Streamzap PC Remote
234 Infrared Receiver.
235
236 To compile this driver as a module, choose M here: the
237 module will be called streamzap.
ade321c5 238
5b2e303f 239config IR_WINBOND_CIR
baf075ec
MCC
240 tristate "Winbond IR remote control"
241 depends on X86 && PNP
6bda9644 242 depends on RC_CORE
baf075ec
MCC
243 select NEW_LEDS
244 select LEDS_CLASS
245 select LEDS_TRIGGERS
246 select BITREVERSE
247 ---help---
248 Say Y here if you want to use the IR remote functionality found
249 in some Winbond SuperI/O chips. Currently only the WPCD376I
250 chip is supported (included in some Intel Media series
5b2e303f
DH
251 motherboards).
252
baf075ec 253 To compile this driver as a module, choose M here: the module will
5b2e303f
DH
254 be called winbond_cir.
255
801c73c0
DH
256config RC_LOOPBACK
257 tristate "Remote Control Loopback Driver"
258 depends on RC_CORE
259 ---help---
260 Say Y here if you want support for the remote control loopback
261 driver which allows TX data to be sent back as RX data.
262 This is mostly useful for debugging purposes.
263
264 If you're not sure, select N here.
265
266 To compile this driver as a module, choose M here: the module will
267 be called rc_loopback.
268
6bda9644 269endif #RC_CORE