@@ -15,7 +15,7 @@ if RADIO_ADAPTERS
15
15
16
16
config RADIO_MAXIRADIO
17
17
tristate "Guillemot MAXI Radio FM 2000 radio"
18
- depends on PCI
18
+ depends on PCI && HAS_IOPORT
19
19
select RADIO_TEA575X
20
20
help
21
21
Choose Y here if you have this radio card. This card may also be
@@ -232,6 +232,7 @@ source "drivers/media/radio/wl128x/Kconfig"
232
232
menuconfig V4L_RADIO_ISA_DRIVERS
233
233
bool "ISA radio devices"
234
234
depends on ISA || COMPILE_TEST
235
+ depends on HAS_IOPORT
235
236
help
236
237
Say Y here to enable support for these ISA drivers.
237
238
@@ -240,6 +241,7 @@ if V4L_RADIO_ISA_DRIVERS
240
241
config RADIO_AZTECH
241
242
tristate "Aztech/Packard Bell Radio"
242
243
depends on ISA || COMPILE_TEST
244
+ depends on HAS_IOPORT
243
245
select RADIO_ISA
244
246
help
245
247
Choose Y here if you have one of these FM radio cards, and then fill
@@ -260,6 +262,7 @@ config RADIO_AZTECH_PORT
260
262
config RADIO_CADET
261
263
tristate "ADS Cadet AM/FM Tuner"
262
264
depends on ISA || COMPILE_TEST
265
+ depends on HAS_IOPORT
263
266
help
264
267
Choose Y here if you have one of these AM/FM radio cards, and then
265
268
fill in the port address below.
@@ -270,6 +273,7 @@ config RADIO_CADET
270
273
config RADIO_GEMTEK
271
274
tristate "GemTek Radio card (or compatible) support"
272
275
depends on ISA || COMPILE_TEST
276
+ depends on HAS_IOPORT
273
277
select RADIO_ISA
274
278
help
275
279
Choose Y here if you have this FM radio card, and then fill in the
@@ -309,6 +313,7 @@ config RADIO_GEMTEK_PROBE
309
313
310
314
config RADIO_ISA
311
315
depends on ISA || COMPILE_TEST
316
+ depends on HAS_IOPORT
312
317
tristate
313
318
314
319
config RADIO_MIROPCM20
@@ -329,6 +334,7 @@ config RADIO_MIROPCM20
329
334
config RADIO_RTRACK
330
335
tristate "AIMSlab RadioTrack (aka RadioReveal) support"
331
336
depends on ISA || COMPILE_TEST
337
+ depends on HAS_IOPORT
332
338
select RADIO_ISA
333
339
help
334
340
Choose Y here if you have one of these FM radio cards, and then fill
@@ -383,6 +389,7 @@ config RADIO_RTRACK_PORT
383
389
config RADIO_SF16FMI
384
390
tristate "SF16-FMI/SF16-FMP/SF16-FMD Radio"
385
391
depends on ISA || COMPILE_TEST
392
+ depends on HAS_IOPORT
386
393
help
387
394
Choose Y here if you have one of these FM radio cards.
388
395
@@ -392,6 +399,7 @@ config RADIO_SF16FMI
392
399
config RADIO_SF16FMR2
393
400
tristate "SF16-FMR2/SF16-FMD2 Radio"
394
401
depends on ISA || COMPILE_TEST
402
+ depends on HAS_IOPORT
395
403
select RADIO_TEA575X
396
404
help
397
405
Choose Y here if you have one of these FM radio cards.
@@ -402,6 +410,7 @@ config RADIO_SF16FMR2
402
410
config RADIO_TERRATEC
403
411
tristate "TerraTec ActiveRadio ISA Standalone"
404
412
depends on ISA || COMPILE_TEST
413
+ depends on HAS_IOPORT
405
414
select RADIO_ISA
406
415
help
407
416
Choose Y here if you have this FM radio card.
@@ -416,6 +425,7 @@ config RADIO_TERRATEC
416
425
config RADIO_TRUST
417
426
tristate "Trust FM radio card"
418
427
depends on ISA || COMPILE_TEST
428
+ depends on HAS_IOPORT
419
429
select RADIO_ISA
420
430
help
421
431
This is a driver for the Trust FM radio cards. Say Y if you have
@@ -439,6 +449,7 @@ config RADIO_TRUST_PORT
439
449
config RADIO_TYPHOON
440
450
tristate "Typhoon Radio (a.k.a. EcoRadio)"
441
451
depends on ISA || COMPILE_TEST
452
+ depends on HAS_IOPORT
442
453
select RADIO_ISA
443
454
help
444
455
Choose Y here if you have one of these FM radio cards, and then fill
@@ -473,6 +484,7 @@ config RADIO_TYPHOON_PORT
473
484
config RADIO_ZOLTRIX
474
485
tristate "Zoltrix Radio"
475
486
depends on ISA || COMPILE_TEST
487
+ depends on HAS_IOPORT
476
488
select RADIO_ISA
477
489
help
478
490
Choose Y here if you have one of these FM radio cards, and then fill
0 commit comments