[media] Documentation: bindings: add documentation for ir-spi device driver
[linux-2.6-block.git] / drivers / media / rc / Kconfig
CommitLineData
b4c184e5
MCC
1config RC_CORE
2 tristate
3 depends on MEDIA_RC_SUPPORT
e27d3811 4 depends on INPUT
b4c184e5 5 default y
cfec93f7 6
c455f5c8
MCC
7source "drivers/media/rc/keymaps/Kconfig"
8
9menuconfig RC_DECODERS
10 bool "Remote controller decoders"
11 depends on RC_CORE
12 default y
13
14if RC_DECODERS
4a62a5ab 15config LIRC
b4c184e5
MCC
16 tristate "LIRC interface driver"
17 depends on RC_CORE
4a62a5ab
JW
18
19 ---help---
20 Enable this option to build the Linux Infrared Remote
21 Control (LIRC) core device interface driver. The LIRC
22 interface passes raw IR to and from userspace, where the
ade321c5 23 LIRC daemon handles protocol decoding for IR reception and
4a62a5ab
JW
24 encoding for IR transmitting (aka "blasting").
25
94f74767
MCC
26config IR_LIRC_CODEC
27 tristate "Enable IR to LIRC bridge"
28 depends on RC_CORE
29 depends on LIRC
30 default y
31
32 ---help---
33 Enable this option to pass raw IR to and from userspace via
34 the LIRC interface.
35
36
995187be 37config IR_NEC_DECODER
897c7b3b 38 tristate "Enable IR raw decoder for the NEC protocol"
6bda9644 39 depends on RC_CORE
58aac2bf 40 select BITREVERSE
995187be
MCC
41 default y
42
43 ---help---
44 Enable this option if you have IR with NEC protocol, and
45 if the IR is decoded in software
db1423a6
MCC
46
47config IR_RC5_DECODER
897c7b3b 48 tristate "Enable IR raw decoder for the RC-5 protocol"
6bda9644 49 depends on RC_CORE
033608c1 50 select BITREVERSE
db1423a6
MCC
51 default y
52
53 ---help---
54 Enable this option if you have IR with RC-5 protocol, and
55 if the IR is decoded in software
784a4931
DH
56
57config IR_RC6_DECODER
58 tristate "Enable IR raw decoder for the RC6 protocol"
6bda9644 59 depends on RC_CORE
2135436a 60 select BITREVERSE
784a4931
DH
61 default y
62
63 ---help---
64 Enable this option if you have an infrared remote control which
65 uses the RC6 protocol, and you need software decoding support.
21677cfc 66
bf670f64
DH
67config IR_JVC_DECODER
68 tristate "Enable IR raw decoder for the JVC protocol"
6bda9644 69 depends on RC_CORE
f9839da0 70 select BITREVERSE
bf670f64
DH
71 default y
72
73 ---help---
74 Enable this option if you have an infrared remote control which
75 uses the JVC protocol, and you need software decoding support.
76
3fe29c89
DH
77config IR_SONY_DECODER
78 tristate "Enable IR raw decoder for the Sony protocol"
6bda9644 79 depends on RC_CORE
b66d2086 80 select BITREVERSE
3fe29c89
DH
81 default y
82
83 ---help---
84 Enable this option if you have an infrared remote control which
85 uses the Sony protocol, and you need software decoding support.
86
b32e7243
MCC
87config IR_SANYO_DECODER
88 tristate "Enable IR raw decoder for the Sanyo protocol"
89 depends on RC_CORE
90 default y
91
92 ---help---
93 Enable this option if you have an infrared remote control which
94 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
95 and you need software decoding support.
96
1d184b0b
JH
97config IR_SHARP_DECODER
98 tristate "Enable IR raw decoder for the Sharp protocol"
99 depends on RC_CORE
100 default y
101
102 ---help---
103 Enable this option if you have an infrared remote control which
1b0621af
HK
104 uses the Sharp protocol (Sharp, Denon), and you need software
105 decoding support.
1d184b0b 106
f5f2cc64
JW
107config IR_MCE_KBD_DECODER
108 tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
109 depends on RC_CORE
110 select BITREVERSE
111 default y
112
113 ---help---
114 Enable this option if you have a Microsoft Remote Keyboard for
115 Windows Media Center Edition, which you would like to use with
116 a raw IR receiver in your system.
1dee9b59
MM
117
118config IR_XMP_DECODER
119 tristate "Enable IR raw decoder for the XMP protocol"
120 depends on RC_CORE
121 select BITREVERSE
122 default y
123
124 ---help---
125 Enable this option if you have IR with XMP protocol, and
126 if the IR is decoded in software
c455f5c8 127endif #RC_DECODERS
f5f2cc64 128
b4c184e5
MCC
129menuconfig RC_DEVICES
130 bool "Remote Controller devices"
131 depends on RC_CORE
132
133if RC_DEVICES
134
9688efda 135config RC_ATI_REMOTE
3a7a6237 136 tristate "ATI / X10 based USB RF remote controls"
9688efda 137 depends on USB_ARCH_HAS_HCD
c34516e5 138 depends on RC_CORE
9688efda
AH
139 select USB
140 help
3a7a6237 141 Say Y here if you want to use an X10 based USB remote control.
9688efda 142 These are RF remotes with USB receivers.
3a7a6237
AH
143
144 Such devices include the ATI remote that comes with many of ATI's
145 All-In-Wonder video cards, the X10 "Lola" remote, NVIDIA RF remote,
146 Medion RF remote, and SnapStream FireFly remote.
147
9688efda
AH
148 This driver provides mouse pointer, left and right mouse buttons,
149 and maps all the other remote buttons to keypress events.
150
151 To compile this driver as a module, choose M here: the module will be
152 called ati_remote.
153
d322bf4a 154config IR_ENE
11b64d31 155 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
d322bf4a 156 depends on PNP
6bda9644 157 depends on RC_CORE
d322bf4a
JW
158 ---help---
159 Say Y here to enable support for integrated infrared receiver
11b64d31 160 /transceiver made by ENE.
d322bf4a
JW
161
162 You can see if you have it by looking at lspnp output.
11b64d31 163 Output should include ENE0100 ENE0200 or something similar.
d322bf4a
JW
164
165 To compile this driver as a module, choose M here: the
166 module will be called ene_ir.
167
a84fcdaa
GY
168config IR_HIX5HD2
169 tristate "Hisilicon hix5hd2 IR remote control"
170 depends on RC_CORE
171 help
172 Say Y here if you want to use hisilicon hix5hd2 remote control.
173 To compile this driver as a module, choose M here: the module will be
174 called ir-hix5hd2.
175
176 If you're not sure, select N here
177
21677cfc
JW
178config IR_IMON
179 tristate "SoundGraph iMON Receiver and Display"
180 depends on USB_ARCH_HAS_HCD
6bda9644 181 depends on RC_CORE
21677cfc
JW
182 select USB
183 ---help---
184 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
185 IR Receiver and/or LCD/VFD/VGA display.
186
187 To compile this driver as a module, choose M here: the
188 module will be called imon.
66e89522
JW
189
190config IR_MCEUSB
191 tristate "Windows Media Center Ed. eHome Infrared Transceiver"
192 depends on USB_ARCH_HAS_HCD
6bda9644 193 depends on RC_CORE
66e89522
JW
194 select USB
195 ---help---
196 Say Y here if you want to use a Windows Media Center Edition
197 eHome Infrared Transceiver.
198
199 To compile this driver as a module, choose M here: the
200 module will be called mceusb.
2c1101d5 201
620a32bb
JGS
202config IR_ITE_CIR
203 tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
204 depends on PNP
205 depends on RC_CORE
206 ---help---
207 Say Y here to enable support for integrated infrared receivers
208 /transceivers made by ITE Tech Inc. These are found in
209 several ASUS devices, like the ASUS Digimatrix or the ASUS
210 EEEBox 1501U.
211
212 To compile this driver as a module, choose M here: the
213 module will be called ite-cir.
214
9bdc79ea
JW
215config IR_FINTEK
216 tristate "Fintek Consumer Infrared Transceiver"
217 depends on PNP
218 depends on RC_CORE
219 ---help---
220 Say Y here to enable support for integrated infrared receiver
221 /transciever made by Fintek. This chip is found on assorted
222 Jetway motherboards (and of course, possibly others).
223
224 To compile this driver as a module, choose M here: the
225 module will be called fintek-cir.
226
12ddbadf
BG
227config IR_MESON
228 tristate "Amlogic Meson IR remote receiver"
229 depends on RC_CORE
230 depends on ARCH_MESON || COMPILE_TEST
231 ---help---
232 Say Y if you want to use the IR remote receiver available
233 on Amlogic Meson SoCs.
234
235 To compile this driver as a module, choose M here: the
236 module will be called meson-ir.
237
d322bf4a
JW
238config IR_NUVOTON
239 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
931e39a1 240 depends on PNP
6bda9644 241 depends on RC_CORE
931e39a1
ML
242 ---help---
243 Say Y here to enable support for integrated infrared receiver
d322bf4a
JW
244 /transciever made by Nuvoton (formerly Winbond). This chip is
245 found in the ASRock ION 330HT, as well as assorted Intel
246 DP55-series motherboards (and of course, possibly others).
931e39a1
ML
247
248 To compile this driver as a module, choose M here: the
d322bf4a 249 module will be called nuvoton-cir.
931e39a1 250
2154be65
JW
251config IR_REDRAT3
252 tristate "RedRat3 IR Transceiver"
253 depends on USB_ARCH_HAS_HCD
254 depends on RC_CORE
bf139726
SY
255 select NEW_LEDS
256 select LEDS_CLASS
2154be65
JW
257 select USB
258 ---help---
259 Say Y here if you want to use a RedRat3 Infrared Transceiver.
260
261 To compile this driver as a module, choose M here: the
262 module will be called redrat3.
263
2c1101d5
JW
264config IR_STREAMZAP
265 tristate "Streamzap PC Remote IR Receiver"
266 depends on USB_ARCH_HAS_HCD
6bda9644 267 depends on RC_CORE
2c1101d5
JW
268 select USB
269 ---help---
270 Say Y here if you want to use a Streamzap PC Remote
271 Infrared Receiver.
272
273 To compile this driver as a module, choose M here: the
274 module will be called streamzap.
ade321c5 275
5b2e303f 276config IR_WINBOND_CIR
baf075ec
MCC
277 tristate "Winbond IR remote control"
278 depends on X86 && PNP
6bda9644 279 depends on RC_CORE
baf075ec
MCC
280 select NEW_LEDS
281 select LEDS_CLASS
baf075ec
MCC
282 select BITREVERSE
283 ---help---
284 Say Y here if you want to use the IR remote functionality found
285 in some Winbond SuperI/O chips. Currently only the WPCD376I
286 chip is supported (included in some Intel Media series
5b2e303f
DH
287 motherboards).
288
baf075ec 289 To compile this driver as a module, choose M here: the module will
5b2e303f
DH
290 be called winbond_cir.
291
b1c97193
SY
292config IR_IGORPLUGUSB
293 tristate "IgorPlug-USB IR Receiver"
294 depends on USB_ARCH_HAS_HCD
295 depends on RC_CORE
296 select USB
297 ---help---
298 Say Y here if you want to use the IgorPlug-USB IR Receiver by
299 Igor Cesko. This device is included on the Fit-PC2.
300
301 Note that this device can only record bursts of 36 IR pulses and
302 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
303
304 To compile this driver as a module, choose M here: the module will
305 be called igorplugusb.
306
26ff6313
SY
307config IR_IGUANA
308 tristate "IguanaWorks USB IR Transceiver"
ac6eb458 309 depends on USB_ARCH_HAS_HCD
26ff6313
SY
310 depends on RC_CORE
311 select USB
312 ---help---
0797b480
SY
313 Say Y here if you want to use the IguanaWorks USB IR Transceiver.
314 Both infrared receive and send are supported. If you want to
315 change the ID or the pin config, use the user space driver from
316 IguanaWorks.
317
318 Only firmware 0x0205 and later is supported.
26ff6313
SY
319
320 To compile this driver as a module, choose M here: the module will
321 be called iguanair.
322
0938069f
SY
323config IR_TTUSBIR
324 tristate "TechnoTrend USB IR Receiver"
3ab2a83e 325 depends on USB_ARCH_HAS_HCD
0938069f
SY
326 depends on RC_CORE
327 select USB
328 select NEW_LEDS
329 select LEDS_CLASS
330 ---help---
331 Say Y here if you want to use the TechnoTrend USB IR Receiver. The
332 driver can control the led.
333
334 To compile this driver as a module, choose M here: the module will
335 be called ttusbir.
336
c332e847 337config IR_RX51
2ea4b442 338 tristate "Nokia N900 IR transmitter diode"
4406d52a 339 depends on OMAP_DM_TIMER && PWM_OMAP_DMTIMER && ARCH_OMAP2PLUS && LIRC
c332e847
TK
340 ---help---
341 Say Y or M here if you want to enable support for the IR
342 transmitter diode built in the Nokia N900 (RX51) device.
343
362b29ba 344 The driver uses omap DM timers for generating the carrier
c332e847
TK
345 wave and pulses.
346
54b29120
JH
347source "drivers/media/rc/img-ir/Kconfig"
348
801c73c0
DH
349config RC_LOOPBACK
350 tristate "Remote Control Loopback Driver"
351 depends on RC_CORE
352 ---help---
353 Say Y here if you want support for the remote control loopback
354 driver which allows TX data to be sent back as RX data.
355 This is mostly useful for debugging purposes.
356
357 If you're not sure, select N here.
358
359 To compile this driver as a module, choose M here: the module will
360 be called rc_loopback.
361
fd0f6851
RK
362config IR_GPIO_CIR
363 tristate "GPIO IR remote control"
364 depends on RC_CORE
365 ---help---
366 Say Y if you want to use GPIO based IR Receiver.
367
368 To compile this driver as a module, choose M here: the module will
369 be called gpio-ir-recv.
370
80f93c7b
SK
371config RC_ST
372 tristate "ST remote control receiver"
7155043c
MCC
373 depends on RC_CORE
374 depends on ARCH_STI || COMPILE_TEST
cfcffe39
HV
375 ---help---
376 Say Y here if you want support for ST remote control driver
377 which allows both IR and UHF RX.
378 The driver passes raw pulse and space information to the LIRC decoder.
80f93c7b 379
cfcffe39 380 If you're not sure, select N here.
80f93c7b 381
b4e3e59f 382config IR_SUNXI
cfcffe39
HV
383 tristate "SUNXI IR remote control"
384 depends on RC_CORE
385 depends on ARCH_SUNXI || COMPILE_TEST
386 ---help---
387 Say Y if you want to use sunXi internal IR Controller
388
389 To compile this driver as a module, choose M here: the module will
390 be called sunxi-ir.
b4e3e59f 391
fa5dc29c
SY
392config IR_SERIAL
393 tristate "Homebrew Serial Port Receiver"
394 depends on RC_CORE
395 ---help---
396 Say Y if you want to use Homebrew Serial Port Receivers and
397 Transceivers.
398
399 To compile this driver as a module, choose M here: the module will
400 be called serial-ir.
401
402config IR_SERIAL_TRANSMITTER
403 bool "Serial Port Transmitter"
404 default y
405 depends on IR_SERIAL
406 ---help---
407 Serial Port Transmitter support
408
b4c184e5 409endif #RC_DEVICES