blob: d22a8ec523fc1df4f1b7bc57c7e10c378e0f9956 [file] [log] [blame]
Mauro Carvalho Chehab446e4a62009-12-11 08:34:07 -03001config IR_CORE
Mauro Carvalho Chehabe27d3812009-12-11 08:00:00 -03002 tristate
3 depends on INPUT
4 default INPUT
Mauro Carvalho Chehab446e4a62009-12-11 08:34:07 -03005
6config VIDEO_IR
7 tristate
8 depends on IR_CORE
9 default IR_CORE
Mauro Carvalho Chehab995187b2010-03-24 20:47:53 -030010
Mauro Carvalho Chehab6686fa62010-04-02 03:05:46 -030011source "drivers/media/IR/keymaps/Kconfig"
12
Mauro Carvalho Chehab995187b2010-03-24 20:47:53 -030013config IR_NEC_DECODER
Mauro Carvalho Chehab897c7b32010-04-09 09:20:11 -030014 tristate "Enable IR raw decoder for the NEC protocol"
Mauro Carvalho Chehab995187b2010-03-24 20:47:53 -030015 depends on IR_CORE
Randy Dunlap58aac2b2010-05-14 14:09:57 -030016 select BITREVERSE
Mauro Carvalho Chehab995187b2010-03-24 20:47:53 -030017 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 Chehabdb1423a2010-04-04 10:27:20 -030022
23config IR_RC5_DECODER
Mauro Carvalho Chehab897c7b32010-04-09 09:20:11 -030024 tristate "Enable IR raw decoder for the RC-5 protocol"
Mauro Carvalho Chehabdb1423a2010-04-04 10:27:20 -030025 depends on IR_CORE
Randy Dunlap033608c2010-05-26 14:08:51 -030026 select BITREVERSE
Mauro Carvalho Chehabdb1423a2010-04-04 10:27:20 -030027 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ärdeman784a4932010-04-08 20:04:40 -030032
33config IR_RC6_DECODER
34 tristate "Enable IR raw decoder for the RC6 protocol"
35 depends on IR_CORE
36 default y
37
38 ---help---
39 Enable this option if you have an infrared remote control which
40 uses the RC6 protocol, and you need software decoding support.
Jarod Wilson21677cf2010-04-16 18:29:02 -030041
David Härdemanbf670f62010-04-15 18:46:05 -030042config IR_JVC_DECODER
43 tristate "Enable IR raw decoder for the JVC protocol"
44 depends on IR_CORE
45 default y
46
47 ---help---
48 Enable this option if you have an infrared remote control which
49 uses the JVC protocol, and you need software decoding support.
50
David Härdeman3fe29c82010-04-15 18:46:10 -030051config IR_SONY_DECODER
52 tristate "Enable IR raw decoder for the Sony protocol"
53 depends on IR_CORE
54 default y
55
56 ---help---
57 Enable this option if you have an infrared remote control which
58 uses the Sony protocol, and you need software decoding support.
59
Jarod Wilson21677cf2010-04-16 18:29:02 -030060config IR_IMON
61 tristate "SoundGraph iMON Receiver and Display"
62 depends on USB_ARCH_HAS_HCD
63 depends on IR_CORE
64 select USB
65 ---help---
66 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
67 IR Receiver and/or LCD/VFD/VGA display.
68
69 To compile this driver as a module, choose M here: the
70 module will be called imon.