Mauro Carvalho Chehab | 446e4a6 | 2009-12-11 08:34:07 -0300 | [diff] [blame] | 1 | config IR_CORE |
Mauro Carvalho Chehab | e27d381 | 2009-12-11 08:00:00 -0300 | [diff] [blame] | 2 | tristate |
| 3 | depends on INPUT |
| 4 | default INPUT |
Mauro Carvalho Chehab | 446e4a6 | 2009-12-11 08:34:07 -0300 | [diff] [blame] | 5 | |
| 6 | config VIDEO_IR |
| 7 | tristate |
| 8 | depends on IR_CORE |
| 9 | default IR_CORE |
Mauro Carvalho Chehab | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 10 | |
Mauro Carvalho Chehab | 6686fa6 | 2010-04-02 03:05:46 -0300 | [diff] [blame] | 11 | source "drivers/media/IR/keymaps/Kconfig" |
| 12 | |
Mauro Carvalho Chehab | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 13 | config IR_NEC_DECODER |
Mauro Carvalho Chehab | 897c7b3 | 2010-04-09 09:20:11 -0300 | [diff] [blame] | 14 | tristate "Enable IR raw decoder for the NEC protocol" |
Mauro Carvalho Chehab | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 15 | depends on IR_CORE |
Randy Dunlap | 58aac2b | 2010-05-14 14:09:57 -0300 | [diff] [blame] | 16 | select BITREVERSE |
Mauro Carvalho Chehab | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 17 | default y |
| 18 | |
| 19 | ---help--- |
| 20 | Enable this option if you have IR with NEC protocol, and |
| 21 | if the IR is decoded in software |
Mauro Carvalho Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 22 | |
| 23 | config IR_RC5_DECODER |
Mauro Carvalho Chehab | 897c7b3 | 2010-04-09 09:20:11 -0300 | [diff] [blame] | 24 | tristate "Enable IR raw decoder for the RC-5 protocol" |
Mauro Carvalho Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 25 | depends on IR_CORE |
Randy Dunlap | 033608c | 2010-05-26 14:08:51 -0300 | [diff] [blame] | 26 | select BITREVERSE |
Mauro Carvalho Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 27 | default y |
| 28 | |
| 29 | ---help--- |
| 30 | Enable this option if you have IR with RC-5 protocol, and |
| 31 | if the IR is decoded in software |
David Härdeman | 784a493 | 2010-04-08 20:04:40 -0300 | [diff] [blame] | 32 | |
| 33 | config IR_RC6_DECODER |
| 34 | tristate "Enable IR raw decoder for the RC6 protocol" |
| 35 | depends on IR_CORE |
Randy Dunlap | 2135436 | 2010-05-26 14:08:51 -0300 | [diff] [blame^] | 36 | select BITREVERSE |
David Härdeman | 784a493 | 2010-04-08 20:04:40 -0300 | [diff] [blame] | 37 | default y |
| 38 | |
| 39 | ---help--- |
| 40 | Enable this option if you have an infrared remote control which |
| 41 | uses the RC6 protocol, and you need software decoding support. |
Jarod Wilson | 21677cf | 2010-04-16 18:29:02 -0300 | [diff] [blame] | 42 | |
David Härdeman | bf670f6 | 2010-04-15 18:46:05 -0300 | [diff] [blame] | 43 | config IR_JVC_DECODER |
| 44 | tristate "Enable IR raw decoder for the JVC protocol" |
| 45 | depends on IR_CORE |
| 46 | default y |
| 47 | |
| 48 | ---help--- |
| 49 | Enable this option if you have an infrared remote control which |
| 50 | uses the JVC protocol, and you need software decoding support. |
| 51 | |
David Härdeman | 3fe29c8 | 2010-04-15 18:46:10 -0300 | [diff] [blame] | 52 | config IR_SONY_DECODER |
| 53 | tristate "Enable IR raw decoder for the Sony protocol" |
| 54 | depends on IR_CORE |
| 55 | default y |
| 56 | |
| 57 | ---help--- |
| 58 | Enable this option if you have an infrared remote control which |
| 59 | uses the Sony protocol, and you need software decoding support. |
| 60 | |
Jarod Wilson | 21677cf | 2010-04-16 18:29:02 -0300 | [diff] [blame] | 61 | config IR_IMON |
| 62 | tristate "SoundGraph iMON Receiver and Display" |
| 63 | depends on USB_ARCH_HAS_HCD |
| 64 | depends on IR_CORE |
| 65 | select USB |
| 66 | ---help--- |
| 67 | Say Y here if you want to use a SoundGraph iMON (aka Antec Veris) |
| 68 | IR Receiver and/or LCD/VFD/VGA display. |
| 69 | |
| 70 | To compile this driver as a module, choose M here: the |
| 71 | module will be called imon. |
Jarod Wilson | 66e8952 | 2010-06-01 17:32:08 -0300 | [diff] [blame] | 72 | |
| 73 | config IR_MCEUSB |
| 74 | tristate "Windows Media Center Ed. eHome Infrared Transceiver" |
| 75 | depends on USB_ARCH_HAS_HCD |
| 76 | depends on IR_CORE |
| 77 | select USB |
| 78 | ---help--- |
| 79 | Say Y here if you want to use a Windows Media Center Edition |
| 80 | eHome Infrared Transceiver. |
| 81 | |
| 82 | To compile this driver as a module, choose M here: the |
| 83 | module will be called mceusb. |