diff options
author | Pekka Seppanen <pexu@kapsi.fi> | 2007-09-30 20:49:01 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:14:50 -0400 |
commit | 3e7589c50771aa0f6eaa8de799e599c016f4029c (patch) | |
tree | 7a3cbf1b57ac2a7998824964c7dba5f1b661bfbb /drivers/media/radio/Kconfig | |
parent | 0173e4696f201c53ab17ee4d9da81d74b5f9eddc (diff) |
V4L/DVB (6243): [PATCH 2/2] GemTek Radio card
Details now match with radio-gemtek.c, eg. no more different ports.
Included a short note about cards that should be compatible with
radio-gemtek module.
Signed-off-by: Pekka Seppanen <pexu@kapsi.fi>
Signed-off-by: Douglas Schilling Landgraf <dougsland@gmail.com>
Reviewed-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index f8bf9fe37d36..11e962f1a97f 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig | |||
@@ -111,11 +111,16 @@ config RADIO_AZTECH_PORT | |||
111 | jumper sets the card to 0x358. | 111 | jumper sets the card to 0x358. |
112 | 112 | ||
113 | config RADIO_GEMTEK | 113 | config RADIO_GEMTEK |
114 | tristate "GemTek Radio Card support" | 114 | tristate "GemTek Radio card (or compatible) support" |
115 | depends on ISA && VIDEO_V4L2 | 115 | depends on ISA && VIDEO_V4L2 |
116 | ---help--- | 116 | ---help--- |
117 | Choose Y here if you have this FM radio card, and then fill in the | 117 | Choose Y here if you have this FM radio card, and then fill in the |
118 | port address below. | 118 | I/O port address and settings below. The following cards either have |
119 | GemTek Radio tuner or are rebranded GemTek Radio cards: | ||
120 | |||
121 | - Sound Vision 16 Gold with FM Radio | ||
122 | - Typhoon Radio card (some models) | ||
123 | - Hama Radio card | ||
119 | 124 | ||
120 | In order to control your radio card, you will need to use programs | 125 | In order to control your radio card, you will need to use programs |
121 | that are compatible with the Video For Linux API. Information on | 126 | that are compatible with the Video For Linux API. Information on |
@@ -126,14 +131,25 @@ config RADIO_GEMTEK | |||
126 | module will be called radio-gemtek. | 131 | module will be called radio-gemtek. |
127 | 132 | ||
128 | config RADIO_GEMTEK_PORT | 133 | config RADIO_GEMTEK_PORT |
129 | hex "GemTek i/o port (0x20c, 0x30c, 0x24c or 0x34c)" | 134 | hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0c24c or 0x28c)" |
130 | depends on RADIO_GEMTEK=y | 135 | depends on RADIO_GEMTEK=y |
131 | default "34c" | 136 | default "34c" |
132 | help | 137 | help |
133 | Enter either 0x20c, 0x30c, 0x24c or 0x34c here. The card default is | 138 | Enter either 0x20c, 0x30c, 0x24c or 0x34c here. The card default is |
134 | 0x34c, if you haven't changed the jumper setting on the card. On | 139 | 0x34c, if you haven't changed the jumper setting on the card. On |
135 | Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O | 140 | Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O |
136 | port is 0x28c. | 141 | port is 0x20c, 0x248 or 0x28c. |
142 | If automatic I/O port probing is enabled this port will be used only | ||
143 | in case of automatic probing failure, ie. as a fallback. | ||
144 | |||
145 | config RADIO_GEMTEK_PROBE | ||
146 | bool "Automatic I/O port probing" | ||
147 | depends on RADIO_GEMTEK=y | ||
148 | default y | ||
149 | help | ||
150 | Say Y here to enable automatic probing for GemTek Radio card. The | ||
151 | following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and | ||
152 | 0x28c. | ||
137 | 153 | ||
138 | config RADIO_GEMTEK_PCI | 154 | config RADIO_GEMTEK_PCI |
139 | tristate "GemTek PCI Radio Card support" | 155 | tristate "GemTek PCI Radio Card support" |