Mauro Carvalho Chehab | b4c184e | 2012-05-28 08:17:47 -0300 | [diff] [blame] | 1 | config RC_CORE |
| 2 | tristate |
| 3 | depends on MEDIA_RC_SUPPORT |
Mauro Carvalho Chehab | e27d381 | 2009-12-11 08:00:00 -0300 | [diff] [blame] | 4 | depends on INPUT |
Mauro Carvalho Chehab | b4c184e | 2012-05-28 08:17:47 -0300 | [diff] [blame] | 5 | default y |
Mauro Carvalho Chehab | cfec93f | 2010-08-09 10:07:20 -0300 | [diff] [blame] | 6 | |
Mauro Carvalho Chehab | c455f5c | 2012-07-06 09:12:59 -0300 | [diff] [blame] | 7 | source "drivers/media/rc/keymaps/Kconfig" |
| 8 | |
| 9 | menuconfig RC_DECODERS |
| 10 | bool "Remote controller decoders" |
| 11 | depends on RC_CORE |
| 12 | default y |
| 13 | |
| 14 | if RC_DECODERS |
Jarod Wilson | 4a62a5a | 2010-07-03 01:06:57 -0300 | [diff] [blame] | 15 | config LIRC |
Mauro Carvalho Chehab | b4c184e | 2012-05-28 08:17:47 -0300 | [diff] [blame] | 16 | tristate "LIRC interface driver" |
| 17 | depends on RC_CORE |
Jarod Wilson | 4a62a5a | 2010-07-03 01:06:57 -0300 | [diff] [blame] | 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 |
Maxim Levitsky | ade321c | 2010-07-31 11:59:14 -0300 | [diff] [blame] | 23 | LIRC daemon handles protocol decoding for IR reception and |
Jarod Wilson | 4a62a5a | 2010-07-03 01:06:57 -0300 | [diff] [blame] | 24 | encoding for IR transmitting (aka "blasting"). |
| 25 | |
Mauro Carvalho Chehab | 94f7476 | 2012-07-06 09:21:13 -0300 | [diff] [blame] | 26 | config 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 Chehab | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 37 | config IR_NEC_DECODER |
Mauro Carvalho Chehab | 897c7b3 | 2010-04-09 09:20:11 -0300 | [diff] [blame] | 38 | tristate "Enable IR raw decoder for the NEC protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 39 | depends on RC_CORE |
Randy Dunlap | 58aac2b | 2010-05-14 14:09:57 -0300 | [diff] [blame] | 40 | select BITREVERSE |
Mauro Carvalho Chehab | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 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 |
Mauro Carvalho Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 46 | |
| 47 | config IR_RC5_DECODER |
Mauro Carvalho Chehab | 897c7b3 | 2010-04-09 09:20:11 -0300 | [diff] [blame] | 48 | tristate "Enable IR raw decoder for the RC-5 protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 49 | depends on RC_CORE |
Randy Dunlap | 033608c | 2010-05-26 14:08:51 -0300 | [diff] [blame] | 50 | select BITREVERSE |
Mauro Carvalho Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 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 |
David Härdeman | 784a493 | 2010-04-08 20:04:40 -0300 | [diff] [blame] | 56 | |
| 57 | config IR_RC6_DECODER |
| 58 | tristate "Enable IR raw decoder for the RC6 protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 59 | depends on RC_CORE |
Randy Dunlap | 2135436 | 2010-05-26 14:08:51 -0300 | [diff] [blame] | 60 | select BITREVERSE |
David Härdeman | 784a493 | 2010-04-08 20:04:40 -0300 | [diff] [blame] | 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. |
Jarod Wilson | 21677cf | 2010-04-16 18:29:02 -0300 | [diff] [blame] | 66 | |
David Härdeman | bf670f6 | 2010-04-15 18:46:05 -0300 | [diff] [blame] | 67 | config IR_JVC_DECODER |
| 68 | tristate "Enable IR raw decoder for the JVC protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 69 | depends on RC_CORE |
Randy Dunlap | f9839da | 2010-07-07 20:41:15 -0300 | [diff] [blame] | 70 | select BITREVERSE |
David Härdeman | bf670f6 | 2010-04-15 18:46:05 -0300 | [diff] [blame] | 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 | |
David Härdeman | 3fe29c8 | 2010-04-15 18:46:10 -0300 | [diff] [blame] | 77 | config IR_SONY_DECODER |
| 78 | tristate "Enable IR raw decoder for the Sony protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 79 | depends on RC_CORE |
Arnd Bergmann | b66d208 | 2012-05-03 18:22:24 -0300 | [diff] [blame] | 80 | select BITREVERSE |
David Härdeman | 3fe29c8 | 2010-04-15 18:46:10 -0300 | [diff] [blame] | 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 | |
Mauro Carvalho Chehab | b32e724 | 2011-11-23 12:04:08 -0300 | [diff] [blame] | 87 | config 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 Hogan | 1d184b0 | 2014-01-17 10:58:48 -0300 | [diff] [blame] | 97 | config 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 | |
Jarod Wilson | f5f2cc6 | 2011-07-13 18:09:48 -0300 | [diff] [blame] | 106 | config 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. |
Marcel J.E. Mol | 1dee9b5 | 2014-07-26 17:28:26 -0300 | [diff] [blame] | 116 | |
| 117 | config 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 |
Mauro Carvalho Chehab | c455f5c | 2012-07-06 09:12:59 -0300 | [diff] [blame] | 126 | endif #RC_DECODERS |
Jarod Wilson | f5f2cc6 | 2011-07-13 18:09:48 -0300 | [diff] [blame] | 127 | |
Mauro Carvalho Chehab | b4c184e | 2012-05-28 08:17:47 -0300 | [diff] [blame] | 128 | menuconfig RC_DEVICES |
| 129 | bool "Remote Controller devices" |
| 130 | depends on RC_CORE |
| 131 | |
| 132 | if RC_DEVICES |
| 133 | |
Anssi Hannula | 9688efd | 2011-08-06 18:18:07 -0300 | [diff] [blame] | 134 | config RC_ATI_REMOTE |
Anssi Hannula | 3a7a623 | 2011-08-06 18:18:13 -0300 | [diff] [blame] | 135 | tristate "ATI / X10 based USB RF remote controls" |
Anssi Hannula | 9688efd | 2011-08-06 18:18:07 -0300 | [diff] [blame] | 136 | depends on USB_ARCH_HAS_HCD |
Anssi Hannula | c34516e | 2011-08-06 18:18:08 -0300 | [diff] [blame] | 137 | depends on RC_CORE |
Anssi Hannula | 9688efd | 2011-08-06 18:18:07 -0300 | [diff] [blame] | 138 | select USB |
| 139 | help |
Anssi Hannula | 3a7a623 | 2011-08-06 18:18:13 -0300 | [diff] [blame] | 140 | Say Y here if you want to use an X10 based USB remote control. |
Anssi Hannula | 9688efd | 2011-08-06 18:18:07 -0300 | [diff] [blame] | 141 | These are RF remotes with USB receivers. |
Anssi Hannula | 3a7a623 | 2011-08-06 18:18:13 -0300 | [diff] [blame] | 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 | |
Anssi Hannula | 9688efd | 2011-08-06 18:18:07 -0300 | [diff] [blame] | 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 | |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 153 | config IR_ENE |
Maxim Levitsky | 11b64d3 | 2010-09-06 18:26:11 -0300 | [diff] [blame] | 154 | tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)" |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 155 | depends on PNP |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 156 | depends on RC_CORE |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 157 | ---help--- |
| 158 | Say Y here to enable support for integrated infrared receiver |
Maxim Levitsky | 11b64d3 | 2010-09-06 18:26:11 -0300 | [diff] [blame] | 159 | /transceiver made by ENE. |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 160 | |
| 161 | You can see if you have it by looking at lspnp output. |
Maxim Levitsky | 11b64d3 | 2010-09-06 18:26:11 -0300 | [diff] [blame] | 162 | Output should include ENE0100 ENE0200 or something similar. |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 163 | |
| 164 | To compile this driver as a module, choose M here: the |
| 165 | module will be called ene_ir. |
| 166 | |
Guoxiong Yan | a84fcda | 2014-08-30 23:39:10 -0300 | [diff] [blame] | 167 | config 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 | |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 177 | config IR_IMON |
| 178 | tristate "SoundGraph iMON Receiver and Display" |
| 179 | depends on USB_ARCH_HAS_HCD |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 180 | depends on RC_CORE |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 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. |
| 188 | |
| 189 | config IR_MCEUSB |
| 190 | tristate "Windows Media Center Ed. eHome Infrared Transceiver" |
| 191 | depends on USB_ARCH_HAS_HCD |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 192 | depends on RC_CORE |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 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. |
| 200 | |
Juan J. Garcia de Soria | 620a32b | 2011-03-16 17:14:52 -0300 | [diff] [blame] | 201 | config 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 | |
Jarod Wilson | 9bdc79e | 2011-05-25 13:35:13 -0300 | [diff] [blame] | 214 | config 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 | |
Beniamino Galvani | 12ddbad | 2014-11-18 17:22:34 -0300 | [diff] [blame] | 226 | config IR_MESON |
| 227 | tristate "Amlogic Meson IR remote receiver" |
| 228 | depends on RC_CORE |
| 229 | depends on ARCH_MESON || COMPILE_TEST |
| 230 | ---help--- |
| 231 | Say Y if you want to use the IR remote receiver available |
| 232 | on Amlogic Meson SoCs. |
| 233 | |
| 234 | To compile this driver as a module, choose M here: the |
| 235 | module will be called meson-ir. |
| 236 | |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 237 | config IR_NUVOTON |
| 238 | tristate "Nuvoton w836x7hg Consumer Infrared Transceiver" |
| 239 | depends on PNP |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 240 | depends on RC_CORE |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 241 | ---help--- |
| 242 | Say Y here to enable support for integrated infrared receiver |
| 243 | /transciever made by Nuvoton (formerly Winbond). This chip is |
| 244 | found in the ASRock ION 330HT, as well as assorted Intel |
| 245 | DP55-series motherboards (and of course, possibly others). |
| 246 | |
| 247 | To compile this driver as a module, choose M here: the |
| 248 | module will be called nuvoton-cir. |
| 249 | |
Jarod Wilson | 2154be6 | 2011-05-04 14:02:42 -0300 | [diff] [blame] | 250 | config IR_REDRAT3 |
| 251 | tristate "RedRat3 IR Transceiver" |
| 252 | depends on USB_ARCH_HAS_HCD |
| 253 | depends on RC_CORE |
Sean Young | bf13972 | 2013-07-30 19:00:04 -0300 | [diff] [blame] | 254 | select NEW_LEDS |
| 255 | select LEDS_CLASS |
Jarod Wilson | 2154be6 | 2011-05-04 14:02:42 -0300 | [diff] [blame] | 256 | select USB |
| 257 | ---help--- |
| 258 | Say Y here if you want to use a RedRat3 Infrared Transceiver. |
| 259 | |
| 260 | To compile this driver as a module, choose M here: the |
| 261 | module will be called redrat3. |
| 262 | |
Jarod Wilson | 2c1101d | 2010-08-02 15:46:03 -0300 | [diff] [blame] | 263 | config IR_STREAMZAP |
| 264 | tristate "Streamzap PC Remote IR Receiver" |
| 265 | depends on USB_ARCH_HAS_HCD |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 266 | depends on RC_CORE |
Jarod Wilson | 2c1101d | 2010-08-02 15:46:03 -0300 | [diff] [blame] | 267 | select USB |
| 268 | ---help--- |
| 269 | Say Y here if you want to use a Streamzap PC Remote |
| 270 | Infrared Receiver. |
| 271 | |
| 272 | To compile this driver as a module, choose M here: the |
| 273 | module will be called streamzap. |
Maxim Levitsky | ade321c | 2010-07-31 11:59:14 -0300 | [diff] [blame] | 274 | |
David Härdeman | 5b2e303 | 2010-10-29 16:08:28 -0300 | [diff] [blame] | 275 | config IR_WINBOND_CIR |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame] | 276 | tristate "Winbond IR remote control" |
| 277 | depends on X86 && PNP |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 278 | depends on RC_CORE |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame] | 279 | select NEW_LEDS |
| 280 | select LEDS_CLASS |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame] | 281 | select BITREVERSE |
David Härdeman | 5b2e303 | 2010-10-29 16:08:28 -0300 | [diff] [blame] | 282 | ---help--- |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame] | 283 | Say Y here if you want to use the IR remote functionality found |
| 284 | in some Winbond SuperI/O chips. Currently only the WPCD376I |
| 285 | chip is supported (included in some Intel Media series |
David Härdeman | 5b2e303 | 2010-10-29 16:08:28 -0300 | [diff] [blame] | 286 | motherboards). |
| 287 | |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame] | 288 | To compile this driver as a module, choose M here: the module will |
David Härdeman | 5b2e303 | 2010-10-29 16:08:28 -0300 | [diff] [blame] | 289 | be called winbond_cir. |
| 290 | |
Sean Young | b1c9719 | 2014-10-23 17:58:22 -0300 | [diff] [blame] | 291 | config IR_IGORPLUGUSB |
| 292 | tristate "IgorPlug-USB IR Receiver" |
| 293 | depends on USB_ARCH_HAS_HCD |
| 294 | depends on RC_CORE |
| 295 | select USB |
| 296 | ---help--- |
| 297 | Say Y here if you want to use the IgorPlug-USB IR Receiver by |
| 298 | Igor Cesko. This device is included on the Fit-PC2. |
| 299 | |
| 300 | Note that this device can only record bursts of 36 IR pulses and |
| 301 | spaces, which is not enough for the NEC, Sanyo and RC-6 protocol. |
| 302 | |
| 303 | To compile this driver as a module, choose M here: the module will |
| 304 | be called igorplugusb. |
| 305 | |
Sean Young | 26ff631 | 2012-07-15 13:31:00 -0300 | [diff] [blame] | 306 | config IR_IGUANA |
| 307 | tristate "IguanaWorks USB IR Transceiver" |
Guenter Roeck | ac6eb45 | 2012-08-06 00:15:20 -0300 | [diff] [blame] | 308 | depends on USB_ARCH_HAS_HCD |
Sean Young | 26ff631 | 2012-07-15 13:31:00 -0300 | [diff] [blame] | 309 | depends on RC_CORE |
| 310 | select USB |
| 311 | ---help--- |
Sean Young | 0797b48 | 2012-08-13 08:59:40 -0300 | [diff] [blame] | 312 | Say Y here if you want to use the IguanaWorks USB IR Transceiver. |
| 313 | Both infrared receive and send are supported. If you want to |
| 314 | change the ID or the pin config, use the user space driver from |
| 315 | IguanaWorks. |
| 316 | |
| 317 | Only firmware 0x0205 and later is supported. |
Sean Young | 26ff631 | 2012-07-15 13:31:00 -0300 | [diff] [blame] | 318 | |
| 319 | To compile this driver as a module, choose M here: the module will |
| 320 | be called iguanair. |
| 321 | |
Sean Young | 0938069 | 2012-08-13 08:59:46 -0300 | [diff] [blame] | 322 | config IR_TTUSBIR |
| 323 | tristate "TechnoTrend USB IR Receiver" |
Sean Young | 3ab2a83 | 2012-08-23 17:18:30 -0300 | [diff] [blame] | 324 | depends on USB_ARCH_HAS_HCD |
Sean Young | 0938069 | 2012-08-13 08:59:46 -0300 | [diff] [blame] | 325 | depends on RC_CORE |
| 326 | select USB |
| 327 | select NEW_LEDS |
| 328 | select LEDS_CLASS |
| 329 | ---help--- |
| 330 | Say Y here if you want to use the TechnoTrend USB IR Receiver. The |
| 331 | driver can control the led. |
| 332 | |
| 333 | To compile this driver as a module, choose M here: the module will |
| 334 | be called ttusbir. |
| 335 | |
Timo Kokkonen | c332e84 | 2012-08-10 06:16:36 -0300 | [diff] [blame] | 336 | config IR_RX51 |
Mauro Carvalho Chehab | 2ea4b44 | 2012-08-13 22:59:37 -0300 | [diff] [blame] | 337 | tristate "Nokia N900 IR transmitter diode" |
Arnd Bergmann | e71918e | 2013-03-14 17:56:44 -0300 | [diff] [blame] | 338 | depends on OMAP_DM_TIMER && ARCH_OMAP2PLUS && LIRC && !ARCH_MULTIPLATFORM |
Timo Kokkonen | c332e84 | 2012-08-10 06:16:36 -0300 | [diff] [blame] | 339 | ---help--- |
| 340 | Say Y or M here if you want to enable support for the IR |
| 341 | transmitter diode built in the Nokia N900 (RX51) device. |
| 342 | |
Timo Kokkonen | 362b29b | 2012-08-30 13:54:25 -0300 | [diff] [blame] | 343 | The driver uses omap DM timers for generating the carrier |
Timo Kokkonen | c332e84 | 2012-08-10 06:16:36 -0300 | [diff] [blame] | 344 | wave and pulses. |
| 345 | |
James Hogan | 54b2912 | 2014-02-28 20:28:55 -0300 | [diff] [blame] | 346 | source "drivers/media/rc/img-ir/Kconfig" |
| 347 | |
David Härdeman | 801c73c | 2010-11-25 18:36:27 -0300 | [diff] [blame] | 348 | config RC_LOOPBACK |
| 349 | tristate "Remote Control Loopback Driver" |
| 350 | depends on RC_CORE |
| 351 | ---help--- |
| 352 | Say Y here if you want support for the remote control loopback |
| 353 | driver which allows TX data to be sent back as RX data. |
| 354 | This is mostly useful for debugging purposes. |
| 355 | |
| 356 | If you're not sure, select N here. |
| 357 | |
| 358 | To compile this driver as a module, choose M here: the module will |
| 359 | be called rc_loopback. |
| 360 | |
Ravi Kumar V | fd0f685 | 2012-02-28 01:51:40 -0300 | [diff] [blame] | 361 | config IR_GPIO_CIR |
| 362 | tristate "GPIO IR remote control" |
| 363 | depends on RC_CORE |
| 364 | ---help--- |
| 365 | Say Y if you want to use GPIO based IR Receiver. |
| 366 | |
| 367 | To compile this driver as a module, choose M here: the module will |
| 368 | be called gpio-ir-recv. |
| 369 | |
Srinivas Kandagatla | 80f93c7 | 2013-10-18 06:01:14 -0300 | [diff] [blame] | 370 | config RC_ST |
| 371 | tristate "ST remote control receiver" |
Mauro Carvalho Chehab | 7155043 | 2014-08-20 13:21:35 -0600 | [diff] [blame] | 372 | depends on RC_CORE |
| 373 | depends on ARCH_STI || COMPILE_TEST |
Hans Verkuil | cfcffe3 | 2015-06-09 10:54:53 -0300 | [diff] [blame] | 374 | ---help--- |
| 375 | Say Y here if you want support for ST remote control driver |
| 376 | which allows both IR and UHF RX. |
| 377 | The driver passes raw pulse and space information to the LIRC decoder. |
Srinivas Kandagatla | 80f93c7 | 2013-10-18 06:01:14 -0300 | [diff] [blame] | 378 | |
Hans Verkuil | cfcffe3 | 2015-06-09 10:54:53 -0300 | [diff] [blame] | 379 | If you're not sure, select N here. |
Srinivas Kandagatla | 80f93c7 | 2013-10-18 06:01:14 -0300 | [diff] [blame] | 380 | |
Alexander Bersenev | b4e3e59 | 2014-06-08 15:08:10 -0300 | [diff] [blame] | 381 | config IR_SUNXI |
Hans Verkuil | cfcffe3 | 2015-06-09 10:54:53 -0300 | [diff] [blame] | 382 | tristate "SUNXI IR remote control" |
| 383 | depends on RC_CORE |
| 384 | depends on ARCH_SUNXI || COMPILE_TEST |
| 385 | ---help--- |
| 386 | Say Y if you want to use sunXi internal IR Controller |
Alexander Bersenev | b4e3e59 | 2014-06-08 15:08:10 -0300 | [diff] [blame] | 387 | |
Hans Verkuil | cfcffe3 | 2015-06-09 10:54:53 -0300 | [diff] [blame] | 388 | To compile this driver as a module, choose M here: the module will |
| 389 | be called sunxi-ir. |
Alexander Bersenev | b4e3e59 | 2014-06-08 15:08:10 -0300 | [diff] [blame] | 390 | |
Mauro Carvalho Chehab | b4c184e | 2012-05-28 08:17:47 -0300 | [diff] [blame] | 391 | endif #RC_DEVICES |