blob: 0bf4ac7276d6a9e6ce311e6a7180f5c079d472e4 [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
Jarod Wilson7a569f52010-08-07 13:31:40 -030087config IR_RC5_SZ_DECODER
88 tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030089 depends on RC_CORE
Jarod Wilson7a569f52010-08-07 13:31:40 -030090 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
Mauro Carvalho Chehabb32e7242011-11-23 12:04:08 -030099config 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
Jarod Wilsonf5f2cc62011-07-13 18:09:48 -0300109config 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.
Mauro Carvalho Chehabc455f5c2012-07-06 09:12:59 -0300119endif #RC_DECODERS
Jarod Wilsonf5f2cc62011-07-13 18:09:48 -0300120
Mauro Carvalho Chehabb4c184e2012-05-28 08:17:47 -0300121menuconfig RC_DEVICES
122 bool "Remote Controller devices"
123 depends on RC_CORE
124
125if RC_DEVICES
126
Anssi Hannula9688efd2011-08-06 18:18:07 -0300127config RC_ATI_REMOTE
Anssi Hannula3a7a6232011-08-06 18:18:13 -0300128 tristate "ATI / X10 based USB RF remote controls"
Anssi Hannula9688efd2011-08-06 18:18:07 -0300129 depends on USB_ARCH_HAS_HCD
Anssi Hannulac34516e2011-08-06 18:18:08 -0300130 depends on RC_CORE
Anssi Hannula9688efd2011-08-06 18:18:07 -0300131 select USB
132 help
Anssi Hannula3a7a6232011-08-06 18:18:13 -0300133 Say Y here if you want to use an X10 based USB remote control.
Anssi Hannula9688efd2011-08-06 18:18:07 -0300134 These are RF remotes with USB receivers.
Anssi Hannula3a7a6232011-08-06 18:18:13 -0300135
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
Anssi Hannula9688efd2011-08-06 18:18:07 -0300140 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
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300146config IR_ENE
Maxim Levitsky11b64d32010-09-06 18:26:11 -0300147 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300148 depends on PNP
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300149 depends on RC_CORE
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300150 ---help---
151 Say Y here to enable support for integrated infrared receiver
Maxim Levitsky11b64d32010-09-06 18:26:11 -0300152 /transceiver made by ENE.
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300153
154 You can see if you have it by looking at lspnp output.
Maxim Levitsky11b64d32010-09-06 18:26:11 -0300155 Output should include ENE0100 ENE0200 or something similar.
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300156
157 To compile this driver as a module, choose M here: the
158 module will be called ene_ir.
159
Jarod Wilsond322bf42010-10-08 16:23:56 -0300160config IR_IMON
161 tristate "SoundGraph iMON Receiver and Display"
162 depends on USB_ARCH_HAS_HCD
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300163 depends on RC_CORE
Jarod Wilsond322bf42010-10-08 16:23:56 -0300164 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.
171
172config IR_MCEUSB
173 tristate "Windows Media Center Ed. eHome Infrared Transceiver"
174 depends on USB_ARCH_HAS_HCD
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300175 depends on RC_CORE
Jarod Wilsond322bf42010-10-08 16:23:56 -0300176 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.
183
Juan J. Garcia de Soria620a32b2011-03-16 17:14:52 -0300184config 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
Jarod Wilson9bdc79e2011-05-25 13:35:13 -0300197config 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
Jarod Wilsond322bf42010-10-08 16:23:56 -0300209config IR_NUVOTON
210 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
211 depends on PNP
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300212 depends on RC_CORE
Jarod Wilsond322bf42010-10-08 16:23:56 -0300213 ---help---
214 Say Y here to enable support for integrated infrared receiver
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).
218
219 To compile this driver as a module, choose M here: the
220 module will be called nuvoton-cir.
221
Jarod Wilson2154be62011-05-04 14:02:42 -0300222config IR_REDRAT3
223 tristate "RedRat3 IR Transceiver"
224 depends on USB_ARCH_HAS_HCD
225 depends on RC_CORE
Sean Youngbf139722013-07-30 19:00:04 -0300226 select NEW_LEDS
227 select LEDS_CLASS
Jarod Wilson2154be62011-05-04 14:02:42 -0300228 select USB
229 ---help---
230 Say Y here if you want to use a RedRat3 Infrared Transceiver.
231
232 To compile this driver as a module, choose M here: the
233 module will be called redrat3.
234
Jarod Wilson2c1101d2010-08-02 15:46:03 -0300235config IR_STREAMZAP
236 tristate "Streamzap PC Remote IR Receiver"
237 depends on USB_ARCH_HAS_HCD
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300238 depends on RC_CORE
Jarod Wilson2c1101d2010-08-02 15:46:03 -0300239 select USB
240 ---help---
241 Say Y here if you want to use a Streamzap PC Remote
242 Infrared Receiver.
243
244 To compile this driver as a module, choose M here: the
245 module will be called streamzap.
Maxim Levitskyade321c2010-07-31 11:59:14 -0300246
David Härdeman5b2e3032010-10-29 16:08:28 -0300247config IR_WINBOND_CIR
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300248 tristate "Winbond IR remote control"
249 depends on X86 && PNP
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300250 depends on RC_CORE
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300251 select NEW_LEDS
252 select LEDS_CLASS
253 select LEDS_TRIGGERS
254 select BITREVERSE
David Härdeman5b2e3032010-10-29 16:08:28 -0300255 ---help---
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300256 Say Y here if you want to use the IR remote functionality found
257 in some Winbond SuperI/O chips. Currently only the WPCD376I
258 chip is supported (included in some Intel Media series
David Härdeman5b2e3032010-10-29 16:08:28 -0300259 motherboards).
260
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300261 To compile this driver as a module, choose M here: the module will
David Härdeman5b2e3032010-10-29 16:08:28 -0300262 be called winbond_cir.
263
Sean Young26ff6312012-07-15 13:31:00 -0300264config IR_IGUANA
265 tristate "IguanaWorks USB IR Transceiver"
Guenter Roeckac6eb452012-08-06 00:15:20 -0300266 depends on USB_ARCH_HAS_HCD
Sean Young26ff6312012-07-15 13:31:00 -0300267 depends on RC_CORE
268 select USB
269 ---help---
Sean Young0797b482012-08-13 08:59:40 -0300270 Say Y here if you want to use the IguanaWorks USB IR Transceiver.
271 Both infrared receive and send are supported. If you want to
272 change the ID or the pin config, use the user space driver from
273 IguanaWorks.
274
275 Only firmware 0x0205 and later is supported.
Sean Young26ff6312012-07-15 13:31:00 -0300276
277 To compile this driver as a module, choose M here: the module will
278 be called iguanair.
279
Sean Young09380692012-08-13 08:59:46 -0300280config IR_TTUSBIR
281 tristate "TechnoTrend USB IR Receiver"
Sean Young3ab2a832012-08-23 17:18:30 -0300282 depends on USB_ARCH_HAS_HCD
Sean Young09380692012-08-13 08:59:46 -0300283 depends on RC_CORE
284 select USB
285 select NEW_LEDS
286 select LEDS_CLASS
287 ---help---
288 Say Y here if you want to use the TechnoTrend USB IR Receiver. The
289 driver can control the led.
290
291 To compile this driver as a module, choose M here: the module will
292 be called ttusbir.
293
Timo Kokkonenc332e842012-08-10 06:16:36 -0300294config IR_RX51
Mauro Carvalho Chehab2ea4b442012-08-13 22:59:37 -0300295 tristate "Nokia N900 IR transmitter diode"
Arnd Bergmanne71918e2013-03-14 17:56:44 -0300296 depends on OMAP_DM_TIMER && ARCH_OMAP2PLUS && LIRC && !ARCH_MULTIPLATFORM
Timo Kokkonenc332e842012-08-10 06:16:36 -0300297 ---help---
298 Say Y or M here if you want to enable support for the IR
299 transmitter diode built in the Nokia N900 (RX51) device.
300
Timo Kokkonen362b29b2012-08-30 13:54:25 -0300301 The driver uses omap DM timers for generating the carrier
Timo Kokkonenc332e842012-08-10 06:16:36 -0300302 wave and pulses.
303
David Härdeman801c73c2010-11-25 18:36:27 -0300304config RC_LOOPBACK
305 tristate "Remote Control Loopback Driver"
306 depends on RC_CORE
307 ---help---
308 Say Y here if you want support for the remote control loopback
309 driver which allows TX data to be sent back as RX data.
310 This is mostly useful for debugging purposes.
311
312 If you're not sure, select N here.
313
314 To compile this driver as a module, choose M here: the module will
315 be called rc_loopback.
316
Ravi Kumar Vfd0f6852012-02-28 01:51:40 -0300317config IR_GPIO_CIR
318 tristate "GPIO IR remote control"
319 depends on RC_CORE
320 ---help---
321 Say Y if you want to use GPIO based IR Receiver.
322
323 To compile this driver as a module, choose M here: the module will
324 be called gpio-ir-recv.
325
Mauro Carvalho Chehabb4c184e2012-05-28 08:17:47 -0300326endif #RC_DEVICES