]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/media/radio/Kconfig
[media] radio-isa: add framework for ISA radio drivers
[mirror_ubuntu-artful-kernel.git] / drivers / media / radio / Kconfig
1 #
2 # Multimedia Video device configuration
3 #
4
5 menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
7 depends on VIDEO_V4L2
8 default y
9 ---help---
10 Say Y here to enable selecting AM/FM radio adapters.
11
12 if RADIO_ADAPTERS && VIDEO_V4L2
13
14 config RADIO_SI470X
15 bool "Silicon Labs Si470x FM Radio Receiver support"
16 depends on VIDEO_V4L2
17
18 source "drivers/media/radio/si470x/Kconfig"
19
20 config USB_MR800
21 tristate "AverMedia MR 800 USB FM radio support"
22 depends on USB && VIDEO_V4L2
23 ---help---
24 Say Y here if you want to connect this type of radio to your
25 computer's USB port. Note that the audio is not digital, and
26 you must connect the line out connector to a sound card or a
27 set of speakers.
28
29 To compile this driver as a module, choose M here: the
30 module will be called radio-mr800.
31
32 config USB_DSBR
33 tristate "D-Link/GemTek USB FM radio support"
34 depends on USB && VIDEO_V4L2
35 ---help---
36 Say Y here if you want to connect this type of radio to your
37 computer's USB port. Note that the audio is not digital, and
38 you must connect the line out connector to a sound card or a
39 set of speakers.
40
41 To compile this driver as a module, choose M here: the
42 module will be called dsbr100.
43
44 config RADIO_MAXIRADIO
45 tristate "Guillemot MAXI Radio FM 2000 radio"
46 depends on VIDEO_V4L2 && PCI
47 ---help---
48 Choose Y here if you have this radio card. This card may also be
49 found as Gemtek PCI FM.
50
51 In order to control your radio card, you will need to use programs
52 that are compatible with the Video For Linux API. Information on
53 this API and pointers to "v4l" programs may be found at
54 <file:Documentation/video4linux/API.html>.
55
56 To compile this driver as a module, choose M here: the
57 module will be called radio-maxiradio.
58
59
60 config I2C_SI4713
61 tristate "I2C driver for Silicon Labs Si4713 device"
62 depends on I2C && VIDEO_V4L2
63 ---help---
64 Say Y here if you want support to Si4713 I2C device.
65 This device driver supports only i2c bus.
66
67 To compile this driver as a module, choose M here: the
68 module will be called si4713.
69
70 config RADIO_SI4713
71 tristate "Silicon Labs Si4713 FM Radio Transmitter support"
72 depends on I2C && VIDEO_V4L2
73 select I2C_SI4713
74 ---help---
75 Say Y here if you want support to Si4713 FM Radio Transmitter.
76 This device can transmit audio through FM. It can transmit
77 RDS and RBDS signals as well. This module is the v4l2 radio
78 interface for the i2c driver of this device.
79
80 To compile this driver as a module, choose M here: the
81 module will be called radio-si4713.
82
83 config USB_KEENE
84 tristate "Keene FM Transmitter USB support"
85 depends on USB && VIDEO_V4L2
86 ---help---
87 Say Y here if you want to connect this type of FM transmitter
88 to your computer's USB port.
89
90 To compile this driver as a module, choose M here: the
91 module will be called radio-keene.
92
93 config RADIO_TEA5764
94 tristate "TEA5764 I2C FM radio support"
95 depends on I2C && VIDEO_V4L2
96 ---help---
97 Say Y here if you want to use the TEA5764 FM chip found in
98 EZX phones. This FM chip is present in EZX phones from Motorola,
99 connected to internal pxa I2C bus.
100
101 To compile this driver as a module, choose M here: the
102 module will be called radio-tea5764.
103
104 config RADIO_TEA5764_XTAL
105 bool "TEA5764 crystal reference"
106 depends on RADIO_TEA5764=y
107 default y
108 help
109 Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
110 here if TEA5764 reference frequency is connected in FREQIN.
111
112 config RADIO_SAA7706H
113 tristate "SAA7706H Car Radio DSP"
114 depends on I2C && VIDEO_V4L2
115 ---help---
116 Say Y here if you want to use the SAA7706H Car radio Digital
117 Signal Processor, found for instance on the Russellville development
118 board. On the russellville the device is connected to internal
119 timberdale I2C bus.
120
121 To compile this driver as a module, choose M here: the
122 module will be called SAA7706H.
123
124 config RADIO_TEF6862
125 tristate "TEF6862 Car Radio Enhanced Selectivity Tuner"
126 depends on I2C && VIDEO_V4L2
127 ---help---
128 Say Y here if you want to use the TEF6862 Car Radio Enhanced
129 Selectivity Tuner, found for instance on the Russellville development
130 board. On the russellville the device is connected to internal
131 timberdale I2C bus.
132
133 To compile this driver as a module, choose M here: the
134 module will be called TEF6862.
135
136 config RADIO_TIMBERDALE
137 tristate "Enable the Timberdale radio driver"
138 depends on MFD_TIMBERDALE && VIDEO_V4L2
139 depends on I2C # for RADIO_SAA7706H
140 select RADIO_TEF6862
141 select RADIO_SAA7706H
142 ---help---
143 This is a kind of umbrella driver for the Radio Tuner and DSP
144 found behind the Timberdale FPGA on the Russellville board.
145 Enabling this driver will automatically select the DSP and tuner.
146
147 config RADIO_WL1273
148 tristate "Texas Instruments WL1273 I2C FM Radio"
149 depends on I2C && VIDEO_V4L2
150 select MFD_CORE
151 select MFD_WL1273_CORE
152 select FW_LOADER
153 ---help---
154 Choose Y here if you have this FM radio chip.
155
156 In order to control your radio card, you will need to use programs
157 that are compatible with the Video For Linux 2 API. Information on
158 this API and pointers to "v4l2" programs may be found at
159 <file:Documentation/video4linux/API.html>.
160
161 To compile this driver as a module, choose M here: the
162 module will be called radio-wl1273.
163
164 # TI's ST based wl128x FM radio
165 source "drivers/media/radio/wl128x/Kconfig"
166
167 #
168 # ISA drivers configuration
169 #
170
171 menuconfig V4L_RADIO_ISA_DRIVERS
172 bool "ISA radio devices"
173 depends on ISA
174 default n
175 ---help---
176 Say Y here to enable support for these ISA drivers.
177
178 if V4L_RADIO_ISA_DRIVERS
179
180 config RADIO_ISA
181 depends on ISA
182 tristate
183
184 config RADIO_CADET
185 tristate "ADS Cadet AM/FM Tuner"
186 depends on ISA && VIDEO_V4L2
187 ---help---
188 Choose Y here if you have one of these AM/FM radio cards, and then
189 fill in the port address below.
190
191 In order to control your radio card, you will need to use programs
192 that are compatible with the Video For Linux API. Information on
193 this API and pointers to "v4l" programs may be found at
194 <file:Documentation/video4linux/API.html>.
195
196 Further documentation on this driver can be found on the WWW at
197 <http://linux.blackhawke.net/cadet/>.
198
199 To compile this driver as a module, choose M here: the
200 module will be called radio-cadet.
201
202 config RADIO_RTRACK
203 tristate "AIMSlab RadioTrack (aka RadioReveal) support"
204 depends on ISA && VIDEO_V4L2
205 ---help---
206 Choose Y here if you have one of these FM radio cards, and then fill
207 in the port address below.
208
209 Note that newer AIMSlab RadioTrack cards have a different chipset
210 and are not supported by this driver. For these cards, use the
211 RadioTrack II driver below.
212
213 If you have a GemTeks combined (PnP) sound- and radio card you must
214 use this driver as a module and setup the card with isapnptools.
215 You must also pass the module a suitable io parameter, 0x248 has
216 been reported to be used by these cards.
217
218 In order to control your radio card, you will need to use programs
219 that are compatible with the Video For Linux API. Information on
220 this API and pointers to "v4l" programs may be found at
221 <file:Documentation/video4linux/API.html>. More information is
222 contained in the file
223 <file:Documentation/video4linux/radiotrack.txt>.
224
225 To compile this driver as a module, choose M here: the
226 module will be called radio-aimslab.
227
228 config RADIO_RTRACK_PORT
229 hex "RadioTrack i/o port (0x20f or 0x30f)"
230 depends on RADIO_RTRACK=y
231 default "20f"
232 help
233 Enter either 0x30f or 0x20f here. The card default is 0x30f, if you
234 haven't changed the jumper setting on the card.
235
236 config RADIO_RTRACK2
237 tristate "AIMSlab RadioTrack II support"
238 depends on ISA && VIDEO_V4L2
239 ---help---
240 Choose Y here if you have this FM radio card, and then fill in the
241 port address below.
242
243 In order to control your radio card, you will need to use programs
244 that are compatible with the Video For Linux API. Information on
245 this API and pointers to "v4l" programs may be found at
246 <file:Documentation/video4linux/API.html>.
247
248 To compile this driver as a module, choose M here: the
249 module will be called radio-rtrack2.
250
251 config RADIO_RTRACK2_PORT
252 hex "RadioTrack II i/o port (0x20c or 0x30c)"
253 depends on RADIO_RTRACK2=y
254 default "30c"
255 help
256 Enter either 0x30c or 0x20c here. The card default is 0x30c, if you
257 haven't changed the jumper setting on the card.
258
259 config RADIO_AZTECH
260 tristate "Aztech/Packard Bell Radio"
261 depends on ISA && VIDEO_V4L2
262 ---help---
263 Choose Y here if you have one of these FM radio cards, and then fill
264 in the port address below.
265
266 In order to control your radio card, you will need to use programs
267 that are compatible with the Video For Linux API. Information on
268 this API and pointers to "v4l" programs may be found at
269 <file:Documentation/video4linux/API.html>.
270
271 To compile this driver as a module, choose M here: the
272 module will be called radio-aztech.
273
274 config RADIO_AZTECH_PORT
275 hex "Aztech/Packard Bell I/O port (0x350 or 0x358)"
276 depends on RADIO_AZTECH=y
277 default "350"
278 help
279 Enter either 0x350 or 0x358 here. The card default is 0x350, if you
280 haven't changed the setting of jumper JP3 on the card. Removing the
281 jumper sets the card to 0x358.
282
283 config RADIO_GEMTEK
284 tristate "GemTek Radio card (or compatible) support"
285 depends on ISA && VIDEO_V4L2
286 ---help---
287 Choose Y here if you have this FM radio card, and then fill in the
288 I/O port address and settings below. The following cards either have
289 GemTek Radio tuner or are rebranded GemTek Radio cards:
290
291 - Sound Vision 16 Gold with FM Radio
292 - Typhoon Radio card (some models)
293 - Hama Radio card
294
295 In order to control your radio card, you will need to use programs
296 that are compatible with the Video For Linux API. Information on
297 this API and pointers to "v4l" programs may be found at
298 <file:Documentation/video4linux/API.html>.
299
300 To compile this driver as a module, choose M here: the
301 module will be called radio-gemtek.
302
303 config RADIO_GEMTEK_PORT
304 hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0c24c or 0x28c)"
305 depends on RADIO_GEMTEK=y
306 default "34c"
307 help
308 Enter either 0x20c, 0x30c, 0x24c or 0x34c here. The card default is
309 0x34c, if you haven't changed the jumper setting on the card. On
310 Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O
311 port is 0x20c, 0x248 or 0x28c.
312 If automatic I/O port probing is enabled this port will be used only
313 in case of automatic probing failure, ie. as a fallback.
314
315 config RADIO_GEMTEK_PROBE
316 bool "Automatic I/O port probing"
317 depends on RADIO_GEMTEK=y
318 default y
319 help
320 Say Y here to enable automatic probing for GemTek Radio card. The
321 following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and
322 0x28c.
323
324 config RADIO_MIROPCM20
325 tristate "miroSOUND PCM20 radio"
326 depends on ISA && ISA_DMA_API && VIDEO_V4L2 && SND
327 select SND_ISA
328 select SND_MIRO
329 ---help---
330 Choose Y here if you have this FM radio card. You also need to enable
331 the ALSA sound system. This choice automatically selects the ALSA
332 sound card driver "Miro miroSOUND PCM1pro/PCM12/PCM20radio" as this
333 is required for the radio-miropcm20.
334
335 In order to control your radio card, you will need to use programs
336 that are compatible with the Video For Linux API. Information on
337 this API and pointers to "v4l" programs may be found at
338 <file:Documentation/video4linux/API.html>.
339
340 To compile this driver as a module, choose M here: the
341 module will be called radio-miropcm20.
342
343 config RADIO_SF16FMI
344 tristate "SF16-FMI/SF16-FMP Radio"
345 depends on ISA && VIDEO_V4L2
346 ---help---
347 Choose Y here if you have one of these FM radio cards.
348
349 In order to control your radio card, you will need to use programs
350 that are compatible with the Video For Linux API. Information on
351 this API and pointers to "v4l" programs may be found at
352 <file:Documentation/video4linux/API.html>.
353
354 To compile this driver as a module, choose M here: the
355 module will be called radio-sf16fmi.
356
357 config RADIO_SF16FMR2
358 tristate "SF16FMR2 Radio"
359 depends on ISA && VIDEO_V4L2 && SND
360 ---help---
361 Choose Y here if you have one of these FM radio cards.
362
363 In order to control your radio card, you will need to use programs
364 that are compatible with the Video For Linux API. Information on
365 this API and pointers to "v4l" programs may be found on the WWW at
366 <http://roadrunner.swansea.uk.linux.org/v4l.shtml>.
367
368 To compile this driver as a module, choose M here: the
369 module will be called radio-sf16fmr2.
370
371 config RADIO_TERRATEC
372 tristate "TerraTec ActiveRadio ISA Standalone"
373 depends on ISA && VIDEO_V4L2
374 ---help---
375 Choose Y here if you have this FM radio card, and then fill in the
376 port address below. (TODO)
377
378 Note: This driver is in its early stages. Right now volume and
379 frequency control and muting works at least for me, but
380 unfortunately I have not found anybody who wants to use this card
381 with Linux. So if it is this what YOU are trying to do right now,
382 PLEASE DROP ME A NOTE!! Rolf Offermanns <rolf@offermanns.de>.
383
384 In order to control your radio card, you will need to use programs
385 that are compatible with the Video For Linux API. Information on
386 this API and pointers to "v4l" programs may be found at
387 <file:Documentation/video4linux/API.html>.
388
389 To compile this driver as a module, choose M here: the
390 module will be called radio-terratec.
391
392 config RADIO_TERRATEC_PORT
393 hex "Terratec i/o port (normally 0x590)"
394 depends on RADIO_TERRATEC=y
395 default "590"
396 help
397 Fill in the I/O port of your TerraTec FM radio card. If unsure, go
398 with the default.
399
400 config RADIO_TRUST
401 tristate "Trust FM radio card"
402 depends on ISA && VIDEO_V4L2
403 help
404 This is a driver for the Trust FM radio cards. Say Y if you have
405 such a card and want to use it under Linux.
406
407 To compile this driver as a module, choose M here: the
408 module will be called radio-trust.
409
410 config RADIO_TRUST_PORT
411 hex "Trust i/o port (usually 0x350 or 0x358)"
412 depends on RADIO_TRUST=y
413 default "350"
414 help
415 Enter the I/O port of your Trust FM radio card. If unsure, try the
416 values "0x350" or "0x358".
417
418 config RADIO_TYPHOON
419 tristate "Typhoon Radio (a.k.a. EcoRadio)"
420 depends on ISA && VIDEO_V4L2
421 ---help---
422 Choose Y here if you have one of these FM radio cards, and then fill
423 in the port address and the frequency used for muting below.
424
425 In order to control your radio card, you will need to use programs
426 that are compatible with the Video For Linux API. Information on
427 this API and pointers to "v4l" programs may be found at
428 <file:Documentation/video4linux/API.html>.
429
430 To compile this driver as a module, choose M here: the
431 module will be called radio-typhoon.
432
433 config RADIO_TYPHOON_PORT
434 hex "Typhoon I/O port (0x316 or 0x336)"
435 depends on RADIO_TYPHOON=y
436 default "316"
437 help
438 Enter the I/O port of your Typhoon or EcoRadio radio card.
439
440 config RADIO_TYPHOON_MUTEFREQ
441 int "Typhoon frequency set when muting the device (kHz)"
442 depends on RADIO_TYPHOON=y
443 default "87500"
444 help
445 Enter the frequency used for muting the radio. The device is never
446 completely silent. If the volume is just turned down, you can still
447 hear silent voices and music. For that reason, the frequency of the
448 radio device is set to the frequency you can enter here whenever
449 the device is muted. There should be no local radio station at that
450 frequency.
451
452 config RADIO_ZOLTRIX
453 tristate "Zoltrix Radio"
454 depends on ISA && VIDEO_V4L2
455 ---help---
456 Choose Y here if you have one of these FM radio cards, and then fill
457 in the port address below.
458
459 In order to control your radio card, you will need to use programs
460 that are compatible with the Video For Linux API. Information on
461 this API and pointers to "v4l" programs may be found at
462 <file:Documentation/video4linux/API.html>.
463
464 To compile this driver as a module, choose M here: the
465 module will be called radio-zoltrix.
466
467 config RADIO_ZOLTRIX_PORT
468 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
469 depends on RADIO_ZOLTRIX=y
470 default "20c"
471 help
472 Enter the I/O port of your Zoltrix radio card.
473
474 endif # V4L_RADIO_ISA_DRIVERS
475
476 endif # RADIO_ADAPTERS