blob: 192f36f2f4aa3dd5e2f7eae6fd4ab6e106d51d26 [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
Ondrej Zary338c6582013-07-28 16:01:44 -030015config RADIO_TEA575X
16 tristate
17
Hans Verkuile21d9862011-09-30 05:31:24 -030018config RADIO_SI470X
19 bool "Silicon Labs Si470x FM Radio Receiver support"
20 depends on VIDEO_V4L2
21
22source "drivers/media/radio/si470x/Kconfig"
23
Dinesh Ram73912322013-10-15 12:24:37 -030024config RADIO_SI4713
25 tristate "Silicon Labs Si4713 FM Radio with RDS Transmitter support"
26 depends on VIDEO_V4L2
27
28source "drivers/media/radio/si4713/Kconfig"
29
Andrey Smirnovb879a9c2013-04-18 20:46:08 -030030config RADIO_SI476X
31 tristate "Silicon Laboratories Si476x I2C FM Radio"
32 depends on I2C && VIDEO_V4L2
33 depends on MFD_SI476X_CORE
Arnd Bergmannea457ad2013-05-02 11:16:26 -030034 depends on SND_SOC
Andrey Smirnovb879a9c2013-04-18 20:46:08 -030035 select SND_SOC_SI476X
36 ---help---
37 Choose Y here if you have this FM radio chip.
38
39 In order to control your radio card, you will need to use programs
40 that are compatible with the Video For Linux 2 API. Information on
41 this API and pointers to "v4l2" programs may be found at
42 <file:Documentation/video4linux/API.html>.
43
44 To compile this driver as a module, choose M here: the
45 module will be called radio-si476x.
46
Hans Verkuile21d9862011-09-30 05:31:24 -030047config USB_MR800
48 tristate "AverMedia MR 800 USB FM radio support"
49 depends on USB && VIDEO_V4L2
50 ---help---
51 Say Y here if you want to connect this type of radio to your
52 computer's USB port. Note that the audio is not digital, and
53 you must connect the line out connector to a sound card or a
54 set of speakers.
55
56 To compile this driver as a module, choose M here: the
57 module will be called radio-mr800.
58
59config USB_DSBR
60 tristate "D-Link/GemTek USB FM radio support"
61 depends on USB && VIDEO_V4L2
62 ---help---
63 Say Y here if you want to connect this type of radio to your
64 computer's USB port. Note that the audio is not digital, and
65 you must connect the line out connector to a sound card or a
66 set of speakers.
67
68 To compile this driver as a module, choose M here: the
69 module will be called dsbr100.
70
71config RADIO_MAXIRADIO
72 tristate "Guillemot MAXI Radio FM 2000 radio"
Ondrej Zary338c6582013-07-28 16:01:44 -030073 depends on VIDEO_V4L2 && PCI
74 select RADIO_TEA575X
Hans Verkuile21d9862011-09-30 05:31:24 -030075 ---help---
76 Choose Y here if you have this radio card. This card may also be
77 found as Gemtek PCI FM.
78
79 In order to control your radio card, you will need to use programs
80 that are compatible with the Video For Linux API. Information on
81 this API and pointers to "v4l" programs may be found at
82 <file:Documentation/video4linux/API.html>.
83
84 To compile this driver as a module, choose M here: the
85 module will be called radio-maxiradio.
86
Hans de Goede8e2ce732012-05-21 15:24:50 -030087config RADIO_SHARK
88 tristate "Griffin radioSHARK USB radio receiver"
Ondrej Zary338c6582013-07-28 16:01:44 -030089 depends on USB
90 select RADIO_TEA575X
Hans de Goede8e2ce732012-05-21 15:24:50 -030091 ---help---
92 Choose Y here if you have this radio receiver.
93
94 There are 2 versions of this device, this driver is for version 1,
95 which is white.
96
97 In order to control your radio card, you will need to use programs
98 that are compatible with the Video For Linux API. Information on
99 this API and pointers to "v4l" programs may be found at
100 <file:Documentation/video4linux/API.html>.
101
102 To compile this driver as a module, choose M here: the
103 module will be called radio-shark.
Hans Verkuile21d9862011-09-30 05:31:24 -0300104
Hans de Goede4faba762012-06-23 04:39:58 -0300105config RADIO_SHARK2
106 tristate "Griffin radioSHARK2 USB radio receiver"
107 depends on USB
108 ---help---
109 Choose Y here if you have this radio receiver.
110
111 There are 2 versions of this device, this driver is for version 2,
112 which is black.
113
114 In order to control your radio card, you will need to use programs
115 that are compatible with the Video For Linux API. Information on
116 this API and pointers to "v4l" programs may be found at
117 <file:Documentation/video4linux/API.html>.
118
119 To compile this driver as a module, choose M here: the
120 module will be called radio-shark2.
121
Hans Verkuil1bf20c32012-02-02 08:44:40 -0300122config USB_KEENE
123 tristate "Keene FM Transmitter USB support"
124 depends on USB && VIDEO_V4L2
125 ---help---
126 Say Y here if you want to connect this type of FM transmitter
127 to your computer's USB port.
128
129 To compile this driver as a module, choose M here: the
130 module will be called radio-keene.
131
Hans Verkuil21326c42013-12-13 08:51:25 -0300132config USB_RAREMONO
133 tristate "Thanko's Raremono AM/FM/SW radio support"
134 depends on USB && VIDEO_V4L2
135 ---help---
136 The 'Thanko's Raremono' device contains the Si4734 chip from Silicon Labs Inc.
137 It is one of the very few or perhaps the only consumer USB radio device
138 to receive the AM/FM/SW bands.
139
140 Say Y here if you want to connect this type of AM/FM/SW receiver
141 to your computer's USB port.
142
143 To compile this driver as a module, choose M here: the
144 module will be called radio-raremono.
145
Alexey Klimov4834f4d2012-11-12 02:56:37 -0300146config USB_MA901
147 tristate "Masterkit MA901 USB FM radio support"
148 depends on USB && VIDEO_V4L2
149 ---help---
150 Say Y here if you want to connect this type of radio to your
151 computer's USB port. Note that the audio is not digital, and
152 you must connect the line out connector to a sound card or a
153 set of speakers or headphones.
154
155 To compile this driver as a module, choose M here: the
156 module will be called radio-ma901.
157
Hans Verkuile21d9862011-09-30 05:31:24 -0300158config RADIO_TEA5764
159 tristate "TEA5764 I2C FM radio support"
160 depends on I2C && VIDEO_V4L2
161 ---help---
162 Say Y here if you want to use the TEA5764 FM chip found in
163 EZX phones. This FM chip is present in EZX phones from Motorola,
164 connected to internal pxa I2C bus.
165
166 To compile this driver as a module, choose M here: the
167 module will be called radio-tea5764.
168
169config RADIO_TEA5764_XTAL
170 bool "TEA5764 crystal reference"
171 depends on RADIO_TEA5764=y
172 default y
173 help
174 Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
175 here if TEA5764 reference frequency is connected in FREQIN.
176
177config RADIO_SAA7706H
178 tristate "SAA7706H Car Radio DSP"
179 depends on I2C && VIDEO_V4L2
180 ---help---
181 Say Y here if you want to use the SAA7706H Car radio Digital
182 Signal Processor, found for instance on the Russellville development
183 board. On the russellville the device is connected to internal
184 timberdale I2C bus.
185
186 To compile this driver as a module, choose M here: the
187 module will be called SAA7706H.
188
189config RADIO_TEF6862
190 tristate "TEF6862 Car Radio Enhanced Selectivity Tuner"
191 depends on I2C && VIDEO_V4L2
192 ---help---
193 Say Y here if you want to use the TEF6862 Car Radio Enhanced
194 Selectivity Tuner, found for instance on the Russellville development
195 board. On the russellville the device is connected to internal
196 timberdale I2C bus.
197
198 To compile this driver as a module, choose M here: the
199 module will be called TEF6862.
200
201config RADIO_TIMBERDALE
202 tristate "Enable the Timberdale radio driver"
203 depends on MFD_TIMBERDALE && VIDEO_V4L2
204 depends on I2C # for RADIO_SAA7706H
205 select RADIO_TEF6862
206 select RADIO_SAA7706H
207 ---help---
208 This is a kind of umbrella driver for the Radio Tuner and DSP
209 found behind the Timberdale FPGA on the Russellville board.
210 Enabling this driver will automatically select the DSP and tuner.
211
212config RADIO_WL1273
213 tristate "Texas Instruments WL1273 I2C FM Radio"
Martin Schwidefsky0244ad02013-08-30 09:39:53 +0200214 depends on I2C && VIDEO_V4L2
Hans Verkuile21d9862011-09-30 05:31:24 -0300215 select MFD_CORE
216 select MFD_WL1273_CORE
217 select FW_LOADER
218 ---help---
219 Choose Y here if you have this FM radio chip.
220
221 In order to control your radio card, you will need to use programs
222 that are compatible with the Video For Linux 2 API. Information on
223 this API and pointers to "v4l2" programs may be found at
224 <file:Documentation/video4linux/API.html>.
225
226 To compile this driver as a module, choose M here: the
227 module will be called radio-wl1273.
228
229# TI's ST based wl128x FM radio
230source "drivers/media/radio/wl128x/Kconfig"
231
232#
233# ISA drivers configuration
234#
235
236menuconfig V4L_RADIO_ISA_DRIVERS
237 bool "ISA radio devices"
238 depends on ISA
239 default n
240 ---help---
241 Say Y here to enable support for these ISA drivers.
242
243if V4L_RADIO_ISA_DRIVERS
244
Hans Verkuil137c5792012-02-03 08:28:56 -0300245config RADIO_ISA
246 depends on ISA
247 tristate
248
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249config RADIO_CADET
250 tristate "ADS Cadet AM/FM Tuner"
Hans J. Kochc0c7fa02006-08-08 09:10:12 -0300251 depends on ISA && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252 ---help---
253 Choose Y here if you have one of these AM/FM radio cards, and then
254 fill in the port address below.
255
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256 To compile this driver as a module, choose M here: the
257 module will be called radio-cadet.
258
259config RADIO_RTRACK
260 tristate "AIMSlab RadioTrack (aka RadioReveal) support"
Mauro Carvalho Chehab46ff2c72006-08-08 09:10:01 -0300261 depends on ISA && VIDEO_V4L2
Hans Verkuilcc3c6df2012-01-16 04:55:10 -0300262 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263 ---help---
264 Choose Y here if you have one of these FM radio cards, and then fill
265 in the port address below.
266
267 Note that newer AIMSlab RadioTrack cards have a different chipset
268 and are not supported by this driver. For these cards, use the
269 RadioTrack II driver below.
270
271 If you have a GemTeks combined (PnP) sound- and radio card you must
272 use this driver as a module and setup the card with isapnptools.
273 You must also pass the module a suitable io parameter, 0x248 has
274 been reported to be used by these cards.
275
Hans Verkuilcc3c6df2012-01-16 04:55:10 -0300276 More information is contained in the file
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 <file:Documentation/video4linux/radiotrack.txt>.
278
279 To compile this driver as a module, choose M here: the
280 module will be called radio-aimslab.
281
282config RADIO_RTRACK_PORT
283 hex "RadioTrack i/o port (0x20f or 0x30f)"
284 depends on RADIO_RTRACK=y
Hans Verkuilcc3c6df2012-01-16 04:55:10 -0300285 default "30f"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286 help
287 Enter either 0x30f or 0x20f here. The card default is 0x30f, if you
288 haven't changed the jumper setting on the card.
289
290config RADIO_RTRACK2
291 tristate "AIMSlab RadioTrack II support"
Mauro Carvalho Chehabf8c559f2006-08-08 09:10:02 -0300292 depends on ISA && VIDEO_V4L2
Hans Verkuil8bd7ef52012-01-16 05:24:08 -0300293 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 ---help---
295 Choose Y here if you have this FM radio card, and then fill in the
296 port address below.
297
Hans Verkuil8bd7ef52012-01-16 05:24:08 -0300298 Note: this driver hasn't been tested since a long time due to lack
299 of hardware. If you have this hardware, then please contact the
300 linux-media mailinglist.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301
302 To compile this driver as a module, choose M here: the
303 module will be called radio-rtrack2.
304
305config RADIO_RTRACK2_PORT
306 hex "RadioTrack II i/o port (0x20c or 0x30c)"
307 depends on RADIO_RTRACK2=y
308 default "30c"
309 help
310 Enter either 0x30c or 0x20c here. The card default is 0x30c, if you
311 haven't changed the jumper setting on the card.
312
313config RADIO_AZTECH
314 tristate "Aztech/Packard Bell Radio"
Mauro Carvalho Chehaba4366af2006-08-08 09:10:01 -0300315 depends on ISA && VIDEO_V4L2
Hans Verkuil3088fba2012-01-16 04:58:15 -0300316 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 ---help---
318 Choose Y here if you have one of these FM radio cards, and then fill
319 in the port address below.
320
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321 To compile this driver as a module, choose M here: the
322 module will be called radio-aztech.
323
324config RADIO_AZTECH_PORT
325 hex "Aztech/Packard Bell I/O port (0x350 or 0x358)"
326 depends on RADIO_AZTECH=y
327 default "350"
328 help
329 Enter either 0x350 or 0x358 here. The card default is 0x350, if you
330 haven't changed the setting of jumper JP3 on the card. Removing the
331 jumper sets the card to 0x358.
332
333config RADIO_GEMTEK
Pekka Seppanen3e7589c2007-09-30 21:49:01 -0300334 tristate "GemTek Radio card (or compatible) support"
Mauro Carvalho Chehabd1c4ecd2006-08-08 09:10:01 -0300335 depends on ISA && VIDEO_V4L2
Hans Verkuilf8c08522012-01-16 05:00:26 -0300336 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 ---help---
338 Choose Y here if you have this FM radio card, and then fill in the
Pekka Seppanen3e7589c2007-09-30 21:49:01 -0300339 I/O port address and settings below. The following cards either have
340 GemTek Radio tuner or are rebranded GemTek Radio cards:
341
342 - Sound Vision 16 Gold with FM Radio
343 - Typhoon Radio card (some models)
344 - Hama Radio card
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 To compile this driver as a module, choose M here: the
347 module will be called radio-gemtek.
348
349config RADIO_GEMTEK_PORT
Hans Verkuilf8c08522012-01-16 05:00:26 -0300350 hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c)"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 depends on RADIO_GEMTEK=y
352 default "34c"
353 help
Hans Verkuilf8c08522012-01-16 05:00:26 -0300354 Enter either 0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c here. The
355 card default is 0x34c, if you haven't changed the jumper setting
356 on the card.
357
358 On Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O
Pekka Seppanen3e7589c2007-09-30 21:49:01 -0300359 port is 0x20c, 0x248 or 0x28c.
Hans Verkuilf8c08522012-01-16 05:00:26 -0300360
Pekka Seppanen3e7589c2007-09-30 21:49:01 -0300361 If automatic I/O port probing is enabled this port will be used only
362 in case of automatic probing failure, ie. as a fallback.
363
364config RADIO_GEMTEK_PROBE
365 bool "Automatic I/O port probing"
366 depends on RADIO_GEMTEK=y
367 default y
368 help
369 Say Y here to enable automatic probing for GemTek Radio card. The
370 following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and
371 0x28c.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372
Krzysztof Helt8366fc32009-11-27 11:24:13 +0100373config RADIO_MIROPCM20
374 tristate "miroSOUND PCM20 radio"
Ralf Baechle4756fc62011-06-24 10:30:09 -0300375 depends on ISA && ISA_DMA_API && VIDEO_V4L2 && SND
Randy Dunlapdd7cdb82009-12-08 09:13:07 -0800376 select SND_ISA
Krzysztof Helt8366fc32009-11-27 11:24:13 +0100377 select SND_MIRO
378 ---help---
379 Choose Y here if you have this FM radio card. You also need to enable
380 the ALSA sound system. This choice automatically selects the ALSA
381 sound card driver "Miro miroSOUND PCM1pro/PCM12/PCM20radio" as this
382 is required for the radio-miropcm20.
383
Krzysztof Helt8366fc32009-11-27 11:24:13 +0100384 To compile this driver as a module, choose M here: the
385 module will be called radio-miropcm20.
386
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387config RADIO_SF16FMI
Ondrej Zaryabed6232012-05-19 13:18:26 -0300388 tristate "SF16-FMI/SF16-FMP/SF16-FMD Radio"
Mauro Carvalho Chehaba2ef73a2006-08-08 09:10:02 -0300389 depends on ISA && VIDEO_V4L2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390 ---help---
Ondrej Zary67cabf52009-12-10 17:12:32 -0300391 Choose Y here if you have one of these FM radio cards.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393 To compile this driver as a module, choose M here: the
394 module will be called radio-sf16fmi.
395
396config RADIO_SF16FMR2
Ondrej Zary3491a882012-05-17 04:55:01 -0300397 tristate "SF16-FMR2/SF16-FMD2 Radio"
Ondrej Zary338c6582013-07-28 16:01:44 -0300398 depends on ISA && VIDEO_V4L2
399 select RADIO_TEA575X
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400 ---help---
401 Choose Y here if you have one of these FM radio cards.
402
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403 To compile this driver as a module, choose M here: the
404 module will be called radio-sf16fmr2.
405
406config RADIO_TERRATEC
407 tristate "TerraTec ActiveRadio ISA Standalone"
Mauro Carvalho Chehab55ac7b62006-08-08 09:10:03 -0300408 depends on ISA && VIDEO_V4L2
Hans Verkuil32c51832012-01-16 05:15:09 -0300409 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410 ---help---
Hans Verkuil32c51832012-01-16 05:15:09 -0300411 Choose Y here if you have this FM radio card.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412
Hans Verkuil32c51832012-01-16 05:15:09 -0300413 Note: this driver hasn't been tested since a long time due to lack
414 of hardware. If you have this hardware, then please contact the
415 linux-media mailinglist.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
417 To compile this driver as a module, choose M here: the
418 module will be called radio-terratec.
419
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420config RADIO_TRUST
421 tristate "Trust FM radio card"
Mauro Carvalho Chehab982eddb2006-08-08 09:10:05 -0300422 depends on ISA && VIDEO_V4L2
Hans Verkuil1d211f22012-01-16 05:16:29 -0300423 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424 help
425 This is a driver for the Trust FM radio cards. Say Y if you have
426 such a card and want to use it under Linux.
427
Hans Verkuil1d211f22012-01-16 05:16:29 -0300428 Note: this driver hasn't been tested since a long time due to lack
429 of hardware. If you have this hardware, then please contact the
430 linux-media mailinglist.
431
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432 To compile this driver as a module, choose M here: the
433 module will be called radio-trust.
434
435config RADIO_TRUST_PORT
436 hex "Trust i/o port (usually 0x350 or 0x358)"
437 depends on RADIO_TRUST=y
438 default "350"
439 help
440 Enter the I/O port of your Trust FM radio card. If unsure, try the
441 values "0x350" or "0x358".
442
443config RADIO_TYPHOON
444 tristate "Typhoon Radio (a.k.a. EcoRadio)"
Mauro Carvalho Chehab30c48302006-08-08 09:10:04 -0300445 depends on ISA && VIDEO_V4L2
Hans Verkuilda1ff352012-01-16 05:17:32 -0300446 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700447 ---help---
448 Choose Y here if you have one of these FM radio cards, and then fill
449 in the port address and the frequency used for muting below.
450
Hans Verkuilda1ff352012-01-16 05:17:32 -0300451 Note: this driver hasn't been tested since a long time due to lack
452 of hardware. If you have this hardware, then please contact the
453 linux-media mailinglist.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454
455 To compile this driver as a module, choose M here: the
456 module will be called radio-typhoon.
457
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458config RADIO_TYPHOON_PORT
459 hex "Typhoon I/O port (0x316 or 0x336)"
460 depends on RADIO_TYPHOON=y
461 default "316"
462 help
463 Enter the I/O port of your Typhoon or EcoRadio radio card.
464
465config RADIO_TYPHOON_MUTEFREQ
466 int "Typhoon frequency set when muting the device (kHz)"
467 depends on RADIO_TYPHOON=y
468 default "87500"
469 help
470 Enter the frequency used for muting the radio. The device is never
471 completely silent. If the volume is just turned down, you can still
472 hear silent voices and music. For that reason, the frequency of the
473 radio device is set to the frequency you can enter here whenever
474 the device is muted. There should be no local radio station at that
475 frequency.
476
477config RADIO_ZOLTRIX
478 tristate "Zoltrix Radio"
Mauro Carvalho Chehab2ab65292006-08-08 09:10:04 -0300479 depends on ISA && VIDEO_V4L2
Hans Verkuil6b39246cf2012-01-16 05:18:40 -0300480 select RADIO_ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481 ---help---
482 Choose Y here if you have one of these FM radio cards, and then fill
483 in the port address below.
484
Hans Verkuil6b39246cf2012-01-16 05:18:40 -0300485 Note: this driver hasn't been tested since a long time due to lack
486 of hardware. If you have this hardware, then please contact the
487 linux-media mailinglist.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488
489 To compile this driver as a module, choose M here: the
490 module will be called radio-zoltrix.
491
492config RADIO_ZOLTRIX_PORT
493 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
494 depends on RADIO_ZOLTRIX=y
495 default "20c"
496 help
497 Enter the I/O port of your Zoltrix radio card.
498
Hans Verkuile21d9862011-09-30 05:31:24 -0300499endif # V4L_RADIO_ISA_DRIVERS
Manjunatha Halli57f05bf2011-01-24 02:26:59 -0300500
Jan Engelhardtc5da5af2007-05-02 10:06:23 -0300501endif # RADIO_ADAPTERS