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