blob: e3c1171223513ce07d54549c696d5e454c5b5a07 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Multimedia Video device configuration
3#
4
Jan Engelhardtc5da5af2007-05-02 10:06:23 -03005menuconfig RADIO_ADAPTERS
6 bool "Radio Adapters"
Mauro Carvalho Chehab057596e2008-02-02 11:25:31 -03007 depends on VIDEO_V4L2
Mauro Carvalho Chehab724f4a32012-05-28 08:17:49 -03008 depends on MEDIA_RADIO_SUPPORT
Jan Engelhardtc5da5af2007-05-02 10:06:23 -03009 default y
Mauro Carvalho Chehabff016522007-05-02 15:14:06 -030010 ---help---
11 Say Y here to enable selecting AM/FM radio adapters.
Jan Engelhardtc5da5af2007-05-02 10:06:23 -030012
Mauro Carvalho Chehab057596e2008-02-02 11:25:31 -030013if RADIO_ADAPTERS && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Hans Verkuile21d9862011-09-30 05:31:24 -030015config RADIO_SI470X
16 bool "Silicon Labs Si470x FM Radio Receiver support"
17 depends on VIDEO_V4L2
18
19source "drivers/media/radio/si470x/Kconfig"
20
21config USB_MR800
22 tristate "AverMedia MR 800 USB FM radio support"
23 depends on USB && VIDEO_V4L2
24 ---help---
25 Say Y here if you want to connect this type of radio to your
26 computer's USB port. Note that the audio is not digital, and
27 you must connect the line out connector to a sound card or a
28 set of speakers.
29
30 To compile this driver as a module, choose M here: the
31 module will be called radio-mr800.
32
33config USB_DSBR
34 tristate "D-Link/GemTek USB FM radio support"
35 depends on USB && VIDEO_V4L2
36 ---help---
37 Say Y here if you want to connect this type of radio to your
38 computer's USB port. Note that the audio is not digital, and
39 you must connect the line out connector to a sound card or a
40 set of speakers.
41
42 To compile this driver as a module, choose M here: the
43 module will be called dsbr100.
44
45config RADIO_MAXIRADIO
46 tristate "Guillemot MAXI Radio FM 2000 radio"
Hans Verkuilcfb19b02012-02-05 09:53:17 -030047 depends on VIDEO_V4L2 && PCI && SND
Hans Verkuile21d9862011-09-30 05:31:24 -030048 ---help---
49 Choose Y here if you have this radio card. This card may also be
50 found as Gemtek PCI FM.
51
52 In order to control your radio card, you will need to use programs
53 that are compatible with the Video For Linux API. Information on
54 this API and pointers to "v4l" programs may be found at
55 <file:Documentation/video4linux/API.html>.
56
57 To compile this driver as a module, choose M here: the
58 module will be called radio-maxiradio.
59
Hans de Goede8e2ce732012-05-21 15:24:50 -030060config RADIO_SHARK
61 tristate "Griffin radioSHARK USB radio receiver"
62 depends on USB && SND
63 ---help---
64 Choose Y here if you have this radio receiver.
65
66 There are 2 versions of this device, this driver is for version 1,
67 which is white.
68
69 In order to control your radio card, you will need to use programs
70 that are compatible with the Video For Linux API. Information on
71 this API and pointers to "v4l" programs may be found at
72 <file:Documentation/video4linux/API.html>.
73
74 To compile this driver as a module, choose M here: the
75 module will be called radio-shark.
Hans Verkuile21d9862011-09-30 05:31:24 -030076
77config I2C_SI4713
78 tristate "I2C driver for Silicon Labs Si4713 device"
79 depends on I2C && VIDEO_V4L2
80 ---help---
81 Say Y here if you want support to Si4713 I2C device.
82 This device driver supports only i2c bus.
83
84 To compile this driver as a module, choose M here: the
85 module will be called si4713.
86
87config RADIO_SI4713
88 tristate "Silicon Labs Si4713 FM Radio Transmitter support"
89 depends on I2C && VIDEO_V4L2
90 select I2C_SI4713
91 ---help---
92 Say Y here if you want support to Si4713 FM Radio Transmitter.
93 This device can transmit audio through FM. It can transmit
94 RDS and RBDS signals as well. This module is the v4l2 radio
95 interface for the i2c driver of this device.
96
97 To compile this driver as a module, choose M here: the
98 module will be called radio-si4713.
99
Hans Verkuil1bf20c32012-02-02 08:44:40 -0300100config USB_KEENE
101 tristate "Keene FM Transmitter USB support"
102 depends on USB && VIDEO_V4L2
103 ---help---
104 Say Y here if you want to connect this type of FM transmitter
105 to your computer's USB port.
106
107 To compile this driver as a module, choose M here: the
108 module will be called radio-keene.
109
Hans Verkuile21d9862011-09-30 05:31:24 -0300110config RADIO_TEA5764
111 tristate "TEA5764 I2C FM radio support"
112 depends on I2C && VIDEO_V4L2
113 ---help---
114 Say Y here if you want to use the TEA5764 FM chip found in
115 EZX phones. This FM chip is present in EZX phones from Motorola,
116 connected to internal pxa I2C bus.
117
118 To compile this driver as a module, choose M here: the
119 module will be called radio-tea5764.
120
121config RADIO_TEA5764_XTAL
122 bool "TEA5764 crystal reference"
123 depends on RADIO_TEA5764=y
124 default y
125 help
126 Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
127 here if TEA5764 reference frequency is connected in FREQIN.
128
129config RADIO_SAA7706H
130 tristate "SAA7706H Car Radio DSP"
131 depends on I2C && VIDEO_V4L2
132 ---help---
133 Say Y here if you want to use the SAA7706H Car radio Digital
134 Signal Processor, found for instance on the Russellville development
135 board. On the russellville the device is connected to internal
136 timberdale I2C bus.
137
138 To compile this driver as a module, choose M here: the
139 module will be called SAA7706H.
140
141config RADIO_TEF6862
142 tristate "TEF6862 Car Radio Enhanced Selectivity Tuner"
143 depends on I2C && VIDEO_V4L2
144 ---help---
145 Say Y here if you want to use the TEF6862 Car Radio Enhanced
146 Selectivity Tuner, found for instance on the Russellville development
147 board. On the russellville the device is connected to internal
148 timberdale I2C bus.
149
150 To compile this driver as a module, choose M here: the
151 module will be called TEF6862.
152
153config RADIO_TIMBERDALE
154 tristate "Enable the Timberdale radio driver"
155 depends on MFD_TIMBERDALE && VIDEO_V4L2
156 depends on I2C # for RADIO_SAA7706H
157 select RADIO_TEF6862
158 select RADIO_SAA7706H
159 ---help---
160 This is a kind of umbrella driver for the Radio Tuner and DSP
161 found behind the Timberdale FPGA on the Russellville board.
162 Enabling this driver will automatically select the DSP and tuner.
163
164config RADIO_WL1273
165 tristate "Texas Instruments WL1273 I2C FM Radio"
166 depends on I2C && VIDEO_V4L2
167 select MFD_CORE
168 select MFD_WL1273_CORE
169 select FW_LOADER
170 ---help---
171 Choose Y here if you have this FM radio chip.
172
173 In order to control your radio card, you will need to use programs
174 that are compatible with the Video For Linux 2 API. Information on
175 this API and pointers to "v4l2" programs may be found at
176 <file:Documentation/video4linux/API.html>.
177
178 To compile this driver as a module, choose M here: the
179 module will be called radio-wl1273.
180
181# TI's ST based wl128x FM radio
182source "drivers/media/radio/wl128x/Kconfig"
183
184#
185# ISA drivers configuration
186#
187
188menuconfig V4L_RADIO_ISA_DRIVERS
189 bool "ISA radio devices"
190 depends on ISA
191 default n
192 ---help---
193 Say Y here to enable support for these ISA drivers.
194
195if V4L_RADIO_ISA_DRIVERS
196
Hans Verkuil137c5792012-02-03 08:28:56 -0300197config RADIO_ISA
198 depends on ISA
199 tristate
200
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201config RADIO_CADET
202 tristate "ADS Cadet AM/FM Tuner"
Hans J. Kochc0c7fa02006-08-08 09:10:12 -0300203 depends on ISA && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 ---help---
205 Choose Y here if you have one of these AM/FM radio cards, and then
206 fill in the port address below.
207
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 To compile this driver as a module, choose M here: the
209 module will be called radio-cadet.
210
211config RADIO_RTRACK
212 tristate "AIMSlab RadioTrack (aka RadioReveal) support"
Mauro Carvalho Chehab46ff2c72006-08-08 09:10:01 -0300213 depends on ISA && VIDEO_V4L2
Hans Verkuilcc3c6df2012-01-16 04:55:10 -0300214 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215 ---help---
216 Choose Y here if you have one of these FM radio cards, and then fill
217 in the port address below.
218
219 Note that newer AIMSlab RadioTrack cards have a different chipset
220 and are not supported by this driver. For these cards, use the
221 RadioTrack II driver below.
222
223 If you have a GemTeks combined (PnP) sound- and radio card you must
224 use this driver as a module and setup the card with isapnptools.
225 You must also pass the module a suitable io parameter, 0x248 has
226 been reported to be used by these cards.
227
Hans Verkuilcc3c6df2012-01-16 04:55:10 -0300228 More information is contained in the file
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229 <file:Documentation/video4linux/radiotrack.txt>.
230
231 To compile this driver as a module, choose M here: the
232 module will be called radio-aimslab.
233
234config RADIO_RTRACK_PORT
235 hex "RadioTrack i/o port (0x20f or 0x30f)"
236 depends on RADIO_RTRACK=y
Hans Verkuilcc3c6df2012-01-16 04:55:10 -0300237 default "30f"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238 help
239 Enter either 0x30f or 0x20f here. The card default is 0x30f, if you
240 haven't changed the jumper setting on the card.
241
242config RADIO_RTRACK2
243 tristate "AIMSlab RadioTrack II support"
Mauro Carvalho Chehabf8c559f2006-08-08 09:10:02 -0300244 depends on ISA && VIDEO_V4L2
Hans Verkuil8bd7ef52012-01-16 05:24:08 -0300245 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246 ---help---
247 Choose Y here if you have this FM radio card, and then fill in the
248 port address below.
249
Hans Verkuil8bd7ef52012-01-16 05:24:08 -0300250 Note: this driver hasn't been tested since a long time due to lack
251 of hardware. If you have this hardware, then please contact the
252 linux-media mailinglist.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253
254 To compile this driver as a module, choose M here: the
255 module will be called radio-rtrack2.
256
257config RADIO_RTRACK2_PORT
258 hex "RadioTrack II i/o port (0x20c or 0x30c)"
259 depends on RADIO_RTRACK2=y
260 default "30c"
261 help
262 Enter either 0x30c or 0x20c here. The card default is 0x30c, if you
263 haven't changed the jumper setting on the card.
264
265config RADIO_AZTECH
266 tristate "Aztech/Packard Bell Radio"
Mauro Carvalho Chehaba4366af2006-08-08 09:10:01 -0300267 depends on ISA && VIDEO_V4L2
Hans Verkuil3088fba2012-01-16 04:58:15 -0300268 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 ---help---
270 Choose Y here if you have one of these FM radio cards, and then fill
271 in the port address below.
272
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 To compile this driver as a module, choose M here: the
274 module will be called radio-aztech.
275
276config RADIO_AZTECH_PORT
277 hex "Aztech/Packard Bell I/O port (0x350 or 0x358)"
278 depends on RADIO_AZTECH=y
279 default "350"
280 help
281 Enter either 0x350 or 0x358 here. The card default is 0x350, if you
282 haven't changed the setting of jumper JP3 on the card. Removing the
283 jumper sets the card to 0x358.
284
285config RADIO_GEMTEK
Pekka Seppanen3e7589c2007-09-30 21:49:01 -0300286 tristate "GemTek Radio card (or compatible) support"
Mauro Carvalho Chehabd1c4ecd2006-08-08 09:10:01 -0300287 depends on ISA && VIDEO_V4L2
Hans Verkuilf8c08522012-01-16 05:00:26 -0300288 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 ---help---
290 Choose Y here if you have this FM radio card, and then fill in the
Pekka Seppanen3e7589c2007-09-30 21:49:01 -0300291 I/O port address and settings below. The following cards either have
292 GemTek Radio tuner or are rebranded GemTek Radio cards:
293
294 - Sound Vision 16 Gold with FM Radio
295 - Typhoon Radio card (some models)
296 - Hama Radio card
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298 To compile this driver as a module, choose M here: the
299 module will be called radio-gemtek.
300
301config RADIO_GEMTEK_PORT
Hans Verkuilf8c08522012-01-16 05:00:26 -0300302 hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303 depends on RADIO_GEMTEK=y
304 default "34c"
305 help
Hans Verkuilf8c08522012-01-16 05:00:26 -0300306 Enter either 0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c here. The
307 card default is 0x34c, if you haven't changed the jumper setting
308 on the card.
309
310 On Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O
Pekka Seppanen3e7589c2007-09-30 21:49:01 -0300311 port is 0x20c, 0x248 or 0x28c.
Hans Verkuilf8c08522012-01-16 05:00:26 -0300312
Pekka Seppanen3e7589c2007-09-30 21:49:01 -0300313 If automatic I/O port probing is enabled this port will be used only
314 in case of automatic probing failure, ie. as a fallback.
315
316config RADIO_GEMTEK_PROBE
317 bool "Automatic I/O port probing"
318 depends on RADIO_GEMTEK=y
319 default y
320 help
321 Say Y here to enable automatic probing for GemTek Radio card. The
322 following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and
323 0x28c.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324
Krzysztof Helt8366fc32009-11-27 11:24:13 +0100325config RADIO_MIROPCM20
326 tristate "miroSOUND PCM20 radio"
Ralf Baechle4756fc62011-06-24 10:30:09 -0300327 depends on ISA && ISA_DMA_API && VIDEO_V4L2 && SND
Randy Dunlapdd7cdb82009-12-08 09:13:07 -0800328 select SND_ISA
Krzysztof Helt8366fc32009-11-27 11:24:13 +0100329 select SND_MIRO
330 ---help---
331 Choose Y here if you have this FM radio card. You also need to enable
332 the ALSA sound system. This choice automatically selects the ALSA
333 sound card driver "Miro miroSOUND PCM1pro/PCM12/PCM20radio" as this
334 is required for the radio-miropcm20.
335
Krzysztof Helt8366fc32009-11-27 11:24:13 +0100336 To compile this driver as a module, choose M here: the
337 module will be called radio-miropcm20.
338
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339config RADIO_SF16FMI
Ondrej Zaryabed6232012-05-19 13:18:26 -0300340 tristate "SF16-FMI/SF16-FMP/SF16-FMD Radio"
Mauro Carvalho Chehaba2ef73a2006-08-08 09:10:02 -0300341 depends on ISA && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 ---help---
Ondrej Zary67cabf52009-12-10 17:12:32 -0300343 Choose Y here if you have one of these FM radio cards.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345 To compile this driver as a module, choose M here: the
346 module will be called radio-sf16fmi.
347
348config RADIO_SF16FMR2
Ondrej Zary3491a882012-05-17 04:55:01 -0300349 tristate "SF16-FMR2/SF16-FMD2 Radio"
Randy Dunlap42a741d2011-06-30 14:31:04 -0300350 depends on ISA && VIDEO_V4L2 && SND
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 ---help---
352 Choose Y here if you have one of these FM radio cards.
353
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354 To compile this driver as a module, choose M here: the
355 module will be called radio-sf16fmr2.
356
357config RADIO_TERRATEC
358 tristate "TerraTec ActiveRadio ISA Standalone"
Mauro Carvalho Chehab55ac7b62006-08-08 09:10:03 -0300359 depends on ISA && VIDEO_V4L2
Hans Verkuil32c51832012-01-16 05:15:09 -0300360 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 ---help---
Hans Verkuil32c51832012-01-16 05:15:09 -0300362 Choose Y here if you have this FM radio card.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363
Hans Verkuil32c51832012-01-16 05:15:09 -0300364 Note: this driver hasn't been tested since a long time due to lack
365 of hardware. If you have this hardware, then please contact the
366 linux-media mailinglist.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367
368 To compile this driver as a module, choose M here: the
369 module will be called radio-terratec.
370
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371config RADIO_TRUST
372 tristate "Trust FM radio card"
Mauro Carvalho Chehab982eddb2006-08-08 09:10:05 -0300373 depends on ISA && VIDEO_V4L2
Hans Verkuil1d211f22012-01-16 05:16:29 -0300374 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700375 help
376 This is a driver for the Trust FM radio cards. Say Y if you have
377 such a card and want to use it under Linux.
378
Hans Verkuil1d211f22012-01-16 05:16:29 -0300379 Note: this driver hasn't been tested since a long time due to lack
380 of hardware. If you have this hardware, then please contact the
381 linux-media mailinglist.
382
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383 To compile this driver as a module, choose M here: the
384 module will be called radio-trust.
385
386config RADIO_TRUST_PORT
387 hex "Trust i/o port (usually 0x350 or 0x358)"
388 depends on RADIO_TRUST=y
389 default "350"
390 help
391 Enter the I/O port of your Trust FM radio card. If unsure, try the
392 values "0x350" or "0x358".
393
394config RADIO_TYPHOON
395 tristate "Typhoon Radio (a.k.a. EcoRadio)"
Mauro Carvalho Chehab30c48302006-08-08 09:10:04 -0300396 depends on ISA && VIDEO_V4L2
Hans Verkuilda1ff352012-01-16 05:17:32 -0300397 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398 ---help---
399 Choose Y here if you have one of these FM radio cards, and then fill
400 in the port address and the frequency used for muting below.
401
Hans Verkuilda1ff352012-01-16 05:17:32 -0300402 Note: this driver hasn't been tested since a long time due to lack
403 of hardware. If you have this hardware, then please contact the
404 linux-media mailinglist.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405
406 To compile this driver as a module, choose M here: the
407 module will be called radio-typhoon.
408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409config RADIO_TYPHOON_PORT
410 hex "Typhoon I/O port (0x316 or 0x336)"
411 depends on RADIO_TYPHOON=y
412 default "316"
413 help
414 Enter the I/O port of your Typhoon or EcoRadio radio card.
415
416config RADIO_TYPHOON_MUTEFREQ
417 int "Typhoon frequency set when muting the device (kHz)"
418 depends on RADIO_TYPHOON=y
419 default "87500"
420 help
421 Enter the frequency used for muting the radio. The device is never
422 completely silent. If the volume is just turned down, you can still
423 hear silent voices and music. For that reason, the frequency of the
424 radio device is set to the frequency you can enter here whenever
425 the device is muted. There should be no local radio station at that
426 frequency.
427
428config RADIO_ZOLTRIX
429 tristate "Zoltrix Radio"
Mauro Carvalho Chehab2ab65292006-08-08 09:10:04 -0300430 depends on ISA && VIDEO_V4L2
Hans Verkuil6b39246cf2012-01-16 05:18:40 -0300431 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432 ---help---
433 Choose Y here if you have one of these FM radio cards, and then fill
434 in the port address below.
435
Hans Verkuil6b39246cf2012-01-16 05:18:40 -0300436 Note: this driver hasn't been tested since a long time due to lack
437 of hardware. If you have this hardware, then please contact the
438 linux-media mailinglist.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439
440 To compile this driver as a module, choose M here: the
441 module will be called radio-zoltrix.
442
443config RADIO_ZOLTRIX_PORT
444 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
445 depends on RADIO_ZOLTRIX=y
446 default "20c"
447 help
448 Enter the I/O port of your Zoltrix radio card.
449
Hans Verkuile21d9862011-09-30 05:31:24 -0300450endif # V4L_RADIO_ISA_DRIVERS
Manjunatha Halli57f05bf2011-01-24 02:26:59 -0300451
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300452endif # RADIO_ADAPTERS