aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-01-16 03:15:09 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-02-14 14:11:11 -0500
commit32c518364a03d336113a9133410af6d8c8dc0107 (patch)
treefcd33f31f36efc6199cf91eb269a11bb010f42c1 /drivers/media/radio/Kconfig
parent8bd7ef5ae615cce5cde2e8b40445cfe4a20c3c03 (diff)
[media] radio-terratec: Convert to radio-isa
Tested with v4l2-compliance, but not with actual hardware. Contact the linux-media mailinglist if you have this card! Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r--drivers/media/radio/Kconfig25
1 files changed, 5 insertions, 20 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index f76cbbc9a784..0b6d807f44c2 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -363,32 +363,17 @@ config RADIO_SF16FMR2
363config RADIO_TERRATEC 363config RADIO_TERRATEC
364 tristate "TerraTec ActiveRadio ISA Standalone" 364 tristate "TerraTec ActiveRadio ISA Standalone"
365 depends on ISA && VIDEO_V4L2 365 depends on ISA && VIDEO_V4L2
366 select RADIO_ISA
366 ---help--- 367 ---help---
367 Choose Y here if you have this FM radio card, and then fill in the 368 Choose Y here if you have this FM radio card.
368 port address below. (TODO)
369
370 Note: This driver is in its early stages. Right now volume and
371 frequency control and muting works at least for me, but
372 unfortunately I have not found anybody who wants to use this card
373 with Linux. So if it is this what YOU are trying to do right now,
374 PLEASE DROP ME A NOTE!! Rolf Offermanns <rolf@offermanns.de>.
375 369
376 In order to control your radio card, you will need to use programs 370 Note: this driver hasn't been tested since a long time due to lack
377 that are compatible with the Video For Linux API. Information on 371 of hardware. If you have this hardware, then please contact the
378 this API and pointers to "v4l" programs may be found at 372 linux-media mailinglist.
379 <file:Documentation/video4linux/API.html>.
380 373
381 To compile this driver as a module, choose M here: the 374 To compile this driver as a module, choose M here: the
382 module will be called radio-terratec. 375 module will be called radio-terratec.
383 376
384config RADIO_TERRATEC_PORT
385 hex "Terratec i/o port (normally 0x590)"
386 depends on RADIO_TERRATEC=y
387 default "590"
388 help
389 Fill in the I/O port of your TerraTec FM radio card. If unsure, go
390 with the default.
391
392config RADIO_TRUST 377config RADIO_TRUST
393 tristate "Trust FM radio card" 378 tristate "Trust FM radio card"
394 depends on ISA && VIDEO_V4L2 379 depends on ISA && VIDEO_V4L2