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 |
| 16 | default y |
| 17 | |
| 18 | ---help--- |
| 19 | Enable this option if you have IR with NEC protocol, and |
| 20 | if the IR is decoded in software |
Mauro Carvalho Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 21 | |
| 22 | config IR_RC5_DECODER |
Mauro Carvalho Chehab | 897c7b3 | 2010-04-09 09:20:11 -0300 | [diff] [blame] | 23 | tristate "Enable IR raw decoder for the RC-5 protocol" |
Mauro Carvalho Chehab | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 24 | depends on IR_CORE |
| 25 | default y |
| 26 | |
| 27 | ---help--- |
| 28 | Enable this option if you have IR with RC-5 protocol, and |
| 29 | if the IR is decoded in software |
David Härdeman | 784a493 | 2010-04-08 20:04:40 -0300 | [diff] [blame] | 30 | |
| 31 | config IR_RC6_DECODER |
| 32 | tristate "Enable IR raw decoder for the RC6 protocol" |
| 33 | depends on IR_CORE |
| 34 | default y |
| 35 | |
| 36 | ---help--- |
| 37 | Enable this option if you have an infrared remote control which |
| 38 | uses the RC6 protocol, and you need software decoding support. |
Jarod Wilson | 21677cf | 2010-04-16 18:29:02 -0300 | [diff] [blame] | 39 | |
David Härdeman | bf670f6 | 2010-04-15 18:46:05 -0300 | [diff] [blame] | 40 | config IR_JVC_DECODER |
| 41 | tristate "Enable IR raw decoder for the JVC protocol" |
| 42 | depends on IR_CORE |
| 43 | default y |
| 44 | |
| 45 | ---help--- |
| 46 | Enable this option if you have an infrared remote control which |
| 47 | uses the JVC protocol, and you need software decoding support. |
| 48 | |
David Härdeman | 3fe29c8 | 2010-04-15 18:46:10 -0300 | [diff] [blame] | 49 | config IR_SONY_DECODER |
| 50 | tristate "Enable IR raw decoder for the Sony protocol" |
| 51 | depends on IR_CORE |
| 52 | default y |
| 53 | |
| 54 | ---help--- |
| 55 | Enable this option if you have an infrared remote control which |
| 56 | uses the Sony protocol, and you need software decoding support. |
| 57 | |
Jarod Wilson | 21677cf | 2010-04-16 18:29:02 -0300 | [diff] [blame] | 58 | config IR_IMON |
| 59 | tristate "SoundGraph iMON Receiver and Display" |
| 60 | depends on USB_ARCH_HAS_HCD |
| 61 | depends on IR_CORE |
| 62 | select USB |
| 63 | ---help--- |
| 64 | Say Y here if you want to use a SoundGraph iMON (aka Antec Veris) |
| 65 | IR Receiver and/or LCD/VFD/VGA display. |
| 66 | |
| 67 | To compile this driver as a module, choose M here: the |
| 68 | module will be called imon. |