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