blob: a3fbb21350e93fbd206da3aacfa38907623fb97c [file] [log] [blame]
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -03001menuconfig RC_CORE
2 tristate "Remote Controller adapters"
Mauro Carvalho Chehabe27d3812009-12-11 08:00:00 -03003 depends on INPUT
4 default INPUT
Mauro Carvalho Chehabcfec93f2010-08-09 10:07:20 -03005 ---help---
6 Enable support for Remote Controllers on Linux. This is
Anssi Hannula9688efd2011-08-06 18:18:07 -03007 needed in order to support several video capture adapters,
8 standalone IR receivers/transmitters, and RF receivers.
Mauro Carvalho Chehab446e4a62009-12-11 08:34:07 -03009
Mauro Carvalho Chehabcfec93f2010-08-09 10:07:20 -030010 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.
Maxim Levitskyade321c2010-07-31 11:59:14 -030013
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030014if RC_CORE
Mauro Carvalho Chehabcfec93f2010-08-09 10:07:20 -030015
Jarod Wilson4a62a5a2010-07-03 01:06:57 -030016config LIRC
17 tristate
18 default y
19
20 ---help---
21 Enable this option to build the Linux Infrared Remote
22 Control (LIRC) core device interface driver. The LIRC
23 interface passes raw IR to and from userspace, where the
Maxim Levitskyade321c2010-07-31 11:59:14 -030024 LIRC daemon handles protocol decoding for IR reception and
Jarod Wilson4a62a5a2010-07-03 01:06:57 -030025 encoding for IR transmitting (aka "blasting").
26
Mauro Carvalho Chehab32cf86f2010-11-09 23:00:14 -030027source "drivers/media/rc/keymaps/Kconfig"
Mauro Carvalho Chehab6686fa62010-04-02 03:05:46 -030028
Mauro Carvalho Chehab995187b2010-03-24 20:47:53 -030029config IR_NEC_DECODER
Mauro Carvalho Chehab897c7b32010-04-09 09:20:11 -030030 tristate "Enable IR raw decoder for the NEC protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030031 depends on RC_CORE
Randy Dunlap58aac2b2010-05-14 14:09:57 -030032 select BITREVERSE
Mauro Carvalho Chehab995187b2010-03-24 20:47:53 -030033 default y
34
35 ---help---
36 Enable this option if you have IR with NEC protocol, and
37 if the IR is decoded in software
Mauro Carvalho Chehabdb1423a2010-04-04 10:27:20 -030038
39config IR_RC5_DECODER
Mauro Carvalho Chehab897c7b32010-04-09 09:20:11 -030040 tristate "Enable IR raw decoder for the RC-5 protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030041 depends on RC_CORE
Randy Dunlap033608c2010-05-26 14:08:51 -030042 select BITREVERSE
Mauro Carvalho Chehabdb1423a2010-04-04 10:27:20 -030043 default y
44
45 ---help---
46 Enable this option if you have IR with RC-5 protocol, and
47 if the IR is decoded in software
David Härdeman784a4932010-04-08 20:04:40 -030048
49config IR_RC6_DECODER
50 tristate "Enable IR raw decoder for the RC6 protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030051 depends on RC_CORE
Randy Dunlap21354362010-05-26 14:08:51 -030052 select BITREVERSE
David Härdeman784a4932010-04-08 20:04:40 -030053 default y
54
55 ---help---
56 Enable this option if you have an infrared remote control which
57 uses the RC6 protocol, and you need software decoding support.
Jarod Wilson21677cf2010-04-16 18:29:02 -030058
David Härdemanbf670f62010-04-15 18:46:05 -030059config IR_JVC_DECODER
60 tristate "Enable IR raw decoder for the JVC protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030061 depends on RC_CORE
Randy Dunlapf9839da2010-07-07 20:41:15 -030062 select BITREVERSE
David Härdemanbf670f62010-04-15 18:46:05 -030063 default y
64
65 ---help---
66 Enable this option if you have an infrared remote control which
67 uses the JVC protocol, and you need software decoding support.
68
David Härdeman3fe29c82010-04-15 18:46:10 -030069config IR_SONY_DECODER
70 tristate "Enable IR raw decoder for the Sony protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030071 depends on RC_CORE
David Härdeman3fe29c82010-04-15 18:46:10 -030072 default y
73
74 ---help---
75 Enable this option if you have an infrared remote control which
76 uses the Sony protocol, and you need software decoding support.
77
Jarod Wilson7a569f52010-08-07 13:31:40 -030078config IR_RC5_SZ_DECODER
79 tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -030080 depends on RC_CORE
Jarod Wilson7a569f52010-08-07 13:31:40 -030081 select BITREVERSE
82 default y
83
84 ---help---
85 Enable this option if you have IR with RC-5 (streamzap) protocol,
86 and if the IR is decoded in software. (The Streamzap PC Remote
87 uses an IR protocol that is almost standard RC-5, but not quite,
88 as it uses an additional bit).
89
Mauro Carvalho Chehabb32e7242011-11-23 12:04:08 -030090config IR_SANYO_DECODER
91 tristate "Enable IR raw decoder for the Sanyo protocol"
92 depends on RC_CORE
93 default y
94
95 ---help---
96 Enable this option if you have an infrared remote control which
97 uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes),
98 and you need software decoding support.
99
Jarod Wilsonf5f2cc62011-07-13 18:09:48 -0300100config IR_MCE_KBD_DECODER
101 tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
102 depends on RC_CORE
103 select BITREVERSE
104 default y
105
106 ---help---
107 Enable this option if you have a Microsoft Remote Keyboard for
108 Windows Media Center Edition, which you would like to use with
109 a raw IR receiver in your system.
110
Jarod Wilsonca414692010-07-03 01:07:53 -0300111config IR_LIRC_CODEC
112 tristate "Enable IR to LIRC bridge"
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300113 depends on RC_CORE
Jarod Wilsonca414692010-07-03 01:07:53 -0300114 depends on LIRC
115 default y
116
117 ---help---
118 Enable this option to pass raw IR to and from userspace via
119 the LIRC interface.
120
Anssi Hannula9688efd2011-08-06 18:18:07 -0300121config RC_ATI_REMOTE
Anssi Hannula3a7a6232011-08-06 18:18:13 -0300122 tristate "ATI / X10 based USB RF remote controls"
Anssi Hannula9688efd2011-08-06 18:18:07 -0300123 depends on USB_ARCH_HAS_HCD
Anssi Hannulac34516e2011-08-06 18:18:08 -0300124 depends on RC_CORE
Anssi Hannula9688efd2011-08-06 18:18:07 -0300125 select USB
126 help
Anssi Hannula3a7a6232011-08-06 18:18:13 -0300127 Say Y here if you want to use an X10 based USB remote control.
Anssi Hannula9688efd2011-08-06 18:18:07 -0300128 These are RF remotes with USB receivers.
Anssi Hannula3a7a6232011-08-06 18:18:13 -0300129
130 Such devices include the ATI remote that comes with many of ATI's
131 All-In-Wonder video cards, the X10 "Lola" remote, NVIDIA RF remote,
132 Medion RF remote, and SnapStream FireFly remote.
133
Anssi Hannula9688efd2011-08-06 18:18:07 -0300134 This driver provides mouse pointer, left and right mouse buttons,
135 and maps all the other remote buttons to keypress events.
136
137 To compile this driver as a module, choose M here: the module will be
138 called ati_remote.
139
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300140config IR_ENE
Maxim Levitsky11b64d32010-09-06 18:26:11 -0300141 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300142 depends on PNP
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300143 depends on RC_CORE
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300144 ---help---
145 Say Y here to enable support for integrated infrared receiver
Maxim Levitsky11b64d32010-09-06 18:26:11 -0300146 /transceiver made by ENE.
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300147
148 You can see if you have it by looking at lspnp output.
Maxim Levitsky11b64d32010-09-06 18:26:11 -0300149 Output should include ENE0100 ENE0200 or something similar.
Maxim Levitsky931e39a2010-07-31 11:59:26 -0300150
151 To compile this driver as a module, choose M here: the
152 module will be called ene_ir.
153
Jarod Wilsond322bf42010-10-08 16:23:56 -0300154config IR_IMON
155 tristate "SoundGraph iMON Receiver and Display"
156 depends on USB_ARCH_HAS_HCD
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300157 depends on RC_CORE
Jarod Wilsond322bf42010-10-08 16:23:56 -0300158 select USB
159 ---help---
160 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
161 IR Receiver and/or LCD/VFD/VGA display.
162
163 To compile this driver as a module, choose M here: the
164 module will be called imon.
165
166config IR_MCEUSB
167 tristate "Windows Media Center Ed. eHome Infrared Transceiver"
168 depends on USB_ARCH_HAS_HCD
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300169 depends on RC_CORE
Jarod Wilsond322bf42010-10-08 16:23:56 -0300170 select USB
171 ---help---
172 Say Y here if you want to use a Windows Media Center Edition
173 eHome Infrared Transceiver.
174
175 To compile this driver as a module, choose M here: the
176 module will be called mceusb.
177
Juan J. Garcia de Soria620a32b2011-03-16 17:14:52 -0300178config IR_ITE_CIR
179 tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
180 depends on PNP
181 depends on RC_CORE
182 ---help---
183 Say Y here to enable support for integrated infrared receivers
184 /transceivers made by ITE Tech Inc. These are found in
185 several ASUS devices, like the ASUS Digimatrix or the ASUS
186 EEEBox 1501U.
187
188 To compile this driver as a module, choose M here: the
189 module will be called ite-cir.
190
Jarod Wilson9bdc79e2011-05-25 13:35:13 -0300191config IR_FINTEK
192 tristate "Fintek Consumer Infrared Transceiver"
193 depends on PNP
194 depends on RC_CORE
195 ---help---
196 Say Y here to enable support for integrated infrared receiver
197 /transciever made by Fintek. This chip is found on assorted
198 Jetway motherboards (and of course, possibly others).
199
200 To compile this driver as a module, choose M here: the
201 module will be called fintek-cir.
202
Jarod Wilsond322bf42010-10-08 16:23:56 -0300203config IR_NUVOTON
204 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
205 depends on PNP
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300206 depends on RC_CORE
Jarod Wilsond322bf42010-10-08 16:23:56 -0300207 ---help---
208 Say Y here to enable support for integrated infrared receiver
209 /transciever made by Nuvoton (formerly Winbond). This chip is
210 found in the ASRock ION 330HT, as well as assorted Intel
211 DP55-series motherboards (and of course, possibly others).
212
213 To compile this driver as a module, choose M here: the
214 module will be called nuvoton-cir.
215
Jarod Wilson2154be62011-05-04 14:02:42 -0300216config IR_REDRAT3
217 tristate "RedRat3 IR Transceiver"
218 depends on USB_ARCH_HAS_HCD
219 depends on RC_CORE
220 select USB
221 ---help---
222 Say Y here if you want to use a RedRat3 Infrared Transceiver.
223
224 To compile this driver as a module, choose M here: the
225 module will be called redrat3.
226
Jarod Wilson2c1101d2010-08-02 15:46:03 -0300227config IR_STREAMZAP
228 tristate "Streamzap PC Remote IR Receiver"
229 depends on USB_ARCH_HAS_HCD
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300230 depends on RC_CORE
Jarod Wilson2c1101d2010-08-02 15:46:03 -0300231 select USB
232 ---help---
233 Say Y here if you want to use a Streamzap PC Remote
234 Infrared Receiver.
235
236 To compile this driver as a module, choose M here: the
237 module will be called streamzap.
Maxim Levitskyade321c2010-07-31 11:59:14 -0300238
David Härdeman5b2e3032010-10-29 16:08:28 -0300239config IR_WINBOND_CIR
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300240 tristate "Winbond IR remote control"
241 depends on X86 && PNP
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300242 depends on RC_CORE
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300243 select NEW_LEDS
244 select LEDS_CLASS
245 select LEDS_TRIGGERS
246 select BITREVERSE
David Härdeman5b2e3032010-10-29 16:08:28 -0300247 ---help---
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300248 Say Y here if you want to use the IR remote functionality found
249 in some Winbond SuperI/O chips. Currently only the WPCD376I
250 chip is supported (included in some Intel Media series
David Härdeman5b2e3032010-10-29 16:08:28 -0300251 motherboards).
252
Mauro Carvalho Chehabbaf075e2011-03-22 15:03:09 -0300253 To compile this driver as a module, choose M here: the module will
David Härdeman5b2e3032010-10-29 16:08:28 -0300254 be called winbond_cir.
255
David Härdeman801c73c2010-11-25 18:36:27 -0300256config RC_LOOPBACK
257 tristate "Remote Control Loopback Driver"
258 depends on RC_CORE
259 ---help---
260 Say Y here if you want support for the remote control loopback
261 driver which allows TX data to be sent back as RX data.
262 This is mostly useful for debugging purposes.
263
264 If you're not sure, select N here.
265
266 To compile this driver as a module, choose M here: the module will
267 be called rc_loopback.
268
Ravi Kumar Vfd0f6852012-02-28 01:51:40 -0300269config IR_GPIO_CIR
270 tristate "GPIO IR remote control"
271 depends on RC_CORE
272 ---help---
273 Say Y if you want to use GPIO based IR Receiver.
274
275 To compile this driver as a module, choose M here: the module will
276 be called gpio-ir-recv.
277
Mauro Carvalho Chehab6bda9642010-11-17 13:28:38 -0300278endif #RC_CORE