3 tristate "Remote Controller support"
6 Enable support for Remote Controllers on Linux. This is
7 needed in order to support several video capture adapters,
8 standalone IR receivers/transmitters, and RF receivers.
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.
14 Say Y when you have a TV or an IR device.
17 source "drivers/media/rc/keymaps/Kconfig"
20 bool "LIRC user interface"
23 Enable this option to enable the Linux Infrared Remote
24 Control user interface (e.g. /dev/lirc*). This interface
25 passes raw IR to and from userspace, which is needed for
26 IR transmitting (aka "blasting") and for the lirc daemon.
28 menuconfig RC_DECODERS
29 bool "Remote controller decoders"
35 tristate "Enable IR raw decoder for the NEC protocol"
41 Enable this option if you have IR with NEC protocol, and
42 if the IR is decoded in software
45 tristate "Enable IR raw decoder for the RC-5 protocol"
51 Enable this option if you have IR with RC-5 protocol, and
52 if the IR is decoded in software
55 tristate "Enable IR raw decoder for the RC6 protocol"
61 Enable this option if you have an infrared remote control which
62 uses the RC6 protocol, and you need software decoding support.
65 tristate "Enable IR raw decoder for the JVC protocol"
71 Enable this option if you have an infrared remote control which
72 uses the JVC protocol, and you need software decoding support.
74 config IR_SONY_DECODER
75 tristate "Enable IR raw decoder for the Sony protocol"
81 Enable this option if you have an infrared remote control which
82 uses the Sony protocol, and you need software decoding support.
84 config IR_SANYO_DECODER
85 tristate "Enable IR raw decoder for the Sanyo protocol"
90 Enable this option if you have an infrared remote control which
91 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
92 and you need software decoding support.
94 config IR_SHARP_DECODER
95 tristate "Enable IR raw decoder for the Sharp protocol"
100 Enable this option if you have an infrared remote control which
101 uses the Sharp protocol (Sharp, Denon), and you need software
104 config IR_MCE_KBD_DECODER
105 tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
111 Enable this option if you have a Microsoft Remote Keyboard for
112 Windows Media Center Edition, which you would like to use with
113 a raw IR receiver in your system.
115 config IR_XMP_DECODER
116 tristate "Enable IR raw decoder for the XMP protocol"
122 Enable this option if you have IR with XMP protocol, and
123 if the IR is decoded in software
126 menuconfig RC_DEVICES
127 bool "Remote Controller devices"
133 tristate "ATI / X10 based USB RF remote controls"
134 depends on USB_ARCH_HAS_HCD
138 Say Y here if you want to use an X10 based USB remote control.
139 These are RF remotes with USB receivers.
141 Such devices include the ATI remote that comes with many of ATI's
142 All-In-Wonder video cards, the X10 "Lola" remote, NVIDIA RF remote,
143 Medion RF remote, and SnapStream FireFly remote.
145 This driver provides mouse pointer, left and right mouse buttons,
146 and maps all the other remote buttons to keypress events.
148 To compile this driver as a module, choose M here: the module will be
152 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
156 Say Y here to enable support for integrated infrared receiver
157 /transceiver made by ENE.
159 You can see if you have it by looking at lspnp output.
160 Output should include ENE0100 ENE0200 or something similar.
162 To compile this driver as a module, choose M here: the
163 module will be called ene_ir.
166 tristate "Hisilicon hix5hd2 IR remote control"
168 depends on OF || COMPILE_TEST
170 Say Y here if you want to use hisilicon hix5hd2 remote control.
171 To compile this driver as a module, choose M here: the module will be
174 If you're not sure, select N here
177 tristate "SoundGraph iMON Receiver and Display"
178 depends on USB_ARCH_HAS_HCD
182 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
183 IR Receiver and/or LCD/VFD/VGA display.
185 To compile this driver as a module, choose M here: the
186 module will be called imon.
189 tristate "Windows Media Center Ed. eHome Infrared Transceiver"
190 depends on USB_ARCH_HAS_HCD
194 Say Y here if you want to use a Windows Media Center Edition
195 eHome Infrared Transceiver.
197 To compile this driver as a module, choose M here: the
198 module will be called mceusb.
201 tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
205 Say Y here to enable support for integrated infrared receivers
206 /transceivers made by ITE Tech Inc. These are found in
207 several ASUS devices, like the ASUS Digimatrix or the ASUS
210 To compile this driver as a module, choose M here: the
211 module will be called ite-cir.
214 tristate "Fintek Consumer Infrared Transceiver"
218 Say Y here to enable support for integrated infrared receiver
219 /transciever made by Fintek. This chip is found on assorted
220 Jetway motherboards (and of course, possibly others).
222 To compile this driver as a module, choose M here: the
223 module will be called fintek-cir.
226 tristate "Amlogic Meson IR remote receiver"
228 depends on ARCH_MESON || COMPILE_TEST
230 Say Y if you want to use the IR remote receiver available
231 on Amlogic Meson SoCs.
233 To compile this driver as a module, choose M here: the
234 module will be called meson-ir.
237 tristate "Mediatek IR remote receiver"
239 depends on ARCH_MEDIATEK || COMPILE_TEST
241 Say Y if you want to use the IR remote receiver available
244 To compile this driver as a module, choose M here: the
245 module will be called mtk-cir.
248 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
252 Say Y here to enable support for integrated infrared receiver
253 /transciever made by Nuvoton (formerly Winbond). This chip is
254 found in the ASRock ION 330HT, as well as assorted Intel
255 DP55-series motherboards (and of course, possibly others).
257 To compile this driver as a module, choose M here: the
258 module will be called nuvoton-cir.
261 tristate "RedRat3 IR Transceiver"
262 depends on USB_ARCH_HAS_HCD
268 Say Y here if you want to use a RedRat3 Infrared Transceiver.
270 To compile this driver as a module, choose M here: the
271 module will be called redrat3.
274 tristate "SPI connected IR LED"
275 depends on SPI && LIRC
276 depends on OF || COMPILE_TEST
278 Say Y if you want to use an IR LED connected through SPI bus.
280 To compile this driver as a module, choose M here: the module will be
284 tristate "Streamzap PC Remote IR Receiver"
285 depends on USB_ARCH_HAS_HCD
289 Say Y here if you want to use a Streamzap PC Remote
292 To compile this driver as a module, choose M here: the
293 module will be called streamzap.
295 config IR_WINBOND_CIR
296 tristate "Winbond IR remote control"
297 depends on X86 && PNP
303 Say Y here if you want to use the IR remote functionality found
304 in some Winbond SuperI/O chips. Currently only the WPCD376I
305 chip is supported (included in some Intel Media series
308 To compile this driver as a module, choose M here: the module will
309 be called winbond_cir.
311 config IR_IGORPLUGUSB
312 tristate "IgorPlug-USB IR Receiver"
313 depends on USB_ARCH_HAS_HCD
317 Say Y here if you want to use the IgorPlug-USB IR Receiver by
318 Igor Cesko. This device is included on the Fit-PC2.
320 Note that this device can only record bursts of 36 IR pulses and
321 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
323 To compile this driver as a module, choose M here: the module will
324 be called igorplugusb.
327 tristate "IguanaWorks USB IR Transceiver"
328 depends on USB_ARCH_HAS_HCD
332 Say Y here if you want to use the IguanaWorks USB IR Transceiver.
333 Both infrared receive and send are supported. If you want to
334 change the ID or the pin config, use the user space driver from
337 Only firmware 0x0205 and later is supported.
339 To compile this driver as a module, choose M here: the module will
343 tristate "TechnoTrend USB IR Receiver"
344 depends on USB_ARCH_HAS_HCD
350 Say Y here if you want to use the TechnoTrend USB IR Receiver. The
351 driver can control the led.
353 To compile this driver as a module, choose M here: the module will
357 tristate "Nokia N900 IR transmitter diode"
358 depends on (OMAP_DM_TIMER && PWM_OMAP_DMTIMER && ARCH_OMAP2PLUS || COMPILE_TEST) && RC_CORE
360 Say Y or M here if you want to enable support for the IR
361 transmitter diode built in the Nokia N900 (RX51) device.
363 The driver uses omap DM timers for generating the carrier
366 source "drivers/media/rc/img-ir/Kconfig"
369 tristate "Remote Control Loopback Driver"
372 Say Y here if you want support for the remote control loopback
373 driver which allows TX data to be sent back as RX data.
374 This is mostly useful for debugging purposes.
376 If you're not sure, select N here.
378 To compile this driver as a module, choose M here: the module will
379 be called rc_loopback.
382 tristate "GPIO IR remote control"
384 depends on (OF && GPIOLIB) || COMPILE_TEST
386 Say Y if you want to use GPIO based IR Receiver.
388 To compile this driver as a module, choose M here: the module will
389 be called gpio-ir-recv.
392 tristate "GPIO IR Bit Banging Transmitter"
395 depends on (OF && GPIOLIB) || COMPILE_TEST
397 Say Y if you want to a GPIO based IR transmitter. This is a
400 To compile this driver as a module, choose M here: the module will
401 be called gpio-ir-tx.
404 tristate "PWM IR transmitter"
408 depends on OF || COMPILE_TEST
410 Say Y if you want to use a PWM based IR transmitter. This is
411 more power efficient than the bit banging gpio driver.
413 To compile this driver as a module, choose M here: the module will
417 tristate "ST remote control receiver"
419 depends on ARCH_STI || COMPILE_TEST
421 Say Y here if you want support for ST remote control driver
422 which allows both IR and UHF RX.
423 The driver passes raw pulse and space information to the LIRC decoder.
425 If you're not sure, select N here.
428 tristate "SUNXI IR remote control"
430 depends on ARCH_SUNXI || COMPILE_TEST
432 Say Y if you want to use sunXi internal IR Controller
434 To compile this driver as a module, choose M here: the module will
438 tristate "Homebrew Serial Port Receiver"
441 Say Y if you want to use Homebrew Serial Port Receivers and
444 To compile this driver as a module, choose M here: the module will
447 config IR_SERIAL_TRANSMITTER
448 bool "Serial Port Transmitter"
452 Serial Port Transmitter support
455 tristate "Built-in SIR IrDA port"
458 Say Y if you want to use a IrDA SIR port Transceivers.
460 To compile this driver as a module, choose M here: the module will
464 tristate "Sigma Designs SMP86xx IR decoder"
466 depends on ARCH_TANGO || COMPILE_TEST
468 Adds support for the HW IR decoder embedded on Sigma Designs
469 Tango-based systems (SMP86xx, SMP87xx).
470 The HW decoder supports NEC, RC-5, RC-6 IR protocols.
471 When compiled as a module, look for tango-ir.
474 tristate "ZTE ZX IR remote control"
476 depends on ARCH_ZX || COMPILE_TEST
478 Say Y if you want to use the IR remote control available
479 on ZTE ZX family SoCs.
481 To compile this driver as a module, choose M here: the
482 module will be called zx-irdec.