Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Multimedia Video device configuration |
| 3 | # |
| 4 | |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 5 | menuconfig RADIO_ADAPTERS |
| 6 | bool "Radio Adapters" |
Mauro Carvalho Chehab | 057596e | 2008-02-02 11:25:31 -0300 | [diff] [blame] | 7 | depends on VIDEO_V4L2 |
Mauro Carvalho Chehab | 724f4a3 | 2012-05-28 08:17:49 -0300 | [diff] [blame] | 8 | depends on MEDIA_RADIO_SUPPORT |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 9 | default y |
Mauro Carvalho Chehab | ff01652 | 2007-05-02 15:14:06 -0300 | [diff] [blame] | 10 | ---help--- |
| 11 | Say Y here to enable selecting AM/FM radio adapters. |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 12 | |
Mauro Carvalho Chehab | 057596e | 2008-02-02 11:25:31 -0300 | [diff] [blame] | 13 | if RADIO_ADAPTERS && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | |
Hans Verkuil | e21d986 | 2011-09-30 05:31:24 -0300 | [diff] [blame] | 15 | config RADIO_SI470X |
| 16 | bool "Silicon Labs Si470x FM Radio Receiver support" |
| 17 | depends on VIDEO_V4L2 |
| 18 | |
| 19 | source "drivers/media/radio/si470x/Kconfig" |
| 20 | |
Andrey Smirnov | b879a9c | 2013-04-18 20:46:08 -0300 | [diff] [blame^] | 21 | config RADIO_SI476X |
| 22 | tristate "Silicon Laboratories Si476x I2C FM Radio" |
| 23 | depends on I2C && VIDEO_V4L2 |
| 24 | depends on MFD_SI476X_CORE |
| 25 | select SND_SOC_SI476X |
| 26 | ---help--- |
| 27 | Choose Y here if you have this FM radio chip. |
| 28 | |
| 29 | In order to control your radio card, you will need to use programs |
| 30 | that are compatible with the Video For Linux 2 API. Information on |
| 31 | this API and pointers to "v4l2" programs may be found at |
| 32 | <file:Documentation/video4linux/API.html>. |
| 33 | |
| 34 | To compile this driver as a module, choose M here: the |
| 35 | module will be called radio-si476x. |
| 36 | |
Hans Verkuil | e21d986 | 2011-09-30 05:31:24 -0300 | [diff] [blame] | 37 | config USB_MR800 |
| 38 | tristate "AverMedia MR 800 USB FM radio support" |
| 39 | depends on USB && VIDEO_V4L2 |
| 40 | ---help--- |
| 41 | Say Y here if you want to connect this type of radio to your |
| 42 | computer's USB port. Note that the audio is not digital, and |
| 43 | you must connect the line out connector to a sound card or a |
| 44 | set of speakers. |
| 45 | |
| 46 | To compile this driver as a module, choose M here: the |
| 47 | module will be called radio-mr800. |
| 48 | |
| 49 | config USB_DSBR |
| 50 | tristate "D-Link/GemTek USB FM radio support" |
| 51 | depends on USB && VIDEO_V4L2 |
| 52 | ---help--- |
| 53 | Say Y here if you want to connect this type of radio to your |
| 54 | computer's USB port. Note that the audio is not digital, and |
| 55 | you must connect the line out connector to a sound card or a |
| 56 | set of speakers. |
| 57 | |
| 58 | To compile this driver as a module, choose M here: the |
| 59 | module will be called dsbr100. |
| 60 | |
| 61 | config RADIO_MAXIRADIO |
| 62 | tristate "Guillemot MAXI Radio FM 2000 radio" |
Hans Verkuil | cfb19b0 | 2012-02-05 09:53:17 -0300 | [diff] [blame] | 63 | depends on VIDEO_V4L2 && PCI && SND |
Hans Verkuil | e21d986 | 2011-09-30 05:31:24 -0300 | [diff] [blame] | 64 | ---help--- |
| 65 | Choose Y here if you have this radio card. This card may also be |
| 66 | found as Gemtek PCI FM. |
| 67 | |
| 68 | In order to control your radio card, you will need to use programs |
| 69 | that are compatible with the Video For Linux API. Information on |
| 70 | this API and pointers to "v4l" programs may be found at |
| 71 | <file:Documentation/video4linux/API.html>. |
| 72 | |
| 73 | To compile this driver as a module, choose M here: the |
| 74 | module will be called radio-maxiradio. |
| 75 | |
Hans de Goede | 8e2ce73 | 2012-05-21 15:24:50 -0300 | [diff] [blame] | 76 | config RADIO_SHARK |
| 77 | tristate "Griffin radioSHARK USB radio receiver" |
| 78 | depends on USB && SND |
| 79 | ---help--- |
| 80 | Choose Y here if you have this radio receiver. |
| 81 | |
| 82 | There are 2 versions of this device, this driver is for version 1, |
| 83 | which is white. |
| 84 | |
| 85 | In order to control your radio card, you will need to use programs |
| 86 | that are compatible with the Video For Linux API. Information on |
| 87 | this API and pointers to "v4l" programs may be found at |
| 88 | <file:Documentation/video4linux/API.html>. |
| 89 | |
| 90 | To compile this driver as a module, choose M here: the |
| 91 | module will be called radio-shark. |
Hans Verkuil | e21d986 | 2011-09-30 05:31:24 -0300 | [diff] [blame] | 92 | |
Hans de Goede | 4faba76 | 2012-06-23 04:39:58 -0300 | [diff] [blame] | 93 | config RADIO_SHARK2 |
| 94 | tristate "Griffin radioSHARK2 USB radio receiver" |
| 95 | depends on USB |
| 96 | ---help--- |
| 97 | Choose Y here if you have this radio receiver. |
| 98 | |
| 99 | There are 2 versions of this device, this driver is for version 2, |
| 100 | which is black. |
| 101 | |
| 102 | In order to control your radio card, you will need to use programs |
| 103 | that are compatible with the Video For Linux API. Information on |
| 104 | this API and pointers to "v4l" programs may be found at |
| 105 | <file:Documentation/video4linux/API.html>. |
| 106 | |
| 107 | To compile this driver as a module, choose M here: the |
| 108 | module will be called radio-shark2. |
| 109 | |
Hans Verkuil | e21d986 | 2011-09-30 05:31:24 -0300 | [diff] [blame] | 110 | config I2C_SI4713 |
| 111 | tristate "I2C driver for Silicon Labs Si4713 device" |
| 112 | depends on I2C && VIDEO_V4L2 |
| 113 | ---help--- |
| 114 | Say Y here if you want support to Si4713 I2C device. |
| 115 | This device driver supports only i2c bus. |
| 116 | |
| 117 | To compile this driver as a module, choose M here: the |
| 118 | module will be called si4713. |
| 119 | |
| 120 | config RADIO_SI4713 |
| 121 | tristate "Silicon Labs Si4713 FM Radio Transmitter support" |
| 122 | depends on I2C && VIDEO_V4L2 |
| 123 | select I2C_SI4713 |
| 124 | ---help--- |
| 125 | Say Y here if you want support to Si4713 FM Radio Transmitter. |
| 126 | This device can transmit audio through FM. It can transmit |
| 127 | RDS and RBDS signals as well. This module is the v4l2 radio |
| 128 | interface for the i2c driver of this device. |
| 129 | |
| 130 | To compile this driver as a module, choose M here: the |
| 131 | module will be called radio-si4713. |
| 132 | |
Hans Verkuil | 1bf20c3 | 2012-02-02 08:44:40 -0300 | [diff] [blame] | 133 | config USB_KEENE |
| 134 | tristate "Keene FM Transmitter USB support" |
| 135 | depends on USB && VIDEO_V4L2 |
| 136 | ---help--- |
| 137 | Say Y here if you want to connect this type of FM transmitter |
| 138 | to your computer's USB port. |
| 139 | |
| 140 | To compile this driver as a module, choose M here: the |
| 141 | module will be called radio-keene. |
| 142 | |
Alexey Klimov | 4834f4d | 2012-11-12 02:56:37 -0300 | [diff] [blame] | 143 | config USB_MA901 |
| 144 | tristate "Masterkit MA901 USB FM radio support" |
| 145 | depends on USB && VIDEO_V4L2 |
| 146 | ---help--- |
| 147 | Say Y here if you want to connect this type of radio to your |
| 148 | computer's USB port. Note that the audio is not digital, and |
| 149 | you must connect the line out connector to a sound card or a |
| 150 | set of speakers or headphones. |
| 151 | |
| 152 | To compile this driver as a module, choose M here: the |
| 153 | module will be called radio-ma901. |
| 154 | |
Hans Verkuil | e21d986 | 2011-09-30 05:31:24 -0300 | [diff] [blame] | 155 | config RADIO_TEA5764 |
| 156 | tristate "TEA5764 I2C FM radio support" |
| 157 | depends on I2C && VIDEO_V4L2 |
| 158 | ---help--- |
| 159 | Say Y here if you want to use the TEA5764 FM chip found in |
| 160 | EZX phones. This FM chip is present in EZX phones from Motorola, |
| 161 | connected to internal pxa I2C bus. |
| 162 | |
| 163 | To compile this driver as a module, choose M here: the |
| 164 | module will be called radio-tea5764. |
| 165 | |
| 166 | config RADIO_TEA5764_XTAL |
| 167 | bool "TEA5764 crystal reference" |
| 168 | depends on RADIO_TEA5764=y |
| 169 | default y |
| 170 | help |
| 171 | Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N |
| 172 | here if TEA5764 reference frequency is connected in FREQIN. |
| 173 | |
| 174 | config RADIO_SAA7706H |
| 175 | tristate "SAA7706H Car Radio DSP" |
| 176 | depends on I2C && VIDEO_V4L2 |
| 177 | ---help--- |
| 178 | Say Y here if you want to use the SAA7706H Car radio Digital |
| 179 | Signal Processor, found for instance on the Russellville development |
| 180 | board. On the russellville the device is connected to internal |
| 181 | timberdale I2C bus. |
| 182 | |
| 183 | To compile this driver as a module, choose M here: the |
| 184 | module will be called SAA7706H. |
| 185 | |
| 186 | config RADIO_TEF6862 |
| 187 | tristate "TEF6862 Car Radio Enhanced Selectivity Tuner" |
| 188 | depends on I2C && VIDEO_V4L2 |
| 189 | ---help--- |
| 190 | Say Y here if you want to use the TEF6862 Car Radio Enhanced |
| 191 | Selectivity Tuner, found for instance on the Russellville development |
| 192 | board. On the russellville the device is connected to internal |
| 193 | timberdale I2C bus. |
| 194 | |
| 195 | To compile this driver as a module, choose M here: the |
| 196 | module will be called TEF6862. |
| 197 | |
| 198 | config RADIO_TIMBERDALE |
| 199 | tristate "Enable the Timberdale radio driver" |
| 200 | depends on MFD_TIMBERDALE && VIDEO_V4L2 |
| 201 | depends on I2C # for RADIO_SAA7706H |
| 202 | select RADIO_TEF6862 |
| 203 | select RADIO_SAA7706H |
| 204 | ---help--- |
| 205 | This is a kind of umbrella driver for the Radio Tuner and DSP |
| 206 | found behind the Timberdale FPGA on the Russellville board. |
| 207 | Enabling this driver will automatically select the DSP and tuner. |
| 208 | |
| 209 | config RADIO_WL1273 |
| 210 | tristate "Texas Instruments WL1273 I2C FM Radio" |
Heiko Carstens | fa364fc | 2013-02-07 15:54:50 +0100 | [diff] [blame] | 211 | depends on I2C && VIDEO_V4L2 && GENERIC_HARDIRQS |
Hans Verkuil | e21d986 | 2011-09-30 05:31:24 -0300 | [diff] [blame] | 212 | select MFD_CORE |
| 213 | select MFD_WL1273_CORE |
| 214 | select FW_LOADER |
| 215 | ---help--- |
| 216 | Choose Y here if you have this FM radio chip. |
| 217 | |
| 218 | In order to control your radio card, you will need to use programs |
| 219 | that are compatible with the Video For Linux 2 API. Information on |
| 220 | this API and pointers to "v4l2" programs may be found at |
| 221 | <file:Documentation/video4linux/API.html>. |
| 222 | |
| 223 | To compile this driver as a module, choose M here: the |
| 224 | module will be called radio-wl1273. |
| 225 | |
| 226 | # TI's ST based wl128x FM radio |
| 227 | source "drivers/media/radio/wl128x/Kconfig" |
| 228 | |
| 229 | # |
| 230 | # ISA drivers configuration |
| 231 | # |
| 232 | |
| 233 | menuconfig V4L_RADIO_ISA_DRIVERS |
| 234 | bool "ISA radio devices" |
| 235 | depends on ISA |
| 236 | default n |
| 237 | ---help--- |
| 238 | Say Y here to enable support for these ISA drivers. |
| 239 | |
| 240 | if V4L_RADIO_ISA_DRIVERS |
| 241 | |
Hans Verkuil | 137c579 | 2012-02-03 08:28:56 -0300 | [diff] [blame] | 242 | config RADIO_ISA |
| 243 | depends on ISA |
| 244 | tristate |
| 245 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | config RADIO_CADET |
| 247 | tristate "ADS Cadet AM/FM Tuner" |
Hans J. Koch | c0c7fa0 | 2006-08-08 09:10:12 -0300 | [diff] [blame] | 248 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 249 | ---help--- |
| 250 | Choose Y here if you have one of these AM/FM radio cards, and then |
| 251 | fill in the port address below. |
| 252 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | To compile this driver as a module, choose M here: the |
| 254 | module will be called radio-cadet. |
| 255 | |
| 256 | config RADIO_RTRACK |
| 257 | tristate "AIMSlab RadioTrack (aka RadioReveal) support" |
Mauro Carvalho Chehab | 46ff2c7 | 2006-08-08 09:10:01 -0300 | [diff] [blame] | 258 | depends on ISA && VIDEO_V4L2 |
Hans Verkuil | cc3c6df | 2012-01-16 04:55:10 -0300 | [diff] [blame] | 259 | select RADIO_ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 260 | ---help--- |
| 261 | Choose Y here if you have one of these FM radio cards, and then fill |
| 262 | in the port address below. |
| 263 | |
| 264 | Note that newer AIMSlab RadioTrack cards have a different chipset |
| 265 | and are not supported by this driver. For these cards, use the |
| 266 | RadioTrack II driver below. |
| 267 | |
| 268 | If you have a GemTeks combined (PnP) sound- and radio card you must |
| 269 | use this driver as a module and setup the card with isapnptools. |
| 270 | You must also pass the module a suitable io parameter, 0x248 has |
| 271 | been reported to be used by these cards. |
| 272 | |
Hans Verkuil | cc3c6df | 2012-01-16 04:55:10 -0300 | [diff] [blame] | 273 | More information is contained in the file |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 274 | <file:Documentation/video4linux/radiotrack.txt>. |
| 275 | |
| 276 | To compile this driver as a module, choose M here: the |
| 277 | module will be called radio-aimslab. |
| 278 | |
| 279 | config RADIO_RTRACK_PORT |
| 280 | hex "RadioTrack i/o port (0x20f or 0x30f)" |
| 281 | depends on RADIO_RTRACK=y |
Hans Verkuil | cc3c6df | 2012-01-16 04:55:10 -0300 | [diff] [blame] | 282 | default "30f" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | help |
| 284 | Enter either 0x30f or 0x20f here. The card default is 0x30f, if you |
| 285 | haven't changed the jumper setting on the card. |
| 286 | |
| 287 | config RADIO_RTRACK2 |
| 288 | tristate "AIMSlab RadioTrack II support" |
Mauro Carvalho Chehab | f8c559f | 2006-08-08 09:10:02 -0300 | [diff] [blame] | 289 | depends on ISA && VIDEO_V4L2 |
Hans Verkuil | 8bd7ef5 | 2012-01-16 05:24:08 -0300 | [diff] [blame] | 290 | select RADIO_ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 291 | ---help--- |
| 292 | Choose Y here if you have this FM radio card, and then fill in the |
| 293 | port address below. |
| 294 | |
Hans Verkuil | 8bd7ef5 | 2012-01-16 05:24:08 -0300 | [diff] [blame] | 295 | Note: this driver hasn't been tested since a long time due to lack |
| 296 | of hardware. If you have this hardware, then please contact the |
| 297 | linux-media mailinglist. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 298 | |
| 299 | To compile this driver as a module, choose M here: the |
| 300 | module will be called radio-rtrack2. |
| 301 | |
| 302 | config RADIO_RTRACK2_PORT |
| 303 | hex "RadioTrack II i/o port (0x20c or 0x30c)" |
| 304 | depends on RADIO_RTRACK2=y |
| 305 | default "30c" |
| 306 | help |
| 307 | Enter either 0x30c or 0x20c here. The card default is 0x30c, if you |
| 308 | haven't changed the jumper setting on the card. |
| 309 | |
| 310 | config RADIO_AZTECH |
| 311 | tristate "Aztech/Packard Bell Radio" |
Mauro Carvalho Chehab | a4366af | 2006-08-08 09:10:01 -0300 | [diff] [blame] | 312 | depends on ISA && VIDEO_V4L2 |
Hans Verkuil | 3088fba | 2012-01-16 04:58:15 -0300 | [diff] [blame] | 313 | select RADIO_ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 314 | ---help--- |
| 315 | Choose Y here if you have one of these FM radio cards, and then fill |
| 316 | in the port address below. |
| 317 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | To compile this driver as a module, choose M here: the |
| 319 | module will be called radio-aztech. |
| 320 | |
| 321 | config RADIO_AZTECH_PORT |
| 322 | hex "Aztech/Packard Bell I/O port (0x350 or 0x358)" |
| 323 | depends on RADIO_AZTECH=y |
| 324 | default "350" |
| 325 | help |
| 326 | Enter either 0x350 or 0x358 here. The card default is 0x350, if you |
| 327 | haven't changed the setting of jumper JP3 on the card. Removing the |
| 328 | jumper sets the card to 0x358. |
| 329 | |
| 330 | config RADIO_GEMTEK |
Pekka Seppanen | 3e7589c | 2007-09-30 21:49:01 -0300 | [diff] [blame] | 331 | tristate "GemTek Radio card (or compatible) support" |
Mauro Carvalho Chehab | d1c4ecd | 2006-08-08 09:10:01 -0300 | [diff] [blame] | 332 | depends on ISA && VIDEO_V4L2 |
Hans Verkuil | f8c0852 | 2012-01-16 05:00:26 -0300 | [diff] [blame] | 333 | select RADIO_ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | ---help--- |
| 335 | Choose Y here if you have this FM radio card, and then fill in the |
Pekka Seppanen | 3e7589c | 2007-09-30 21:49:01 -0300 | [diff] [blame] | 336 | I/O port address and settings below. The following cards either have |
| 337 | GemTek Radio tuner or are rebranded GemTek Radio cards: |
| 338 | |
| 339 | - Sound Vision 16 Gold with FM Radio |
| 340 | - Typhoon Radio card (some models) |
| 341 | - Hama Radio card |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 342 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 343 | To compile this driver as a module, choose M here: the |
| 344 | module will be called radio-gemtek. |
| 345 | |
| 346 | config RADIO_GEMTEK_PORT |
Hans Verkuil | f8c0852 | 2012-01-16 05:00:26 -0300 | [diff] [blame] | 347 | hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 348 | depends on RADIO_GEMTEK=y |
| 349 | default "34c" |
| 350 | help |
Hans Verkuil | f8c0852 | 2012-01-16 05:00:26 -0300 | [diff] [blame] | 351 | Enter either 0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c here. The |
| 352 | card default is 0x34c, if you haven't changed the jumper setting |
| 353 | on the card. |
| 354 | |
| 355 | On Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O |
Pekka Seppanen | 3e7589c | 2007-09-30 21:49:01 -0300 | [diff] [blame] | 356 | port is 0x20c, 0x248 or 0x28c. |
Hans Verkuil | f8c0852 | 2012-01-16 05:00:26 -0300 | [diff] [blame] | 357 | |
Pekka Seppanen | 3e7589c | 2007-09-30 21:49:01 -0300 | [diff] [blame] | 358 | If automatic I/O port probing is enabled this port will be used only |
| 359 | in case of automatic probing failure, ie. as a fallback. |
| 360 | |
| 361 | config RADIO_GEMTEK_PROBE |
| 362 | bool "Automatic I/O port probing" |
| 363 | depends on RADIO_GEMTEK=y |
| 364 | default y |
| 365 | help |
| 366 | Say Y here to enable automatic probing for GemTek Radio card. The |
| 367 | following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and |
| 368 | 0x28c. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 369 | |
Krzysztof Helt | 8366fc3 | 2009-11-27 11:24:13 +0100 | [diff] [blame] | 370 | config RADIO_MIROPCM20 |
| 371 | tristate "miroSOUND PCM20 radio" |
Ralf Baechle | 4756fc6 | 2011-06-24 10:30:09 -0300 | [diff] [blame] | 372 | depends on ISA && ISA_DMA_API && VIDEO_V4L2 && SND |
Randy Dunlap | dd7cdb8 | 2009-12-08 09:13:07 -0800 | [diff] [blame] | 373 | select SND_ISA |
Krzysztof Helt | 8366fc3 | 2009-11-27 11:24:13 +0100 | [diff] [blame] | 374 | select SND_MIRO |
| 375 | ---help--- |
| 376 | Choose Y here if you have this FM radio card. You also need to enable |
| 377 | the ALSA sound system. This choice automatically selects the ALSA |
| 378 | sound card driver "Miro miroSOUND PCM1pro/PCM12/PCM20radio" as this |
| 379 | is required for the radio-miropcm20. |
| 380 | |
Krzysztof Helt | 8366fc3 | 2009-11-27 11:24:13 +0100 | [diff] [blame] | 381 | To compile this driver as a module, choose M here: the |
| 382 | module will be called radio-miropcm20. |
| 383 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 384 | config RADIO_SF16FMI |
Ondrej Zary | abed623 | 2012-05-19 13:18:26 -0300 | [diff] [blame] | 385 | tristate "SF16-FMI/SF16-FMP/SF16-FMD Radio" |
Mauro Carvalho Chehab | a2ef73a | 2006-08-08 09:10:02 -0300 | [diff] [blame] | 386 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | ---help--- |
Ondrej Zary | 67cabf50 | 2009-12-10 17:12:32 -0300 | [diff] [blame] | 388 | Choose Y here if you have one of these FM radio cards. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 389 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 390 | To compile this driver as a module, choose M here: the |
| 391 | module will be called radio-sf16fmi. |
| 392 | |
| 393 | config RADIO_SF16FMR2 |
Ondrej Zary | 3491a88 | 2012-05-17 04:55:01 -0300 | [diff] [blame] | 394 | tristate "SF16-FMR2/SF16-FMD2 Radio" |
Randy Dunlap | 42a741d | 2011-06-30 14:31:04 -0300 | [diff] [blame] | 395 | depends on ISA && VIDEO_V4L2 && SND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 396 | ---help--- |
| 397 | Choose Y here if you have one of these FM radio cards. |
| 398 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 399 | To compile this driver as a module, choose M here: the |
| 400 | module will be called radio-sf16fmr2. |
| 401 | |
| 402 | config RADIO_TERRATEC |
| 403 | tristate "TerraTec ActiveRadio ISA Standalone" |
Mauro Carvalho Chehab | 55ac7b6 | 2006-08-08 09:10:03 -0300 | [diff] [blame] | 404 | depends on ISA && VIDEO_V4L2 |
Hans Verkuil | 32c5183 | 2012-01-16 05:15:09 -0300 | [diff] [blame] | 405 | select RADIO_ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 406 | ---help--- |
Hans Verkuil | 32c5183 | 2012-01-16 05:15:09 -0300 | [diff] [blame] | 407 | Choose Y here if you have this FM radio card. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 408 | |
Hans Verkuil | 32c5183 | 2012-01-16 05:15:09 -0300 | [diff] [blame] | 409 | Note: this driver hasn't been tested since a long time due to lack |
| 410 | of hardware. If you have this hardware, then please contact the |
| 411 | linux-media mailinglist. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 412 | |
| 413 | To compile this driver as a module, choose M here: the |
| 414 | module will be called radio-terratec. |
| 415 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 416 | config RADIO_TRUST |
| 417 | tristate "Trust FM radio card" |
Mauro Carvalho Chehab | 982eddb | 2006-08-08 09:10:05 -0300 | [diff] [blame] | 418 | depends on ISA && VIDEO_V4L2 |
Hans Verkuil | 1d211f2 | 2012-01-16 05:16:29 -0300 | [diff] [blame] | 419 | select RADIO_ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 420 | help |
| 421 | This is a driver for the Trust FM radio cards. Say Y if you have |
| 422 | such a card and want to use it under Linux. |
| 423 | |
Hans Verkuil | 1d211f2 | 2012-01-16 05:16:29 -0300 | [diff] [blame] | 424 | Note: this driver hasn't been tested since a long time due to lack |
| 425 | of hardware. If you have this hardware, then please contact the |
| 426 | linux-media mailinglist. |
| 427 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 428 | To compile this driver as a module, choose M here: the |
| 429 | module will be called radio-trust. |
| 430 | |
| 431 | config RADIO_TRUST_PORT |
| 432 | hex "Trust i/o port (usually 0x350 or 0x358)" |
| 433 | depends on RADIO_TRUST=y |
| 434 | default "350" |
| 435 | help |
| 436 | Enter the I/O port of your Trust FM radio card. If unsure, try the |
| 437 | values "0x350" or "0x358". |
| 438 | |
| 439 | config RADIO_TYPHOON |
| 440 | tristate "Typhoon Radio (a.k.a. EcoRadio)" |
Mauro Carvalho Chehab | 30c4830 | 2006-08-08 09:10:04 -0300 | [diff] [blame] | 441 | depends on ISA && VIDEO_V4L2 |
Hans Verkuil | da1ff35 | 2012-01-16 05:17:32 -0300 | [diff] [blame] | 442 | select RADIO_ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 443 | ---help--- |
| 444 | Choose Y here if you have one of these FM radio cards, and then fill |
| 445 | in the port address and the frequency used for muting below. |
| 446 | |
Hans Verkuil | da1ff35 | 2012-01-16 05:17:32 -0300 | [diff] [blame] | 447 | Note: this driver hasn't been tested since a long time due to lack |
| 448 | of hardware. If you have this hardware, then please contact the |
| 449 | linux-media mailinglist. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 450 | |
| 451 | To compile this driver as a module, choose M here: the |
| 452 | module will be called radio-typhoon. |
| 453 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 454 | config RADIO_TYPHOON_PORT |
| 455 | hex "Typhoon I/O port (0x316 or 0x336)" |
| 456 | depends on RADIO_TYPHOON=y |
| 457 | default "316" |
| 458 | help |
| 459 | Enter the I/O port of your Typhoon or EcoRadio radio card. |
| 460 | |
| 461 | config RADIO_TYPHOON_MUTEFREQ |
| 462 | int "Typhoon frequency set when muting the device (kHz)" |
| 463 | depends on RADIO_TYPHOON=y |
| 464 | default "87500" |
| 465 | help |
| 466 | Enter the frequency used for muting the radio. The device is never |
| 467 | completely silent. If the volume is just turned down, you can still |
| 468 | hear silent voices and music. For that reason, the frequency of the |
| 469 | radio device is set to the frequency you can enter here whenever |
| 470 | the device is muted. There should be no local radio station at that |
| 471 | frequency. |
| 472 | |
| 473 | config RADIO_ZOLTRIX |
| 474 | tristate "Zoltrix Radio" |
Mauro Carvalho Chehab | 2ab6529 | 2006-08-08 09:10:04 -0300 | [diff] [blame] | 475 | depends on ISA && VIDEO_V4L2 |
Hans Verkuil | 6b39246cf | 2012-01-16 05:18:40 -0300 | [diff] [blame] | 476 | select RADIO_ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 477 | ---help--- |
| 478 | Choose Y here if you have one of these FM radio cards, and then fill |
| 479 | in the port address below. |
| 480 | |
Hans Verkuil | 6b39246cf | 2012-01-16 05:18:40 -0300 | [diff] [blame] | 481 | Note: this driver hasn't been tested since a long time due to lack |
| 482 | of hardware. If you have this hardware, then please contact the |
| 483 | linux-media mailinglist. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 484 | |
| 485 | To compile this driver as a module, choose M here: the |
| 486 | module will be called radio-zoltrix. |
| 487 | |
| 488 | config RADIO_ZOLTRIX_PORT |
| 489 | hex "ZOLTRIX I/O port (0x20c or 0x30c)" |
| 490 | depends on RADIO_ZOLTRIX=y |
| 491 | default "20c" |
| 492 | help |
| 493 | Enter the I/O port of your Zoltrix radio card. |
| 494 | |
Hans Verkuil | e21d986 | 2011-09-30 05:31:24 -0300 | [diff] [blame] | 495 | endif # V4L_RADIO_ISA_DRIVERS |
Manjunatha Halli | 57f05bf | 2011-01-24 02:26:59 -0300 | [diff] [blame] | 496 | |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 497 | endif # RADIO_ADAPTERS |