aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-01-16 03:00:26 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-02-14 14:09:39 -0500
commitf8c085244ef6a88c38db3ee49bda0ff4249edf34 (patch)
tree3d8dd9c3c7f69e9ecb6b05386ea75eb6504e1909 /drivers/media/radio/Kconfig
parent3088fba877ee8bf284b12a73332b813b5478a64d (diff)
[media] radio-gemtek: Convert to radio-isa
Tested with actual hardware (up to two cards) and the Keene USB FM Transmitter. 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/Kconfig17
1 files changed, 8 insertions, 9 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig
index 645fe5716170..06a8c7a53556 100644
--- a/drivers/media/radio/Kconfig
+++ b/drivers/media/radio/Kconfig
@@ -276,6 +276,7 @@ config RADIO_AZTECH_PORT
276config RADIO_GEMTEK 276config RADIO_GEMTEK
277 tristate "GemTek Radio card (or compatible) support" 277 tristate "GemTek Radio card (or compatible) support"
278 depends on ISA && VIDEO_V4L2 278 depends on ISA && VIDEO_V4L2
279 select RADIO_ISA
279 ---help--- 280 ---help---
280 Choose Y here if you have this FM radio card, and then fill in the 281 Choose Y here if you have this FM radio card, and then fill in the
281 I/O port address and settings below. The following cards either have 282 I/O port address and settings below. The following cards either have
@@ -285,23 +286,21 @@ config RADIO_GEMTEK
285 - Typhoon Radio card (some models) 286 - Typhoon Radio card (some models)
286 - Hama Radio card 287 - Hama Radio card
287 288
288 In order to control your radio card, you will need to use programs
289 that are compatible with the Video For Linux API. Information on
290 this API and pointers to "v4l" programs may be found at
291 <file:Documentation/video4linux/API.html>.
292
293 To compile this driver as a module, choose M here: the 289 To compile this driver as a module, choose M here: the
294 module will be called radio-gemtek. 290 module will be called radio-gemtek.
295 291
296config RADIO_GEMTEK_PORT 292config RADIO_GEMTEK_PORT
297 hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0c24c or 0x28c)" 293 hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c)"
298 depends on RADIO_GEMTEK=y 294 depends on RADIO_GEMTEK=y
299 default "34c" 295 default "34c"
300 help 296 help
301 Enter either 0x20c, 0x30c, 0x24c or 0x34c here. The card default is 297 Enter either 0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c here. The
302 0x34c, if you haven't changed the jumper setting on the card. On 298 card default is 0x34c, if you haven't changed the jumper setting
303 Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O 299 on the card.
300
301 On Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O
304 port is 0x20c, 0x248 or 0x28c. 302 port is 0x20c, 0x248 or 0x28c.
303
305 If automatic I/O port probing is enabled this port will be used only 304 If automatic I/O port probing is enabled this port will be used only
306 in case of automatic probing failure, ie. as a fallback. 305 in case of automatic probing failure, ie. as a fallback.
307 306