blob: d1d3fd00ed89664a2dab5d4b4bd8178f028ca913 [file] [log] [blame]
Mauro Carvalho Chehabb4c184e2012-05-28 08:17:47 -03001config RC_CORE
2 tristate
3 depends on MEDIA_RC_SUPPORT
Mauro Carvalho Chehabe27d3812009-12-11 08:00:00 -03004 depends on INPUT
Mauro Carvalho Chehabb4c184e2012-05-28 08:17:47 -03005 default y
Mauro Carvalho Chehabcfec93f2010-08-09 10:07:20 -03006
Mauro Carvalho Chehabc455f5c2012-07-06 09:12:59 -03007source "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
Jarod Wilson4a62a5a2010-07-03 01:06:57 -030015config LIRC
Mauro Carvalho Chehabb4c184e2012-05-28 08:17:47 -030016 tristate "LIRC interface driver"
17 depends on RC_CORE
Jarod Wilson4a62a5a2010-07-03 01:06:57 -030018
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
Maxim Levitskyade321c2010-07-31 11:59:14 -030023 LIRC daemon handles protocol decoding for IR reception and
Jarod Wilson4a62a5a2010-07-03 01:06:57 -030024 encoding for IR transmitting (aka "blasting").
25
Mauro Carvalho Chehab94f74762012-07-06 09:21:13 -030026config 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
Mauro Carvalho Chehab995187b2010-03-24 20:47:53 -030037config IR_NEC_DECODER
Mauro Carvalho Chehab897c7b32010-04-09 09:20:11 -030038 tristate "Enable IR raw decoder for the NEC protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030039 depends on RC_CORE
Randy Dunlap58aac2b2010-05-14 14:09:57 -030040 select BITREVERSE
Mauro Carvalho Chehab995187b2010-03-24 20:47:53 -030041 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
Mauro Carvalho Chehabdb1423a2010-04-04 10:27:20 -030046
47config IR_RC5_DECODER
Mauro Carvalho Chehab897c7b32010-04-09 09:20:11 -030048 tristate "Enable IR raw decoder for the RC-5 protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030049 depends on RC_CORE
Randy Dunlap033608c2010-05-26 14:08:51 -030050 select BITREVERSE
Mauro Carvalho Chehabdb1423a2010-04-04 10:27:20 -030051 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
David Härdeman784a4932010-04-08 20:04:40 -030056
57config IR_RC6_DECODER
58 tristate "Enable IR raw decoder for the RC6 protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030059 depends on RC_CORE
Randy Dunlap21354362010-05-26 14:08:51 -030060 select BITREVERSE
David Härdeman784a4932010-04-08 20:04:40 -030061 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.
Jarod Wilson21677cf2010-04-16 18:29:02 -030066
David Härdemanbf670f62010-04-15 18:46:05 -030067config IR_JVC_DECODER
68 tristate "Enable IR raw decoder for the JVC protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030069 depends on RC_CORE
Randy Dunlapf9839da2010-07-07 20:41:15 -030070 select BITREVERSE
David Härdemanbf670f62010-04-15 18:46:05 -030071 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
David Härdeman3fe29c82010-04-15 18:46:10 -030077config IR_SONY_DECODER
78 tristate "Enable IR raw decoder for the Sony protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030079 depends on RC_CORE
Arnd Bergmannb66d2082012-05-03 18:22:24 -030080 select BITREVERSE
David Härdeman3fe29c82010-04-15 18:46:10 -030081 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
Mauro Carvalho Chehabb32e7242011-11-23 12:04:08 -030087config 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
James Hogan1d184b02014-01-17 10:58:48 -030097config 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
Heiner Kallweit1b0621a2015-10-29 17:28:08 -0200104 uses the Sharp protocol (Sharp, Denon), and you need software
105 decoding support.
James Hogan1d184b02014-01-17 10:58:48 -0300106
Jarod Wilsonf5f2cc62011-07-13 18:09:48 -0300107config 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.
Marcel J.E. Mol1dee9b52014-07-26 17:28:26 -0300117
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
Mauro Carvalho Chehabc455f5c2012-07-06 09:12:59 -0300127endif #RC_DECODERS
Jarod Wilsonf5f2cc62011-07-13 18:09:48 -0300128
Mauro Carvalho Chehabb4c184e2012-05-28 08:17:47 -0300129menuconfig RC_DEVICES
130 bool "Remote Controller devices"
131 depends on RC_CORE
132
133if RC_DEVICES
134
Anssi Hannula9688efd2011-08-06 18:18:07 -0300135config RC_ATI_REMOTE
Anssi Hannula3a7a6232011-08-06 18:18:13 -0300136 tristate "ATI / X10 based USB RF remote controls"
Anssi Hannula9688efd2011-08-06 18:18:07 -0300137 depends on USB_ARCH_HAS_HCD
Anssi Hannulac34516e2011-08-06 18:18:08 -0300138 depends on RC_CORE
Anssi Hannula9688efd2011-08-06 18:18:07 -0300139 select USB
140 help
Anssi Hannula3a7a6232011-08-06 18:18:13 -0300141 Say Y here if you want to use an X10 based USB remote control.
Anssi Hannula9688efd2011-08-06 18:18:07 -0300142 These are RF remotes with USB receivers.
Anssi Hannula3a7a6232011-08-06 18:18:13 -0300143
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
Anssi Hannula9688efd2011-08-06 18:18:07 -0300148 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
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300154config IR_ENE
Maxim Levitsky11b64d32010-09-06 18:26:11 -0300155 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300156 depends on PNP
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300157 depends on RC_CORE
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300158 ---help---
159 Say Y here to enable support for integrated infrared receiver
Maxim Levitsky11b64d32010-09-06 18:26:11 -0300160 /transceiver made by ENE.
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300161
162 You can see if you have it by looking at lspnp output.
Maxim Levitsky11b64d32010-09-06 18:26:11 -0300163 Output should include ENE0100 ENE0200 or something similar.
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300164
165 To compile this driver as a module, choose M here: the
166 module will be called ene_ir.
167
Guoxiong Yana84fcda2014-08-30 23:39:10 -0300168config 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
Jarod Wilsond322bf42010-10-08 16:23:56 -0300178config IR_IMON
179 tristate "SoundGraph iMON Receiver and Display"
180 depends on USB_ARCH_HAS_HCD
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300181 depends on RC_CORE
Jarod Wilsond322bf42010-10-08 16:23:56 -0300182 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.
189
190config IR_MCEUSB
191 tristate "Windows Media Center Ed. eHome Infrared Transceiver"
192 depends on USB_ARCH_HAS_HCD
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300193 depends on RC_CORE
Jarod Wilsond322bf42010-10-08 16:23:56 -0300194 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.
201
Juan J. Garcia de Soria620a32b2011-03-16 17:14:52 -0300202config 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
Jarod Wilson9bdc79e2011-05-25 13:35:13 -0300215config 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
Beniamino Galvani12ddbad2014-11-18 17:22:34 -0300227config 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
Sean Wang6691e7b2017-01-13 05:35:39 -0200238config IR_MTK
239 tristate "Mediatek IR remote receiver"
240 depends on RC_CORE
241 depends on ARCH_MEDIATEK || COMPILE_TEST
242 ---help---
243 Say Y if you want to use the IR remote receiver available
244 on Mediatek SoCs.
245
246 To compile this driver as a module, choose M here: the
247 module will be called mtk-cir.
248
Jarod Wilsond322bf42010-10-08 16:23:56 -0300249config IR_NUVOTON
250 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
251 depends on PNP
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300252 depends on RC_CORE
Jarod Wilsond322bf42010-10-08 16:23:56 -0300253 ---help---
254 Say Y here to enable support for integrated infrared receiver
255 /transciever made by Nuvoton (formerly Winbond). This chip is
256 found in the ASRock ION 330HT, as well as assorted Intel
257 DP55-series motherboards (and of course, possibly others).
258
259 To compile this driver as a module, choose M here: the
260 module will be called nuvoton-cir.
261
Jarod Wilson2154be62011-05-04 14:02:42 -0300262config IR_REDRAT3
263 tristate "RedRat3 IR Transceiver"
264 depends on USB_ARCH_HAS_HCD
265 depends on RC_CORE
Sean Youngbf139722013-07-30 19:00:04 -0300266 select NEW_LEDS
267 select LEDS_CLASS
Jarod Wilson2154be62011-05-04 14:02:42 -0300268 select USB
269 ---help---
270 Say Y here if you want to use a RedRat3 Infrared Transceiver.
271
272 To compile this driver as a module, choose M here: the
273 module will be called redrat3.
274
Andi Shytife052da2016-12-16 04:12:18 -0200275config IR_SPI
276 tristate "SPI connected IR LED"
277 depends on SPI && LIRC
278 ---help---
279 Say Y if you want to use an IR LED connected through SPI bus.
280
281 To compile this driver as a module, choose M here: the module will be
282 called ir-spi.
283
Jarod Wilson2c1101d2010-08-02 15:46:03 -0300284config IR_STREAMZAP
285 tristate "Streamzap PC Remote IR Receiver"
286 depends on USB_ARCH_HAS_HCD
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300287 depends on RC_CORE
Jarod Wilson2c1101d2010-08-02 15:46:03 -0300288 select USB
289 ---help---
290 Say Y here if you want to use a Streamzap PC Remote
291 Infrared Receiver.
292
293 To compile this driver as a module, choose M here: the
294 module will be called streamzap.
Maxim Levitskyade321c2010-07-31 11:59:14 -0300295
David Härdeman5b2e3032010-10-29 16:08:28 -0300296config IR_WINBOND_CIR
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300297 tristate "Winbond IR remote control"
298 depends on X86 && PNP
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300299 depends on RC_CORE
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300300 select NEW_LEDS
301 select LEDS_CLASS
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300302 select BITREVERSE
David Härdeman5b2e3032010-10-29 16:08:28 -0300303 ---help---
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300304 Say Y here if you want to use the IR remote functionality found
305 in some Winbond SuperI/O chips. Currently only the WPCD376I
306 chip is supported (included in some Intel Media series
David Härdeman5b2e3032010-10-29 16:08:28 -0300307 motherboards).
308
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300309 To compile this driver as a module, choose M here: the module will
David Härdeman5b2e3032010-10-29 16:08:28 -0300310 be called winbond_cir.
311
Sean Youngb1c97192014-10-23 17:58:22 -0300312config IR_IGORPLUGUSB
313 tristate "IgorPlug-USB IR Receiver"
314 depends on USB_ARCH_HAS_HCD
315 depends on RC_CORE
316 select USB
317 ---help---
318 Say Y here if you want to use the IgorPlug-USB IR Receiver by
319 Igor Cesko. This device is included on the Fit-PC2.
320
321 Note that this device can only record bursts of 36 IR pulses and
322 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
323
324 To compile this driver as a module, choose M here: the module will
325 be called igorplugusb.
326
Sean Young26ff6312012-07-15 13:31:00 -0300327config IR_IGUANA
328 tristate "IguanaWorks USB IR Transceiver"
Guenter Roeckac6eb452012-08-06 00:15:20 -0300329 depends on USB_ARCH_HAS_HCD
Sean Young26ff6312012-07-15 13:31:00 -0300330 depends on RC_CORE
331 select USB
332 ---help---
Sean Young0797b482012-08-13 08:59:40 -0300333 Say Y here if you want to use the IguanaWorks USB IR Transceiver.
334 Both infrared receive and send are supported. If you want to
335 change the ID or the pin config, use the user space driver from
336 IguanaWorks.
337
338 Only firmware 0x0205 and later is supported.
Sean Young26ff6312012-07-15 13:31:00 -0300339
340 To compile this driver as a module, choose M here: the module will
341 be called iguanair.
342
Sean Young09380692012-08-13 08:59:46 -0300343config IR_TTUSBIR
344 tristate "TechnoTrend USB IR Receiver"
Sean Young3ab2a832012-08-23 17:18:30 -0300345 depends on USB_ARCH_HAS_HCD
Sean Young09380692012-08-13 08:59:46 -0300346 depends on RC_CORE
347 select USB
348 select NEW_LEDS
349 select LEDS_CLASS
350 ---help---
351 Say Y here if you want to use the TechnoTrend USB IR Receiver. The
352 driver can control the led.
353
354 To compile this driver as a module, choose M here: the module will
355 be called ttusbir.
356
Timo Kokkonenc332e842012-08-10 06:16:36 -0300357config IR_RX51
Mauro Carvalho Chehab2ea4b442012-08-13 22:59:37 -0300358 tristate "Nokia N900 IR transmitter diode"
Sean Younga92def12016-12-19 18:48:29 -0200359 depends on (OMAP_DM_TIMER && PWM_OMAP_DMTIMER && ARCH_OMAP2PLUS || COMPILE_TEST) && RC_CORE
Timo Kokkonenc332e842012-08-10 06:16:36 -0300360 ---help---
361 Say Y or M here if you want to enable support for the IR
362 transmitter diode built in the Nokia N900 (RX51) device.
363
Timo Kokkonen362b29b2012-08-30 13:54:25 -0300364 The driver uses omap DM timers for generating the carrier
Timo Kokkonenc332e842012-08-10 06:16:36 -0300365 wave and pulses.
366
James Hogan54b29122014-02-28 20:28:55 -0300367source "drivers/media/rc/img-ir/Kconfig"
368
David Härdeman801c73c2010-11-25 18:36:27 -0300369config RC_LOOPBACK
370 tristate "Remote Control Loopback Driver"
371 depends on RC_CORE
372 ---help---
373 Say Y here if you want support for the remote control loopback
374 driver which allows TX data to be sent back as RX data.
375 This is mostly useful for debugging purposes.
376
377 If you're not sure, select N here.
378
379 To compile this driver as a module, choose M here: the module will
380 be called rc_loopback.
381
Ravi Kumar Vfd0f6852012-02-28 01:51:40 -0300382config IR_GPIO_CIR
383 tristate "GPIO IR remote control"
384 depends on RC_CORE
385 ---help---
386 Say Y if you want to use GPIO based IR Receiver.
387
388 To compile this driver as a module, choose M here: the module will
389 be called gpio-ir-recv.
390
Srinivas Kandagatla80f93c72013-10-18 06:01:14 -0300391config RC_ST
392 tristate "ST remote control receiver"
Mauro Carvalho Chehab71550432014-08-20 13:21:35 -0600393 depends on RC_CORE
394 depends on ARCH_STI || COMPILE_TEST
Hans Verkuilcfcffe32015-06-09 10:54:53 -0300395 ---help---
396 Say Y here if you want support for ST remote control driver
397 which allows both IR and UHF RX.
398 The driver passes raw pulse and space information to the LIRC decoder.
Srinivas Kandagatla80f93c72013-10-18 06:01:14 -0300399
Hans Verkuilcfcffe32015-06-09 10:54:53 -0300400 If you're not sure, select N here.
Srinivas Kandagatla80f93c72013-10-18 06:01:14 -0300401
Alexander Bersenevb4e3e592014-06-08 15:08:10 -0300402config IR_SUNXI
Hans Verkuilcfcffe32015-06-09 10:54:53 -0300403 tristate "SUNXI IR remote control"
404 depends on RC_CORE
405 depends on ARCH_SUNXI || COMPILE_TEST
406 ---help---
407 Say Y if you want to use sunXi internal IR Controller
Alexander Bersenevb4e3e592014-06-08 15:08:10 -0300408
Hans Verkuilcfcffe32015-06-09 10:54:53 -0300409 To compile this driver as a module, choose M here: the module will
410 be called sunxi-ir.
Alexander Bersenevb4e3e592014-06-08 15:08:10 -0300411
Sean Youngfa5dc292016-11-21 19:55:53 -0200412config IR_SERIAL
413 tristate "Homebrew Serial Port Receiver"
414 depends on RC_CORE
415 ---help---
416 Say Y if you want to use Homebrew Serial Port Receivers and
417 Transceivers.
418
419 To compile this driver as a module, choose M here: the module will
420 be called serial-ir.
421
422config IR_SERIAL_TRANSMITTER
423 bool "Serial Port Transmitter"
424 default y
425 depends on IR_SERIAL
426 ---help---
427 Serial Port Transmitter support
428
Mauro Carvalho Chehabb4c184e2012-05-28 08:17:47 -0300429endif #RC_DEVICES