[media] move ati_remote driver from input/misc to media/rc
[linux-2.6-block.git] / drivers / media / rc / Kconfig
CommitLineData
6bda9644
MCC
1menuconfig RC_CORE
2 tristate "Remote Controller adapters"
e27d3811
MCC
3 depends on INPUT
4 default INPUT
cfec93f7
MCC
5 ---help---
6 Enable support for Remote Controllers on Linux. This is
9688efda
AH
7 needed in order to support several video capture adapters,
8 standalone IR receivers/transmitters, and RF receivers.
446e4a64 9
cfec93f7
MCC
10 Enable this option if you have a video capture board even
11 if you don't need IR, as otherwise, you may not be able to
12 compile the driver for your adapter.
ade321c5 13
6bda9644 14if RC_CORE
cfec93f7 15
4a62a5ab
JW
16config LIRC
17 tristate
18 default y
19
20 ---help---
21 Enable this option to build the Linux Infrared Remote
22 Control (LIRC) core device interface driver. The LIRC
23 interface passes raw IR to and from userspace, where the
ade321c5 24 LIRC daemon handles protocol decoding for IR reception and
4a62a5ab
JW
25 encoding for IR transmitting (aka "blasting").
26
32cf86f6 27source "drivers/media/rc/keymaps/Kconfig"
6686fa69 28
995187be 29config IR_NEC_DECODER
897c7b3b 30 tristate "Enable IR raw decoder for the NEC protocol"
6bda9644 31 depends on RC_CORE
58aac2bf 32 select BITREVERSE
995187be
MCC
33 default y
34
35 ---help---
36 Enable this option if you have IR with NEC protocol, and
37 if the IR is decoded in software
db1423a6
MCC
38
39config IR_RC5_DECODER
897c7b3b 40 tristate "Enable IR raw decoder for the RC-5 protocol"
6bda9644 41 depends on RC_CORE
033608c1 42 select BITREVERSE
db1423a6
MCC
43 default y
44
45 ---help---
46 Enable this option if you have IR with RC-5 protocol, and
47 if the IR is decoded in software
784a4931
DH
48
49config IR_RC6_DECODER
50 tristate "Enable IR raw decoder for the RC6 protocol"
6bda9644 51 depends on RC_CORE
2135436a 52 select BITREVERSE
784a4931
DH
53 default y
54
55 ---help---
56 Enable this option if you have an infrared remote control which
57 uses the RC6 protocol, and you need software decoding support.
21677cfc 58
bf670f64
DH
59config IR_JVC_DECODER
60 tristate "Enable IR raw decoder for the JVC protocol"
6bda9644 61 depends on RC_CORE
f9839da0 62 select BITREVERSE
bf670f64
DH
63 default y
64
65 ---help---
66 Enable this option if you have an infrared remote control which
67 uses the JVC protocol, and you need software decoding support.
68
3fe29c89
DH
69config IR_SONY_DECODER
70 tristate "Enable IR raw decoder for the Sony protocol"
6bda9644 71 depends on RC_CORE
3fe29c89
DH
72 default y
73
74 ---help---
75 Enable this option if you have an infrared remote control which
76 uses the Sony protocol, and you need software decoding support.
77
7a569f52
JW
78config IR_RC5_SZ_DECODER
79 tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol"
6bda9644 80 depends on RC_CORE
7a569f52
JW
81 select BITREVERSE
82 default y
83
84 ---help---
85 Enable this option if you have IR with RC-5 (streamzap) protocol,
86 and if the IR is decoded in software. (The Streamzap PC Remote
87 uses an IR protocol that is almost standard RC-5, but not quite,
88 as it uses an additional bit).
89
f5f2cc64
JW
90config IR_MCE_KBD_DECODER
91 tristate "Enable IR raw decoder for the MCE keyboard/mouse protocol"
92 depends on RC_CORE
93 select BITREVERSE
94 default y
95
96 ---help---
97 Enable this option if you have a Microsoft Remote Keyboard for
98 Windows Media Center Edition, which you would like to use with
99 a raw IR receiver in your system.
100
ca414698
JW
101config IR_LIRC_CODEC
102 tristate "Enable IR to LIRC bridge"
6bda9644 103 depends on RC_CORE
ca414698
JW
104 depends on LIRC
105 default y
106
107 ---help---
108 Enable this option to pass raw IR to and from userspace via
109 the LIRC interface.
110
9688efda
AH
111config RC_ATI_REMOTE
112 tristate "ATI / X10 USB RF remote control"
113 depends on USB_ARCH_HAS_HCD
114 select USB
115 help
116 Say Y here if you want to use an ATI or X10 "Lola" USB remote control.
117 These are RF remotes with USB receivers.
118 The ATI remote comes with many of ATI's All-In-Wonder video cards.
119 The X10 "Lola" remote is available at:
120 <http://www.x10.com/products/lola_sg1.htm>
121 This driver provides mouse pointer, left and right mouse buttons,
122 and maps all the other remote buttons to keypress events.
123
124 To compile this driver as a module, choose M here: the module will be
125 called ati_remote.
126
d322bf4a 127config IR_ENE
11b64d31 128 tristate "ENE eHome Receiver/Transceiver (pnp id: ENE0100/ENE02xxx)"
d322bf4a 129 depends on PNP
6bda9644 130 depends on RC_CORE
d322bf4a
JW
131 ---help---
132 Say Y here to enable support for integrated infrared receiver
11b64d31 133 /transceiver made by ENE.
d322bf4a
JW
134
135 You can see if you have it by looking at lspnp output.
11b64d31 136 Output should include ENE0100 ENE0200 or something similar.
d322bf4a
JW
137
138 To compile this driver as a module, choose M here: the
139 module will be called ene_ir.
140
21677cfc
JW
141config IR_IMON
142 tristate "SoundGraph iMON Receiver and Display"
143 depends on USB_ARCH_HAS_HCD
6bda9644 144 depends on RC_CORE
21677cfc
JW
145 select USB
146 ---help---
147 Say Y here if you want to use a SoundGraph iMON (aka Antec Veris)
148 IR Receiver and/or LCD/VFD/VGA display.
149
150 To compile this driver as a module, choose M here: the
151 module will be called imon.
66e89522
JW
152
153config IR_MCEUSB
154 tristate "Windows Media Center Ed. eHome Infrared Transceiver"
155 depends on USB_ARCH_HAS_HCD
6bda9644 156 depends on RC_CORE
66e89522
JW
157 select USB
158 ---help---
159 Say Y here if you want to use a Windows Media Center Edition
160 eHome Infrared Transceiver.
161
162 To compile this driver as a module, choose M here: the
163 module will be called mceusb.
2c1101d5 164
620a32bb
JGS
165config IR_ITE_CIR
166 tristate "ITE Tech Inc. IT8712/IT8512 Consumer Infrared Transceiver"
167 depends on PNP
168 depends on RC_CORE
169 ---help---
170 Say Y here to enable support for integrated infrared receivers
171 /transceivers made by ITE Tech Inc. These are found in
172 several ASUS devices, like the ASUS Digimatrix or the ASUS
173 EEEBox 1501U.
174
175 To compile this driver as a module, choose M here: the
176 module will be called ite-cir.
177
9bdc79ea
JW
178config IR_FINTEK
179 tristate "Fintek Consumer Infrared Transceiver"
180 depends on PNP
181 depends on RC_CORE
182 ---help---
183 Say Y here to enable support for integrated infrared receiver
184 /transciever made by Fintek. This chip is found on assorted
185 Jetway motherboards (and of course, possibly others).
186
187 To compile this driver as a module, choose M here: the
188 module will be called fintek-cir.
189
d322bf4a
JW
190config IR_NUVOTON
191 tristate "Nuvoton w836x7hg Consumer Infrared Transceiver"
931e39a1 192 depends on PNP
6bda9644 193 depends on RC_CORE
931e39a1
ML
194 ---help---
195 Say Y here to enable support for integrated infrared receiver
d322bf4a
JW
196 /transciever made by Nuvoton (formerly Winbond). This chip is
197 found in the ASRock ION 330HT, as well as assorted Intel
198 DP55-series motherboards (and of course, possibly others).
931e39a1
ML
199
200 To compile this driver as a module, choose M here: the
d322bf4a 201 module will be called nuvoton-cir.
931e39a1 202
2154be65
JW
203config IR_REDRAT3
204 tristate "RedRat3 IR Transceiver"
205 depends on USB_ARCH_HAS_HCD
206 depends on RC_CORE
207 select USB
208 ---help---
209 Say Y here if you want to use a RedRat3 Infrared Transceiver.
210
211 To compile this driver as a module, choose M here: the
212 module will be called redrat3.
213
2c1101d5
JW
214config IR_STREAMZAP
215 tristate "Streamzap PC Remote IR Receiver"
216 depends on USB_ARCH_HAS_HCD
6bda9644 217 depends on RC_CORE
2c1101d5
JW
218 select USB
219 ---help---
220 Say Y here if you want to use a Streamzap PC Remote
221 Infrared Receiver.
222
223 To compile this driver as a module, choose M here: the
224 module will be called streamzap.
ade321c5 225
5b2e303f 226config IR_WINBOND_CIR
baf075ec
MCC
227 tristate "Winbond IR remote control"
228 depends on X86 && PNP
6bda9644 229 depends on RC_CORE
baf075ec
MCC
230 select NEW_LEDS
231 select LEDS_CLASS
232 select LEDS_TRIGGERS
233 select BITREVERSE
234 ---help---
235 Say Y here if you want to use the IR remote functionality found
236 in some Winbond SuperI/O chips. Currently only the WPCD376I
237 chip is supported (included in some Intel Media series
5b2e303f
DH
238 motherboards).
239
baf075ec 240 To compile this driver as a module, choose M here: the module will
5b2e303f
DH
241 be called winbond_cir.
242
801c73c0
DH
243config RC_LOOPBACK
244 tristate "Remote Control Loopback Driver"
245 depends on RC_CORE
246 ---help---
247 Say Y here if you want support for the remote control loopback
248 driver which allows TX data to be sent back as RX data.
249 This is mostly useful for debugging purposes.
250
251 If you're not sure, select N here.
252
253 To compile this driver as a module, choose M here: the module will
254 be called rc_loopback.
255
6bda9644 256endif #RC_CORE