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 | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 26 | config IR_NEC_DECODER |
Mauro Carvalho Chehab | 897c7b3 | 2010-04-09 09:20:11 -0300 | [diff] [blame] | 27 | tristate "Enable IR raw decoder for the NEC protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 28 | depends on RC_CORE |
Randy Dunlap | 58aac2b | 2010-05-14 14:09:57 -0300 | [diff] [blame] | 29 | select BITREVERSE |
Mauro Carvalho Chehab | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 30 | default y |
| 31 | |
| 32 | ---help--- |
| 33 | Enable this option if you have IR with NEC protocol, and |
| 34 | if the IR is decoded in software |
Mauro Carvalho Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 35 | |
| 36 | config IR_RC5_DECODER |
Mauro Carvalho Chehab | 897c7b3 | 2010-04-09 09:20:11 -0300 | [diff] [blame] | 37 | tristate "Enable IR raw decoder for the RC-5 protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 38 | depends on RC_CORE |
Randy Dunlap | 033608c | 2010-05-26 14:08:51 -0300 | [diff] [blame] | 39 | select BITREVERSE |
Mauro Carvalho Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 40 | default y |
| 41 | |
| 42 | ---help--- |
| 43 | Enable this option if you have IR with RC-5 protocol, and |
| 44 | if the IR is decoded in software |
David Härdeman | 784a493 | 2010-04-08 20:04:40 -0300 | [diff] [blame] | 45 | |
| 46 | config IR_RC6_DECODER |
| 47 | tristate "Enable IR raw decoder for the RC6 protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 48 | depends on RC_CORE |
Randy Dunlap | 2135436 | 2010-05-26 14:08:51 -0300 | [diff] [blame] | 49 | select BITREVERSE |
David Härdeman | 784a493 | 2010-04-08 20:04:40 -0300 | [diff] [blame] | 50 | default y |
| 51 | |
| 52 | ---help--- |
| 53 | Enable this option if you have an infrared remote control which |
| 54 | uses the RC6 protocol, and you need software decoding support. |
Jarod Wilson | 21677cf | 2010-04-16 18:29:02 -0300 | [diff] [blame] | 55 | |
David Härdeman | bf670f6 | 2010-04-15 18:46:05 -0300 | [diff] [blame] | 56 | config IR_JVC_DECODER |
| 57 | tristate "Enable IR raw decoder for the JVC protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 58 | depends on RC_CORE |
Randy Dunlap | f9839da | 2010-07-07 20:41:15 -0300 | [diff] [blame] | 59 | select BITREVERSE |
David Härdeman | bf670f6 | 2010-04-15 18:46:05 -0300 | [diff] [blame] | 60 | default y |
| 61 | |
| 62 | ---help--- |
| 63 | Enable this option if you have an infrared remote control which |
| 64 | uses the JVC protocol, and you need software decoding support. |
| 65 | |
David Härdeman | 3fe29c8 | 2010-04-15 18:46:10 -0300 | [diff] [blame] | 66 | config IR_SONY_DECODER |
| 67 | tristate "Enable IR raw decoder for the Sony protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 68 | depends on RC_CORE |
Arnd Bergmann | b66d208 | 2012-05-03 18:22:24 -0300 | [diff] [blame] | 69 | select BITREVERSE |
David Härdeman | 3fe29c8 | 2010-04-15 18:46:10 -0300 | [diff] [blame] | 70 | default y |
| 71 | |
| 72 | ---help--- |
| 73 | Enable this option if you have an infrared remote control which |
| 74 | uses the Sony protocol, and you need software decoding support. |
| 75 | |
Jarod Wilson | 7a569f5 | 2010-08-07 13:31:40 -0300 | [diff] [blame] | 76 | config IR_RC5_SZ_DECODER |
| 77 | tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 78 | depends on RC_CORE |
Jarod Wilson | 7a569f5 | 2010-08-07 13:31:40 -0300 | [diff] [blame] | 79 | select BITREVERSE |
| 80 | default y |
| 81 | |
| 82 | ---help--- |
| 83 | Enable this option if you have IR with RC-5 (streamzap) protocol, |
| 84 | and if the IR is decoded in software. (The Streamzap PC Remote |
| 85 | uses an IR protocol that is almost standard RC-5, but not quite, |
| 86 | as it uses an additional bit). |
| 87 | |
Mauro Carvalho Chehab | b32e724 | 2011-11-23 12:04:08 -0300 | [diff] [blame] | 88 | config IR_SANYO_DECODER |
| 89 | tristate "Enable IR raw decoder for the Sanyo protocol" |
| 90 | depends on RC_CORE |
| 91 | default y |
| 92 | |
| 93 | ---help--- |
| 94 | Enable this option if you have an infrared remote control which |
| 95 | uses the Sanyo protocol (Sanyo, Aiwa, Chinon remotes), |
| 96 | and you need software decoding support. |
| 97 | |
Jarod Wilson | f5f2cc6 | 2011-07-13 18:09:48 -0300 | [diff] [blame] | 98 | config IR_MCE_KBD_DECODER |
| 99 | tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol" |
| 100 | depends on RC_CORE |
| 101 | select BITREVERSE |
| 102 | default y |
| 103 | |
| 104 | ---help--- |
| 105 | Enable this option if you have a Microsoft Remote Keyboard for |
| 106 | Windows Media Center Edition, which you would like to use with |
| 107 | a raw IR receiver in your system. |
Mauro Carvalho Chehab | c455f5c | 2012-07-06 09:12:59 -0300 | [diff] [blame^] | 108 | endif #RC_DECODERS |
Jarod Wilson | f5f2cc6 | 2011-07-13 18:09:48 -0300 | [diff] [blame] | 109 | |
Mauro Carvalho Chehab | b4c184e | 2012-05-28 08:17:47 -0300 | [diff] [blame] | 110 | menuconfig RC_DEVICES |
| 111 | bool "Remote Controller devices" |
| 112 | depends on RC_CORE |
| 113 | |
| 114 | if RC_DEVICES |
| 115 | |
Jarod Wilson | ca41469 | 2010-07-03 01:07:53 -0300 | [diff] [blame] | 116 | config IR_LIRC_CODEC |
| 117 | tristate "Enable IR to LIRC bridge" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 118 | depends on RC_CORE |
Jarod Wilson | ca41469 | 2010-07-03 01:07:53 -0300 | [diff] [blame] | 119 | depends on LIRC |
| 120 | default y |
| 121 | |
| 122 | ---help--- |
| 123 | Enable this option to pass raw IR to and from userspace via |
| 124 | the LIRC interface. |
| 125 | |
Anssi Hannula | 9688efd | 2011-08-06 18:18:07 -0300 | [diff] [blame] | 126 | config RC_ATI_REMOTE |
Anssi Hannula | 3a7a623 | 2011-08-06 18:18:13 -0300 | [diff] [blame] | 127 | tristate "ATI / X10 based USB RF remote controls" |
Anssi Hannula | 9688efd | 2011-08-06 18:18:07 -0300 | [diff] [blame] | 128 | depends on USB_ARCH_HAS_HCD |
Anssi Hannula | c34516e | 2011-08-06 18:18:08 -0300 | [diff] [blame] | 129 | depends on RC_CORE |
Anssi Hannula | 9688efd | 2011-08-06 18:18:07 -0300 | [diff] [blame] | 130 | select USB |
| 131 | help |
Anssi Hannula | 3a7a623 | 2011-08-06 18:18:13 -0300 | [diff] [blame] | 132 | 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] | 133 | These are RF remotes with USB receivers. |
Anssi Hannula | 3a7a623 | 2011-08-06 18:18:13 -0300 | [diff] [blame] | 134 | |
| 135 | Such devices include the ATI remote that comes with many of ATI's |
| 136 | All-In-Wonder video cards, the X10 "Lola" remote, NVIDIA RF remote, |
| 137 | Medion RF remote, and SnapStream FireFly remote. |
| 138 | |
Anssi Hannula | 9688efd | 2011-08-06 18:18:07 -0300 | [diff] [blame] | 139 | This driver provides mouse pointer, left and right mouse buttons, |
| 140 | and maps all the other remote buttons to keypress events. |
| 141 | |
| 142 | To compile this driver as a module, choose M here: the module will be |
| 143 | called ati_remote. |
| 144 | |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 145 | config IR_ENE |
Maxim Levitsky | 11b64d3 | 2010-09-06 18:26:11 -0300 | [diff] [blame] | 146 | tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)" |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 147 | depends on PNP |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 148 | depends on RC_CORE |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 149 | ---help--- |
| 150 | Say Y here to enable support for integrated infrared receiver |
Maxim Levitsky | 11b64d3 | 2010-09-06 18:26:11 -0300 | [diff] [blame] | 151 | /transceiver made by ENE. |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 152 | |
| 153 | You can see if you have it by looking at lspnp output. |
Maxim Levitsky | 11b64d3 | 2010-09-06 18:26:11 -0300 | [diff] [blame] | 154 | Output should include ENE0100 ENE0200 or something similar. |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 155 | |
| 156 | To compile this driver as a module, choose M here: the |
| 157 | module will be called ene_ir. |
| 158 | |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 159 | config IR_IMON |
| 160 | tristate "SoundGraph iMON Receiver and Display" |
| 161 | depends on USB_ARCH_HAS_HCD |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 162 | depends on RC_CORE |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 163 | select USB |
| 164 | ---help--- |
| 165 | Say Y here if you want to use a SoundGraph iMON (aka Antec Veris) |
| 166 | IR Receiver and/or LCD/VFD/VGA display. |
| 167 | |
| 168 | To compile this driver as a module, choose M here: the |
| 169 | module will be called imon. |
| 170 | |
| 171 | config IR_MCEUSB |
| 172 | tristate "Windows Media Center Ed. eHome Infrared Transceiver" |
| 173 | depends on USB_ARCH_HAS_HCD |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 174 | depends on RC_CORE |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 175 | select USB |
| 176 | ---help--- |
| 177 | Say Y here if you want to use a Windows Media Center Edition |
| 178 | eHome Infrared Transceiver. |
| 179 | |
| 180 | To compile this driver as a module, choose M here: the |
| 181 | module will be called mceusb. |
| 182 | |
Juan J. Garcia de Soria | 620a32b | 2011-03-16 17:14:52 -0300 | [diff] [blame] | 183 | config IR_ITE_CIR |
| 184 | tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver" |
| 185 | depends on PNP |
| 186 | depends on RC_CORE |
| 187 | ---help--- |
| 188 | Say Y here to enable support for integrated infrared receivers |
| 189 | /transceivers made by ITE Tech Inc. These are found in |
| 190 | several ASUS devices, like the ASUS Digimatrix or the ASUS |
| 191 | EEEBox 1501U. |
| 192 | |
| 193 | To compile this driver as a module, choose M here: the |
| 194 | module will be called ite-cir. |
| 195 | |
Jarod Wilson | 9bdc79e | 2011-05-25 13:35:13 -0300 | [diff] [blame] | 196 | config IR_FINTEK |
| 197 | tristate "Fintek Consumer Infrared Transceiver" |
| 198 | depends on PNP |
| 199 | depends on RC_CORE |
| 200 | ---help--- |
| 201 | Say Y here to enable support for integrated infrared receiver |
| 202 | /transciever made by Fintek. This chip is found on assorted |
| 203 | Jetway motherboards (and of course, possibly others). |
| 204 | |
| 205 | To compile this driver as a module, choose M here: the |
| 206 | module will be called fintek-cir. |
| 207 | |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 208 | config IR_NUVOTON |
| 209 | tristate "Nuvoton w836x7hg Consumer Infrared Transceiver" |
| 210 | depends on PNP |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 211 | depends on RC_CORE |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 212 | ---help--- |
| 213 | Say Y here to enable support for integrated infrared receiver |
| 214 | /transciever made by Nuvoton (formerly Winbond). This chip is |
| 215 | found in the ASRock ION 330HT, as well as assorted Intel |
| 216 | DP55-series motherboards (and of course, possibly others). |
| 217 | |
| 218 | To compile this driver as a module, choose M here: the |
| 219 | module will be called nuvoton-cir. |
| 220 | |
Jarod Wilson | 2154be6 | 2011-05-04 14:02:42 -0300 | [diff] [blame] | 221 | config IR_REDRAT3 |
| 222 | tristate "RedRat3 IR Transceiver" |
| 223 | depends on USB_ARCH_HAS_HCD |
| 224 | depends on RC_CORE |
| 225 | select USB |
| 226 | ---help--- |
| 227 | Say Y here if you want to use a RedRat3 Infrared Transceiver. |
| 228 | |
| 229 | To compile this driver as a module, choose M here: the |
| 230 | module will be called redrat3. |
| 231 | |
Jarod Wilson | 2c1101d | 2010-08-02 15:46:03 -0300 | [diff] [blame] | 232 | config IR_STREAMZAP |
| 233 | tristate "Streamzap PC Remote IR Receiver" |
| 234 | depends on USB_ARCH_HAS_HCD |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 235 | depends on RC_CORE |
Jarod Wilson | 2c1101d | 2010-08-02 15:46:03 -0300 | [diff] [blame] | 236 | select USB |
| 237 | ---help--- |
| 238 | Say Y here if you want to use a Streamzap PC Remote |
| 239 | Infrared Receiver. |
| 240 | |
| 241 | To compile this driver as a module, choose M here: the |
| 242 | module will be called streamzap. |
Maxim Levitsky | ade321c | 2010-07-31 11:59:14 -0300 | [diff] [blame] | 243 | |
David Härdeman | 5b2e303 | 2010-10-29 16:08:28 -0300 | [diff] [blame] | 244 | config IR_WINBOND_CIR |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame] | 245 | tristate "Winbond IR remote control" |
| 246 | depends on X86 && PNP |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 247 | depends on RC_CORE |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame] | 248 | select NEW_LEDS |
| 249 | select LEDS_CLASS |
| 250 | select LEDS_TRIGGERS |
| 251 | select BITREVERSE |
David Härdeman | 5b2e303 | 2010-10-29 16:08:28 -0300 | [diff] [blame] | 252 | ---help--- |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame] | 253 | Say Y here if you want to use the IR remote functionality found |
| 254 | in some Winbond SuperI/O chips. Currently only the WPCD376I |
| 255 | chip is supported (included in some Intel Media series |
David Härdeman | 5b2e303 | 2010-10-29 16:08:28 -0300 | [diff] [blame] | 256 | motherboards). |
| 257 | |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame] | 258 | 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] | 259 | be called winbond_cir. |
| 260 | |
David Härdeman | 801c73c | 2010-11-25 18:36:27 -0300 | [diff] [blame] | 261 | config RC_LOOPBACK |
| 262 | tristate "Remote Control Loopback Driver" |
| 263 | depends on RC_CORE |
| 264 | ---help--- |
| 265 | Say Y here if you want support for the remote control loopback |
| 266 | driver which allows TX data to be sent back as RX data. |
| 267 | This is mostly useful for debugging purposes. |
| 268 | |
| 269 | If you're not sure, select N here. |
| 270 | |
| 271 | To compile this driver as a module, choose M here: the module will |
| 272 | be called rc_loopback. |
| 273 | |
Ravi Kumar V | fd0f685 | 2012-02-28 01:51:40 -0300 | [diff] [blame] | 274 | config IR_GPIO_CIR |
| 275 | tristate "GPIO IR remote control" |
| 276 | depends on RC_CORE |
| 277 | ---help--- |
| 278 | Say Y if you want to use GPIO based IR Receiver. |
| 279 | |
| 280 | To compile this driver as a module, choose M here: the module will |
| 281 | be called gpio-ir-recv. |
| 282 | |
Mauro Carvalho Chehab | b4c184e | 2012-05-28 08:17:47 -0300 | [diff] [blame] | 283 | endif #RC_DEVICES |