[media] ir: IR_RX51 only works on OMAP2
[GitHub/mt8127/android_kernel_alcatel_ttab.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
7a569f52
JW
87config IR_RC5_SZ_DECODER
88 tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol"
6bda9644 89 depends on RC_CORE
7a569f52
JW
90 select BITREVERSE
91 default y
92
93 ---help---
94 Enable this option if you have IR with RC-5 (streamzap) protocol,
95 and if the IR is decoded in software. (The Streamzap PC Remote
96 uses an IR protocol that is almost standard RC-5, but not quite,
97 as it uses an additional bit).
98
b32e7243
MCC
99config IR_SANYO_DECODER
100 tristate "Enable IR raw decoder for the Sanyo protocol"
101 depends on RC_CORE
102 default y
103
104 ---help---
105 Enable this option if you have an infrared remote control which
106 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
107 and you need software decoding support.
108
f5f2cc64
JW
109config IR_MCE_KBD_DECODER
110 tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
111 depends on RC_CORE
112 select BITREVERSE
113 default y
114
115 ---help---
116 Enable this option if you have a Microsoft Remote Keyboard for
117 Windows Media Center Edition, which you would like to use with
118 a raw IR receiver in your system.
c455f5c8 119endif #RC_DECODERS
f5f2cc64 120
b4c184e5
MCC
121menuconfig RC_DEVICES
122 bool "Remote Controller devices"
123 depends on RC_CORE
124
125if RC_DEVICES
126
9688efda 127config RC_ATI_REMOTE
3a7a6237 128 tristate "ATI / X10 based USB RF remote controls"
9688efda 129 depends on USB_ARCH_HAS_HCD
c34516e5 130 depends on RC_CORE
9688efda
AH
131 select USB
132 help
3a7a6237 133 Say Y here if you want to use an X10 based USB remote control.
9688efda 134 These are RF remotes with USB receivers.
3a7a6237
AH
135
136 Such devices include the ATI remote that comes with many of ATI's
137 All-In-Wonder video cards, the X10 "Lola" remote, NVIDIA RF remote,
138 Medion RF remote, and SnapStream FireFly remote.
139
9688efda
AH
140 This driver provides mouse pointer, left and right mouse buttons,
141 and maps all the other remote buttons to keypress events.
142
143 To compile this driver as a module, choose M here: the module will be
144 called ati_remote.
145
d322bf4a 146config IR_ENE
11b64d31 147 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
d322bf4a 148 depends on PNP
6bda9644 149 depends on RC_CORE
d322bf4a
JW
150 ---help---
151 Say Y here to enable support for integrated infrared receiver
11b64d31 152 /transceiver made by ENE.
d322bf4a
JW
153
154 You can see if you have it by looking at lspnp output.
11b64d31 155 Output should include ENE0100 ENE0200 or something similar.
d322bf4a
JW
156
157 To compile this driver as a module, choose M here: the
158 module will be called ene_ir.
159
21677cfc
JW
160config IR_IMON
161 tristate "SoundGraph iMON Receiver and Display"
162 depends on USB_ARCH_HAS_HCD
6bda9644 163 depends on RC_CORE
21677cfc
JW
164 select USB
165 ---help---
166 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
167 IR Receiver and/or LCD/VFD/VGA display.
168
169 To compile this driver as a module, choose M here: the
170 module will be called imon.
66e89522
JW
171
172config IR_MCEUSB
173 tristate "Windows Media Center Ed. eHome Infrared Transceiver"
174 depends on USB_ARCH_HAS_HCD
6bda9644 175 depends on RC_CORE
66e89522
JW
176 select USB
177 ---help---
178 Say Y here if you want to use a Windows Media Center Edition
179 eHome Infrared Transceiver.
180
181 To compile this driver as a module, choose M here: the
182 module will be called mceusb.
2c1101d5 183
620a32bb
JGS
184config IR_ITE_CIR
185 tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
186 depends on PNP
187 depends on RC_CORE
188 ---help---
189 Say Y here to enable support for integrated infrared receivers
190 /transceivers made by ITE Tech Inc. These are found in
191 several ASUS devices, like the ASUS Digimatrix or the ASUS
192 EEEBox 1501U.
193
194 To compile this driver as a module, choose M here: the
195 module will be called ite-cir.
196
9bdc79ea
JW
197config IR_FINTEK
198 tristate "Fintek Consumer Infrared Transceiver"
199 depends on PNP
200 depends on RC_CORE
201 ---help---
202 Say Y here to enable support for integrated infrared receiver
203 /transciever made by Fintek. This chip is found on assorted
204 Jetway motherboards (and of course, possibly others).
205
206 To compile this driver as a module, choose M here: the
207 module will be called fintek-cir.
208
d322bf4a
JW
209config IR_NUVOTON
210 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
931e39a1 211 depends on PNP
6bda9644 212 depends on RC_CORE
931e39a1
ML
213 ---help---
214 Say Y here to enable support for integrated infrared receiver
d322bf4a
JW
215 /transciever made by Nuvoton (formerly Winbond). This chip is
216 found in the ASRock ION 330HT, as well as assorted Intel
217 DP55-series motherboards (and of course, possibly others).
931e39a1
ML
218
219 To compile this driver as a module, choose M here: the
d322bf4a 220 module will be called nuvoton-cir.
931e39a1 221
2154be65
JW
222config IR_REDRAT3
223 tristate "RedRat3 IR Transceiver"
224 depends on USB_ARCH_HAS_HCD
225 depends on RC_CORE
226 select USB
227 ---help---
228 Say Y here if you want to use a RedRat3 Infrared Transceiver.
229
230 To compile this driver as a module, choose M here: the
231 module will be called redrat3.
232
2c1101d5
JW
233config IR_STREAMZAP
234 tristate "Streamzap PC Remote IR Receiver"
235 depends on USB_ARCH_HAS_HCD
6bda9644 236 depends on RC_CORE
2c1101d5
JW
237 select USB
238 ---help---
239 Say Y here if you want to use a Streamzap PC Remote
240 Infrared Receiver.
241
242 To compile this driver as a module, choose M here: the
243 module will be called streamzap.
ade321c5 244
5b2e303f 245config IR_WINBOND_CIR
baf075ec
MCC
246 tristate "Winbond IR remote control"
247 depends on X86 && PNP
6bda9644 248 depends on RC_CORE
baf075ec
MCC
249 select NEW_LEDS
250 select LEDS_CLASS
251 select LEDS_TRIGGERS
252 select BITREVERSE
253 ---help---
254 Say Y here if you want to use the IR remote functionality found
255 in some Winbond SuperI/O chips. Currently only the WPCD376I
256 chip is supported (included in some Intel Media series
5b2e303f
DH
257 motherboards).
258
baf075ec 259 To compile this driver as a module, choose M here: the module will
5b2e303f
DH
260 be called winbond_cir.
261
26ff6313
SY
262config IR_IGUANA
263 tristate "IguanaWorks USB IR Transceiver"
ac6eb458 264 depends on USB_ARCH_HAS_HCD
26ff6313
SY
265 depends on RC_CORE
266 select USB
267 ---help---
0797b480
SY
268 Say Y here if you want to use the IguanaWorks USB IR Transceiver.
269 Both infrared receive and send are supported. If you want to
270 change the ID or the pin config, use the user space driver from
271 IguanaWorks.
272
273 Only firmware 0x0205 and later is supported.
26ff6313
SY
274
275 To compile this driver as a module, choose M here: the module will
276 be called iguanair.
277
0938069f
SY
278config IR_TTUSBIR
279 tristate "TechnoTrend USB IR Receiver"
3ab2a83e 280 depends on USB_ARCH_HAS_HCD
0938069f
SY
281 depends on RC_CORE
282 select USB
283 select NEW_LEDS
284 select LEDS_CLASS
285 ---help---
286 Say Y here if you want to use the TechnoTrend USB IR Receiver. The
287 driver can control the led.
288
289 To compile this driver as a module, choose M here: the module will
290 be called ttusbir.
291
c332e847 292config IR_RX51
2ea4b442 293 tristate "Nokia N900 IR transmitter diode"
e71918ea 294 depends on OMAP_DM_TIMER && ARCH_OMAP2PLUS && LIRC && !ARCH_MULTIPLATFORM
c332e847
TK
295 ---help---
296 Say Y or M here if you want to enable support for the IR
297 transmitter diode built in the Nokia N900 (RX51) device.
298
362b29ba 299 The driver uses omap DM timers for generating the carrier
c332e847
TK
300 wave and pulses.
301
801c73c0
DH
302config RC_LOOPBACK
303 tristate "Remote Control Loopback Driver"
304 depends on RC_CORE
305 ---help---
306 Say Y here if you want support for the remote control loopback
307 driver which allows TX data to be sent back as RX data.
308 This is mostly useful for debugging purposes.
309
310 If you're not sure, select N here.
311
312 To compile this driver as a module, choose M here: the module will
313 be called rc_loopback.
314
fd0f6851
RK
315config IR_GPIO_CIR
316 tristate "GPIO IR remote control"
317 depends on RC_CORE
318 ---help---
319 Say Y if you want to use GPIO based IR Receiver.
320
321 To compile this driver as a module, choose M here: the module will
322 be called gpio-ir-recv.
323
b4c184e5 324endif #RC_DEVICES