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