Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 1 | menuconfig RC_CORE |
| 2 | tristate "Remote Controller adapters" |
Mauro Carvalho Chehab | e27d381 | 2009-12-11 08:00:00 -0300 | [diff] [blame] | 3 | depends on INPUT |
| 4 | default INPUT |
Mauro Carvalho Chehab | cfec93f | 2010-08-09 10:07:20 -0300 | [diff] [blame] | 5 | ---help--- |
| 6 | Enable support for Remote Controllers on Linux. This is |
| 7 | needed in order to support several video capture adapters. |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 8 | Currently, all supported devices use InfraRed. |
Mauro Carvalho Chehab | 446e4a6 | 2009-12-11 08:34:07 -0300 | [diff] [blame] | 9 | |
Mauro Carvalho Chehab | cfec93f | 2010-08-09 10:07:20 -0300 | [diff] [blame] | 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. |
Maxim Levitsky | ade321c | 2010-07-31 11:59:14 -0300 | [diff] [blame] | 13 | |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 14 | if RC_CORE |
Mauro Carvalho Chehab | cfec93f | 2010-08-09 10:07:20 -0300 | [diff] [blame] | 15 | |
Jarod Wilson | 4a62a5a | 2010-07-03 01:06:57 -0300 | [diff] [blame] | 16 | config 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 Levitsky | ade321c | 2010-07-31 11:59:14 -0300 | [diff] [blame] | 24 | LIRC daemon handles protocol decoding for IR reception and |
Jarod Wilson | 4a62a5a | 2010-07-03 01:06:57 -0300 | [diff] [blame] | 25 | encoding for IR transmitting (aka "blasting"). |
| 26 | |
Mauro Carvalho Chehab | 32cf86f | 2010-11-09 23:00:14 -0300 | [diff] [blame] | 27 | source "drivers/media/rc/keymaps/Kconfig" |
Mauro Carvalho Chehab | 6686fa6 | 2010-04-02 03:05:46 -0300 | [diff] [blame] | 28 | |
Mauro Carvalho Chehab | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 29 | config IR_NEC_DECODER |
Mauro Carvalho Chehab | 897c7b3 | 2010-04-09 09:20:11 -0300 | [diff] [blame] | 30 | tristate "Enable IR raw decoder for the NEC protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 31 | depends on RC_CORE |
Randy Dunlap | 58aac2b | 2010-05-14 14:09:57 -0300 | [diff] [blame] | 32 | select BITREVERSE |
Mauro Carvalho Chehab | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 33 | 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 Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 38 | |
| 39 | config IR_RC5_DECODER |
Mauro Carvalho Chehab | 897c7b3 | 2010-04-09 09:20:11 -0300 | [diff] [blame] | 40 | tristate "Enable IR raw decoder for the RC-5 protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 41 | depends on RC_CORE |
Randy Dunlap | 033608c | 2010-05-26 14:08:51 -0300 | [diff] [blame] | 42 | select BITREVERSE |
Mauro Carvalho Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 43 | 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ärdeman | 784a493 | 2010-04-08 20:04:40 -0300 | [diff] [blame] | 48 | |
| 49 | config IR_RC6_DECODER |
| 50 | tristate "Enable IR raw decoder for the RC6 protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 51 | depends on RC_CORE |
Randy Dunlap | 2135436 | 2010-05-26 14:08:51 -0300 | [diff] [blame] | 52 | select BITREVERSE |
David Härdeman | 784a493 | 2010-04-08 20:04:40 -0300 | [diff] [blame] | 53 | 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 Wilson | 21677cf | 2010-04-16 18:29:02 -0300 | [diff] [blame] | 58 | |
David Härdeman | bf670f6 | 2010-04-15 18:46:05 -0300 | [diff] [blame] | 59 | config IR_JVC_DECODER |
| 60 | tristate "Enable IR raw decoder for the JVC protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 61 | depends on RC_CORE |
Randy Dunlap | f9839da | 2010-07-07 20:41:15 -0300 | [diff] [blame] | 62 | select BITREVERSE |
David Härdeman | bf670f6 | 2010-04-15 18:46:05 -0300 | [diff] [blame] | 63 | 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ärdeman | 3fe29c8 | 2010-04-15 18:46:10 -0300 | [diff] [blame] | 69 | config IR_SONY_DECODER |
| 70 | tristate "Enable IR raw decoder for the Sony protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 71 | depends on RC_CORE |
David Härdeman | 3fe29c8 | 2010-04-15 18:46:10 -0300 | [diff] [blame] | 72 | 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 Wilson | 7a569f5 | 2010-08-07 13:31:40 -0300 | [diff] [blame] | 78 | config IR_RC5_SZ_DECODER |
| 79 | tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 80 | depends on RC_CORE |
Jarod Wilson | 7a569f5 | 2010-08-07 13:31:40 -0300 | [diff] [blame] | 81 | 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 | |
Jarod Wilson | ca41469 | 2010-07-03 01:07:53 -0300 | [diff] [blame] | 90 | config IR_LIRC_CODEC |
| 91 | tristate "Enable IR to LIRC bridge" |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 92 | depends on RC_CORE |
Jarod Wilson | ca41469 | 2010-07-03 01:07:53 -0300 | [diff] [blame] | 93 | depends on LIRC |
| 94 | default y |
| 95 | |
| 96 | ---help--- |
| 97 | Enable this option to pass raw IR to and from userspace via |
| 98 | the LIRC interface. |
| 99 | |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 100 | config IR_ENE |
Maxim Levitsky | 11b64d3 | 2010-09-06 18:26:11 -0300 | [diff] [blame] | 101 | tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)" |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 102 | depends on PNP |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 103 | depends on RC_CORE |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 104 | ---help--- |
| 105 | Say Y here to enable support for integrated infrared receiver |
Maxim Levitsky | 11b64d3 | 2010-09-06 18:26:11 -0300 | [diff] [blame] | 106 | /transceiver made by ENE. |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 107 | |
| 108 | You can see if you have it by looking at lspnp output. |
Maxim Levitsky | 11b64d3 | 2010-09-06 18:26:11 -0300 | [diff] [blame] | 109 | Output should include ENE0100 ENE0200 or something similar. |
Maxim Levitsky | 931e39a | 2010-07-31 11:59:26 -0300 | [diff] [blame] | 110 | |
| 111 | To compile this driver as a module, choose M here: the |
| 112 | module will be called ene_ir. |
| 113 | |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 114 | config IR_IMON |
| 115 | tristate "SoundGraph iMON Receiver and Display" |
| 116 | depends on USB_ARCH_HAS_HCD |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 117 | depends on RC_CORE |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 118 | select USB |
| 119 | ---help--- |
| 120 | Say Y here if you want to use a SoundGraph iMON (aka Antec Veris) |
| 121 | IR Receiver and/or LCD/VFD/VGA display. |
| 122 | |
| 123 | To compile this driver as a module, choose M here: the |
| 124 | module will be called imon. |
| 125 | |
| 126 | config IR_MCEUSB |
| 127 | tristate "Windows Media Center Ed. eHome Infrared Transceiver" |
| 128 | depends on USB_ARCH_HAS_HCD |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 129 | depends on RC_CORE |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 130 | select USB |
| 131 | ---help--- |
| 132 | Say Y here if you want to use a Windows Media Center Edition |
| 133 | eHome Infrared Transceiver. |
| 134 | |
| 135 | To compile this driver as a module, choose M here: the |
| 136 | module will be called mceusb. |
| 137 | |
| 138 | config IR_NUVOTON |
| 139 | tristate "Nuvoton w836x7hg Consumer Infrared Transceiver" |
| 140 | depends on PNP |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 141 | depends on RC_CORE |
Jarod Wilson | d322bf4 | 2010-10-08 16:23:56 -0300 | [diff] [blame] | 142 | ---help--- |
| 143 | Say Y here to enable support for integrated infrared receiver |
| 144 | /transciever made by Nuvoton (formerly Winbond). This chip is |
| 145 | found in the ASRock ION 330HT, as well as assorted Intel |
| 146 | DP55-series motherboards (and of course, possibly others). |
| 147 | |
| 148 | To compile this driver as a module, choose M here: the |
| 149 | module will be called nuvoton-cir. |
| 150 | |
Jarod Wilson | 2c1101d | 2010-08-02 15:46:03 -0300 | [diff] [blame] | 151 | config IR_STREAMZAP |
| 152 | tristate "Streamzap PC Remote IR Receiver" |
| 153 | depends on USB_ARCH_HAS_HCD |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 154 | depends on RC_CORE |
Jarod Wilson | 2c1101d | 2010-08-02 15:46:03 -0300 | [diff] [blame] | 155 | select USB |
| 156 | ---help--- |
| 157 | Say Y here if you want to use a Streamzap PC Remote |
| 158 | Infrared Receiver. |
| 159 | |
| 160 | To compile this driver as a module, choose M here: the |
| 161 | module will be called streamzap. |
Maxim Levitsky | ade321c | 2010-07-31 11:59:14 -0300 | [diff] [blame] | 162 | |
David Härdeman | 5b2e303 | 2010-10-29 16:08:28 -0300 | [diff] [blame] | 163 | config IR_WINBOND_CIR |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame^] | 164 | tristate "Winbond IR remote control" |
| 165 | depends on X86 && PNP |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 166 | depends on RC_CORE |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame^] | 167 | select NEW_LEDS |
| 168 | select LEDS_CLASS |
| 169 | select LEDS_TRIGGERS |
| 170 | select BITREVERSE |
David Härdeman | 5b2e303 | 2010-10-29 16:08:28 -0300 | [diff] [blame] | 171 | ---help--- |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame^] | 172 | Say Y here if you want to use the IR remote functionality found |
| 173 | in some Winbond SuperI/O chips. Currently only the WPCD376I |
| 174 | chip is supported (included in some Intel Media series |
David Härdeman | 5b2e303 | 2010-10-29 16:08:28 -0300 | [diff] [blame] | 175 | motherboards). |
| 176 | |
Mauro Carvalho Chehab | baf075e | 2011-03-22 15:03:09 -0300 | [diff] [blame^] | 177 | 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] | 178 | be called winbond_cir. |
| 179 | |
David Härdeman | 801c73c | 2010-11-25 18:36:27 -0300 | [diff] [blame] | 180 | config RC_LOOPBACK |
| 181 | tristate "Remote Control Loopback Driver" |
| 182 | depends on RC_CORE |
| 183 | ---help--- |
| 184 | Say Y here if you want support for the remote control loopback |
| 185 | driver which allows TX data to be sent back as RX data. |
| 186 | This is mostly useful for debugging purposes. |
| 187 | |
| 188 | If you're not sure, select N here. |
| 189 | |
| 190 | To compile this driver as a module, choose M here: the module will |
| 191 | be called rc_loopback. |
| 192 | |
Mauro Carvalho Chehab | 6bda964 | 2010-11-17 13:28:38 -0300 | [diff] [blame] | 193 | endif #RC_CORE |