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 | 446e4a6 | 2009-12-11 08:34:07 -0300 | [diff] [blame] | 5 | |
Maxim Levitsky | ade321c | 2010-07-31 11:59:14 -0300 | [diff] [blame^] | 6 | if IR_CORE |
| 7 | |
Mauro Carvalho Chehab | 446e4a6 | 2009-12-11 08:34:07 -0300 | [diff] [blame] | 8 | config VIDEO_IR |
| 9 | tristate |
| 10 | depends on IR_CORE |
| 11 | default IR_CORE |
Mauro Carvalho Chehab | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 12 | |
Jarod Wilson | 4a62a5a | 2010-07-03 01:06:57 -0300 | [diff] [blame] | 13 | config LIRC |
| 14 | tristate |
| 15 | default y |
| 16 | |
| 17 | ---help--- |
| 18 | Enable this option to build the Linux Infrared Remote |
| 19 | Control (LIRC) core device interface driver. The LIRC |
| 20 | interface passes raw IR to and from userspace, where the |
Maxim Levitsky | ade321c | 2010-07-31 11:59:14 -0300 | [diff] [blame^] | 21 | LIRC daemon handles protocol decoding for IR reception and |
Jarod Wilson | 4a62a5a | 2010-07-03 01:06:57 -0300 | [diff] [blame] | 22 | encoding for IR transmitting (aka "blasting"). |
| 23 | |
Mauro Carvalho Chehab | 6686fa6 | 2010-04-02 03:05:46 -0300 | [diff] [blame] | 24 | source "drivers/media/IR/keymaps/Kconfig" |
| 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 | 995187b | 2010-03-24 20:47:53 -0300 | [diff] [blame] | 28 | depends on IR_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 | db1423a | 2010-04-04 10:27:20 -0300 | [diff] [blame] | 38 | depends on IR_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" |
| 48 | depends on IR_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" |
| 58 | depends on IR_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" |
| 68 | depends on IR_CORE |
| 69 | default y |
| 70 | |
| 71 | ---help--- |
| 72 | Enable this option if you have an infrared remote control which |
| 73 | uses the Sony protocol, and you need software decoding support. |
| 74 | |
Jarod Wilson | ca41469 | 2010-07-03 01:07:53 -0300 | [diff] [blame] | 75 | config IR_LIRC_CODEC |
| 76 | tristate "Enable IR to LIRC bridge" |
| 77 | depends on IR_CORE |
| 78 | depends on LIRC |
| 79 | default y |
| 80 | |
| 81 | ---help--- |
| 82 | Enable this option to pass raw IR to and from userspace via |
| 83 | the LIRC interface. |
| 84 | |
Jarod Wilson | 21677cf | 2010-04-16 18:29:02 -0300 | [diff] [blame] | 85 | config IR_IMON |
| 86 | tristate "SoundGraph iMON Receiver and Display" |
| 87 | depends on USB_ARCH_HAS_HCD |
| 88 | depends on IR_CORE |
| 89 | select USB |
| 90 | ---help--- |
| 91 | Say Y here if you want to use a SoundGraph iMON (aka Antec Veris) |
| 92 | IR Receiver and/or LCD/VFD/VGA display. |
| 93 | |
| 94 | To compile this driver as a module, choose M here: the |
| 95 | module will be called imon. |
Jarod Wilson | 66e8952 | 2010-06-01 17:32:08 -0300 | [diff] [blame] | 96 | |
| 97 | config IR_MCEUSB |
| 98 | tristate "Windows Media Center Ed. eHome Infrared Transceiver" |
| 99 | depends on USB_ARCH_HAS_HCD |
| 100 | depends on IR_CORE |
| 101 | select USB |
| 102 | ---help--- |
| 103 | Say Y here if you want to use a Windows Media Center Edition |
| 104 | eHome Infrared Transceiver. |
| 105 | |
| 106 | To compile this driver as a module, choose M here: the |
| 107 | module will be called mceusb. |
Jarod Wilson | 2c1101d | 2010-08-02 15:46:03 -0300 | [diff] [blame] | 108 | |
| 109 | config IR_STREAMZAP |
| 110 | tristate "Streamzap PC Remote IR Receiver" |
| 111 | depends on USB_ARCH_HAS_HCD |
| 112 | depends on IR_CORE |
| 113 | select USB |
| 114 | ---help--- |
| 115 | Say Y here if you want to use a Streamzap PC Remote |
| 116 | Infrared Receiver. |
| 117 | |
| 118 | To compile this driver as a module, choose M here: the |
| 119 | module will be called streamzap. |
Maxim Levitsky | ade321c | 2010-07-31 11:59:14 -0300 | [diff] [blame^] | 120 | |
| 121 | endif #IR_CORE |