]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/media/IR/Kconfig
V4L/DVB: media/IR: nec-decoder needs to select BITREV
[net-next-2.6.git] / drivers / media / IR / Kconfig
CommitLineData
446e4a64 1config IR_CORE
e27d3811
MCC
2 tristate
3 depends on INPUT
4 default INPUT
446e4a64
MCC
5
6config VIDEO_IR
7 tristate
8 depends on IR_CORE
9 default IR_CORE
995187be 10
6686fa69
MCC
11source "drivers/media/IR/keymaps/Kconfig"
12
995187be 13config IR_NEC_DECODER
897c7b3b 14 tristate "Enable IR raw decoder for the NEC protocol"
995187be 15 depends on IR_CORE
58aac2bf 16 select BITREVERSE
995187be
MCC
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
db1423a6
MCC
22
23config IR_RC5_DECODER
897c7b3b 24 tristate "Enable IR raw decoder for the RC-5 protocol"
db1423a6 25 depends on IR_CORE
033608c1 26 select BITREVERSE
db1423a6
MCC
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
784a4931
DH
32
33config IR_RC6_DECODER
34 tristate "Enable IR raw decoder for the RC6 protocol"
35 depends on IR_CORE
2135436a 36 select BITREVERSE
784a4931
DH
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.
21677cfc 42
bf670f64
DH
43config 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
3fe29c89
DH
52config 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
21677cfc
JW
61config 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.
66e89522
JW
72
73config 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.