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 |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 8 | default y |
Mauro Carvalho Chehab | ff01652 | 2007-05-02 15:14:06 -0300 | [diff] [blame] | 9 | ---help--- |
| 10 | Say Y here to enable selecting AM/FM radio adapters. |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 11 | |
Mauro Carvalho Chehab | 057596e | 2008-02-02 11:25:31 -0300 | [diff] [blame] | 12 | if RADIO_ADAPTERS && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | |
| 14 | config RADIO_CADET |
| 15 | tristate "ADS Cadet AM/FM Tuner" |
Hans J. Koch | c0c7fa0 | 2006-08-08 09:10:12 -0300 | [diff] [blame] | 16 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | ---help--- |
| 18 | Choose Y here if you have one of these AM/FM radio cards, and then |
| 19 | fill in the port address below. |
| 20 | |
| 21 | In order to control your radio card, you will need to use programs |
| 22 | that are compatible with the Video For Linux API. Information on |
| 23 | this API and pointers to "v4l" programs may be found at |
| 24 | <file:Documentation/video4linux/API.html>. |
| 25 | |
| 26 | Further documentation on this driver can be found on the WWW at |
| 27 | <http://linux.blackhawke.net/cadet/>. |
| 28 | |
| 29 | To compile this driver as a module, choose M here: the |
| 30 | module will be called radio-cadet. |
| 31 | |
| 32 | config RADIO_RTRACK |
| 33 | tristate "AIMSlab RadioTrack (aka RadioReveal) support" |
Mauro Carvalho Chehab | 46ff2c7 | 2006-08-08 09:10:01 -0300 | [diff] [blame] | 34 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | ---help--- |
| 36 | Choose Y here if you have one of these FM radio cards, and then fill |
| 37 | in the port address below. |
| 38 | |
| 39 | Note that newer AIMSlab RadioTrack cards have a different chipset |
| 40 | and are not supported by this driver. For these cards, use the |
| 41 | RadioTrack II driver below. |
| 42 | |
| 43 | If you have a GemTeks combined (PnP) sound- and radio card you must |
| 44 | use this driver as a module and setup the card with isapnptools. |
| 45 | You must also pass the module a suitable io parameter, 0x248 has |
| 46 | been reported to be used by these cards. |
| 47 | |
| 48 | In order to control your radio card, you will need to use programs |
| 49 | that are compatible with the Video For Linux API. Information on |
| 50 | this API and pointers to "v4l" programs may be found at |
| 51 | <file:Documentation/video4linux/API.html>. More information is |
| 52 | contained in the file |
| 53 | <file:Documentation/video4linux/radiotrack.txt>. |
| 54 | |
| 55 | To compile this driver as a module, choose M here: the |
| 56 | module will be called radio-aimslab. |
| 57 | |
| 58 | config RADIO_RTRACK_PORT |
| 59 | hex "RadioTrack i/o port (0x20f or 0x30f)" |
| 60 | depends on RADIO_RTRACK=y |
| 61 | default "20f" |
| 62 | help |
| 63 | Enter either 0x30f or 0x20f here. The card default is 0x30f, if you |
| 64 | haven't changed the jumper setting on the card. |
| 65 | |
| 66 | config RADIO_RTRACK2 |
| 67 | tristate "AIMSlab RadioTrack II support" |
Mauro Carvalho Chehab | f8c559f | 2006-08-08 09:10:02 -0300 | [diff] [blame] | 68 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | ---help--- |
| 70 | Choose Y here if you have this FM radio card, and then fill in the |
| 71 | port address below. |
| 72 | |
| 73 | In order to control your radio card, you will need to use programs |
| 74 | that are compatible with the Video For Linux API. Information on |
| 75 | this API and pointers to "v4l" programs may be found at |
| 76 | <file:Documentation/video4linux/API.html>. |
| 77 | |
| 78 | To compile this driver as a module, choose M here: the |
| 79 | module will be called radio-rtrack2. |
| 80 | |
| 81 | config RADIO_RTRACK2_PORT |
| 82 | hex "RadioTrack II i/o port (0x20c or 0x30c)" |
| 83 | depends on RADIO_RTRACK2=y |
| 84 | default "30c" |
| 85 | help |
| 86 | Enter either 0x30c or 0x20c here. The card default is 0x30c, if you |
| 87 | haven't changed the jumper setting on the card. |
| 88 | |
| 89 | config RADIO_AZTECH |
| 90 | tristate "Aztech/Packard Bell Radio" |
Mauro Carvalho Chehab | a4366af | 2006-08-08 09:10:01 -0300 | [diff] [blame] | 91 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | ---help--- |
| 93 | Choose Y here if you have one of these FM radio cards, and then fill |
| 94 | in the port address below. |
| 95 | |
| 96 | In order to control your radio card, you will need to use programs |
| 97 | that are compatible with the Video For Linux API. Information on |
| 98 | this API and pointers to "v4l" programs may be found at |
| 99 | <file:Documentation/video4linux/API.html>. |
| 100 | |
| 101 | To compile this driver as a module, choose M here: the |
| 102 | module will be called radio-aztech. |
| 103 | |
| 104 | config RADIO_AZTECH_PORT |
| 105 | hex "Aztech/Packard Bell I/O port (0x350 or 0x358)" |
| 106 | depends on RADIO_AZTECH=y |
| 107 | default "350" |
| 108 | help |
| 109 | Enter either 0x350 or 0x358 here. The card default is 0x350, if you |
| 110 | haven't changed the setting of jumper JP3 on the card. Removing the |
| 111 | jumper sets the card to 0x358. |
| 112 | |
| 113 | config RADIO_GEMTEK |
Pekka Seppanen | 3e7589c | 2007-09-30 21:49:01 -0300 | [diff] [blame] | 114 | tristate "GemTek Radio card (or compatible) support" |
Mauro Carvalho Chehab | d1c4ecd | 2006-08-08 09:10:01 -0300 | [diff] [blame] | 115 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | ---help--- |
| 117 | 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] | 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 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | |
| 125 | In order to control your radio card, you will need to use programs |
| 126 | that are compatible with the Video For Linux API. Information on |
| 127 | this API and pointers to "v4l" programs may be found at |
| 128 | <file:Documentation/video4linux/API.html>. |
| 129 | |
| 130 | To compile this driver as a module, choose M here: the |
| 131 | module will be called radio-gemtek. |
| 132 | |
| 133 | config RADIO_GEMTEK_PORT |
Pekka Seppanen | 3e7589c | 2007-09-30 21:49:01 -0300 | [diff] [blame] | 134 | hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0c24c or 0x28c)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | depends on RADIO_GEMTEK=y |
| 136 | default "34c" |
| 137 | help |
| 138 | Enter either 0x20c, 0x30c, 0x24c or 0x34c here. The card default is |
| 139 | 0x34c, if you haven't changed the jumper setting on the card. On |
| 140 | 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] | 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. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | config RADIO_MAXIRADIO |
| 155 | tristate "Guillemot MAXI Radio FM 2000 radio" |
Mauro Carvalho Chehab | e84fef6 | 2006-08-08 09:10:05 -0300 | [diff] [blame] | 156 | depends on VIDEO_V4L2 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | ---help--- |
| 158 | Choose Y here if you have this radio card. This card may also be |
| 159 | found as Gemtek PCI FM. |
| 160 | |
| 161 | In order to control your radio card, you will need to use programs |
| 162 | that are compatible with the Video For Linux API. Information on |
| 163 | this API and pointers to "v4l" programs may be found at |
| 164 | <file:Documentation/video4linux/API.html>. |
| 165 | |
| 166 | To compile this driver as a module, choose M here: the |
| 167 | module will be called radio-maxiradio. |
| 168 | |
Krzysztof Helt | 8366fc3 | 2009-11-27 11:24:13 +0100 | [diff] [blame] | 169 | config RADIO_MIROPCM20 |
| 170 | tristate "miroSOUND PCM20 radio" |
Ralf Baechle | 4756fc6 | 2011-06-24 10:30:09 -0300 | [diff] [blame] | 171 | depends on ISA && ISA_DMA_API && VIDEO_V4L2 && SND |
Randy Dunlap | dd7cdb8 | 2009-12-08 09:13:07 -0800 | [diff] [blame] | 172 | select SND_ISA |
Krzysztof Helt | 8366fc3 | 2009-11-27 11:24:13 +0100 | [diff] [blame] | 173 | select SND_MIRO |
| 174 | ---help--- |
| 175 | Choose Y here if you have this FM radio card. You also need to enable |
| 176 | the ALSA sound system. This choice automatically selects the ALSA |
| 177 | sound card driver "Miro miroSOUND PCM1pro/PCM12/PCM20radio" as this |
| 178 | is required for the radio-miropcm20. |
| 179 | |
| 180 | In order to control your radio card, you will need to use programs |
| 181 | that are compatible with the Video For Linux API. Information on |
| 182 | this API and pointers to "v4l" programs may be found at |
| 183 | <file:Documentation/video4linux/API.html>. |
| 184 | |
| 185 | To compile this driver as a module, choose M here: the |
| 186 | module will be called radio-miropcm20. |
| 187 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 | config RADIO_SF16FMI |
Ondrej Zary | 4b83037 | 2009-12-10 17:06:44 -0300 | [diff] [blame] | 189 | tristate "SF16-FMI/SF16-FMP Radio" |
Mauro Carvalho Chehab | a2ef73a | 2006-08-08 09:10:02 -0300 | [diff] [blame] | 190 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | ---help--- |
Ondrej Zary | 67cabf5 | 2009-12-10 17:12:32 -0300 | [diff] [blame] | 192 | Choose Y here if you have one of these FM radio cards. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 193 | |
| 194 | In order to control your radio card, you will need to use programs |
| 195 | that are compatible with the Video For Linux API. Information on |
| 196 | this API and pointers to "v4l" programs may be found at |
| 197 | <file:Documentation/video4linux/API.html>. |
| 198 | |
| 199 | To compile this driver as a module, choose M here: the |
| 200 | module will be called radio-sf16fmi. |
| 201 | |
| 202 | config RADIO_SF16FMR2 |
| 203 | tristate "SF16FMR2 Radio" |
Randy Dunlap | 42a741d | 2011-06-30 14:31:04 -0300 | [diff] [blame] | 204 | depends on ISA && VIDEO_V4L2 && SND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 205 | ---help--- |
| 206 | Choose Y here if you have one of these FM radio cards. |
| 207 | |
| 208 | In order to control your radio card, you will need to use programs |
| 209 | that are compatible with the Video For Linux API. Information on |
| 210 | this API and pointers to "v4l" programs may be found on the WWW at |
| 211 | <http://roadrunner.swansea.uk.linux.org/v4l.shtml>. |
| 212 | |
| 213 | To compile this driver as a module, choose M here: the |
| 214 | module will be called radio-sf16fmr2. |
| 215 | |
| 216 | config RADIO_TERRATEC |
| 217 | tristate "TerraTec ActiveRadio ISA Standalone" |
Mauro Carvalho Chehab | 55ac7b6 | 2006-08-08 09:10:03 -0300 | [diff] [blame] | 218 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | ---help--- |
| 220 | Choose Y here if you have this FM radio card, and then fill in the |
| 221 | port address below. (TODO) |
| 222 | |
| 223 | Note: This driver is in its early stages. Right now volume and |
| 224 | frequency control and muting works at least for me, but |
| 225 | unfortunately I have not found anybody who wants to use this card |
| 226 | with Linux. So if it is this what YOU are trying to do right now, |
| 227 | PLEASE DROP ME A NOTE!! Rolf Offermanns <rolf@offermanns.de>. |
| 228 | |
| 229 | In order to control your radio card, you will need to use programs |
| 230 | that are compatible with the Video For Linux API. Information on |
| 231 | this API and pointers to "v4l" programs may be found at |
| 232 | <file:Documentation/video4linux/API.html>. |
| 233 | |
| 234 | To compile this driver as a module, choose M here: the |
| 235 | module will be called radio-terratec. |
| 236 | |
| 237 | config RADIO_TERRATEC_PORT |
| 238 | hex "Terratec i/o port (normally 0x590)" |
| 239 | depends on RADIO_TERRATEC=y |
| 240 | default "590" |
| 241 | help |
| 242 | Fill in the I/O port of your TerraTec FM radio card. If unsure, go |
| 243 | with the default. |
| 244 | |
| 245 | config RADIO_TRUST |
| 246 | tristate "Trust FM radio card" |
Mauro Carvalho Chehab | 982eddb | 2006-08-08 09:10:05 -0300 | [diff] [blame] | 247 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | help |
| 249 | This is a driver for the Trust FM radio cards. Say Y if you have |
| 250 | such a card and want to use it under Linux. |
| 251 | |
| 252 | To compile this driver as a module, choose M here: the |
| 253 | module will be called radio-trust. |
| 254 | |
| 255 | config RADIO_TRUST_PORT |
| 256 | hex "Trust i/o port (usually 0x350 or 0x358)" |
| 257 | depends on RADIO_TRUST=y |
| 258 | default "350" |
| 259 | help |
| 260 | Enter the I/O port of your Trust FM radio card. If unsure, try the |
| 261 | values "0x350" or "0x358". |
| 262 | |
| 263 | config RADIO_TYPHOON |
| 264 | tristate "Typhoon Radio (a.k.a. EcoRadio)" |
Mauro Carvalho Chehab | 30c4830 | 2006-08-08 09:10:04 -0300 | [diff] [blame] | 265 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | ---help--- |
| 267 | Choose Y here if you have one of these FM radio cards, and then fill |
| 268 | in the port address and the frequency used for muting below. |
| 269 | |
| 270 | In order to control your radio card, you will need to use programs |
| 271 | that are compatible with the Video For Linux API. Information on |
| 272 | this API and pointers to "v4l" programs may be found at |
| 273 | <file:Documentation/video4linux/API.html>. |
| 274 | |
| 275 | To compile this driver as a module, choose M here: the |
| 276 | module will be called radio-typhoon. |
| 277 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | config RADIO_TYPHOON_PORT |
| 279 | hex "Typhoon I/O port (0x316 or 0x336)" |
| 280 | depends on RADIO_TYPHOON=y |
| 281 | default "316" |
| 282 | help |
| 283 | Enter the I/O port of your Typhoon or EcoRadio radio card. |
| 284 | |
| 285 | config RADIO_TYPHOON_MUTEFREQ |
| 286 | int "Typhoon frequency set when muting the device (kHz)" |
| 287 | depends on RADIO_TYPHOON=y |
| 288 | default "87500" |
| 289 | help |
| 290 | Enter the frequency used for muting the radio. The device is never |
| 291 | completely silent. If the volume is just turned down, you can still |
| 292 | hear silent voices and music. For that reason, the frequency of the |
| 293 | radio device is set to the frequency you can enter here whenever |
| 294 | the device is muted. There should be no local radio station at that |
| 295 | frequency. |
| 296 | |
| 297 | config RADIO_ZOLTRIX |
| 298 | tristate "Zoltrix Radio" |
Mauro Carvalho Chehab | 2ab6529 | 2006-08-08 09:10:04 -0300 | [diff] [blame] | 299 | depends on ISA && VIDEO_V4L2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 300 | ---help--- |
| 301 | Choose Y here if you have one of these FM radio cards, and then fill |
| 302 | in the port address below. |
| 303 | |
| 304 | In order to control your radio card, you will need to use programs |
| 305 | that are compatible with the Video For Linux API. Information on |
| 306 | this API and pointers to "v4l" programs may be found at |
| 307 | <file:Documentation/video4linux/API.html>. |
| 308 | |
| 309 | To compile this driver as a module, choose M here: the |
| 310 | module will be called radio-zoltrix. |
| 311 | |
| 312 | config RADIO_ZOLTRIX_PORT |
| 313 | hex "ZOLTRIX I/O port (0x20c or 0x30c)" |
| 314 | depends on RADIO_ZOLTRIX=y |
| 315 | default "20c" |
| 316 | help |
| 317 | Enter the I/O port of your Zoltrix radio card. |
| 318 | |
Hans Verkuil | 9c9dbed | 2009-08-08 09:00:37 -0300 | [diff] [blame] | 319 | config I2C_SI4713 |
| 320 | tristate "I2C driver for Silicon Labs Si4713 device" |
| 321 | depends on I2C && VIDEO_V4L2 |
| 322 | ---help--- |
| 323 | Say Y here if you want support to Si4713 I2C device. |
| 324 | This device driver supports only i2c bus. |
| 325 | |
| 326 | To compile this driver as a module, choose M here: the |
| 327 | module will be called si4713. |
| 328 | |
| 329 | config RADIO_SI4713 |
| 330 | tristate "Silicon Labs Si4713 FM Radio Transmitter support" |
| 331 | depends on I2C && VIDEO_V4L2 |
| 332 | select I2C_SI4713 |
| 333 | ---help--- |
| 334 | Say Y here if you want support to Si4713 FM Radio Transmitter. |
| 335 | This device can transmit audio through FM. It can transmit |
Matti J. Aaltonen | 7a254f4 | 2009-09-17 23:46:18 -0300 | [diff] [blame] | 336 | RDS and RBDS signals as well. This module is the v4l2 radio |
Hans Verkuil | 9c9dbed | 2009-08-08 09:00:37 -0300 | [diff] [blame] | 337 | interface for the i2c driver of this device. |
| 338 | |
| 339 | To compile this driver as a module, choose M here: the |
| 340 | module will be called radio-si4713. |
| 341 | |
Mauro Carvalho Chehab | 7fb6529 | 2006-08-08 15:47:31 -0300 | [diff] [blame] | 342 | config USB_DSBR |
Douglas Schilling Landgraf | b31c33bd | 2007-07-02 23:16:17 -0300 | [diff] [blame] | 343 | tristate "D-Link/GemTek USB FM radio support" |
| 344 | depends on USB && VIDEO_V4L2 |
Mauro Carvalho Chehab | 7fb6529 | 2006-08-08 15:47:31 -0300 | [diff] [blame] | 345 | ---help--- |
| 346 | Say Y here if you want to connect this type of radio to your |
| 347 | computer's USB port. Note that the audio is not digital, and |
| 348 | you must connect the line out connector to a sound card or a |
| 349 | set of speakers. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | |
Mauro Carvalho Chehab | 7fb6529 | 2006-08-08 15:47:31 -0300 | [diff] [blame] | 351 | To compile this driver as a module, choose M here: the |
| 352 | module will be called dsbr100. |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 353 | |
Joonyoung Shim | b09cd16 | 2009-08-09 14:22:20 -0300 | [diff] [blame] | 354 | config RADIO_SI470X |
| 355 | bool "Silicon Labs Si470x FM Radio Receiver support" |
| 356 | depends on VIDEO_V4L2 |
Tobias Lorenz | 6aadf82 | 2008-10-28 08:48:27 -0300 | [diff] [blame] | 357 | |
Joonyoung Shim | b09cd16 | 2009-08-09 14:22:20 -0300 | [diff] [blame] | 358 | source "drivers/media/radio/si470x/Kconfig" |
Tobias Lorenz | 78656ac | 2008-01-14 21:55:27 -0300 | [diff] [blame] | 359 | |
Alexey Klimov | 2aa72f3 | 2008-10-01 09:40:59 -0300 | [diff] [blame] | 360 | config USB_MR800 |
| 361 | tristate "AverMedia MR 800 USB FM radio support" |
| 362 | depends on USB && VIDEO_V4L2 |
| 363 | ---help--- |
| 364 | Say Y here if you want to connect this type of radio to your |
| 365 | computer's USB port. Note that the audio is not digital, and |
| 366 | you must connect the line out connector to a sound card or a |
| 367 | set of speakers. |
| 368 | |
| 369 | To compile this driver as a module, choose M here: the |
| 370 | module will be called radio-mr800. |
| 371 | |
Fabio Belavenuto | 46a60cf | 2008-12-30 19:27:09 -0300 | [diff] [blame] | 372 | config RADIO_TEA5764 |
| 373 | tristate "TEA5764 I2C FM radio support" |
| 374 | depends on I2C && VIDEO_V4L2 |
| 375 | ---help--- |
| 376 | Say Y here if you want to use the TEA5764 FM chip found in |
| 377 | EZX phones. This FM chip is present in EZX phones from Motorola, |
| 378 | connected to internal pxa I2C bus. |
| 379 | |
| 380 | To compile this driver as a module, choose M here: the |
| 381 | module will be called radio-tea5764. |
| 382 | |
| 383 | config RADIO_TEA5764_XTAL |
| 384 | bool "TEA5764 crystal reference" |
| 385 | depends on RADIO_TEA5764=y |
| 386 | default y |
| 387 | help |
| 388 | Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N |
| 389 | here if TEA5764 reference frequency is connected in FREQIN. |
| 390 | |
Richard Röjfors | ee4b9db | 2010-02-02 19:40:49 -0300 | [diff] [blame] | 391 | config RADIO_SAA7706H |
| 392 | tristate "SAA7706H Car Radio DSP" |
| 393 | depends on I2C && VIDEO_V4L2 |
| 394 | ---help--- |
| 395 | Say Y here if you want to use the SAA7706H Car radio Digital |
| 396 | Signal Processor, found for instance on the Russellville development |
| 397 | board. On the russellville the device is connected to internal |
| 398 | timberdale I2C bus. |
| 399 | |
| 400 | To compile this driver as a module, choose M here: the |
| 401 | module will be called SAA7706H. |
| 402 | |
Richard Röjfors | eea85b0 | 2009-09-22 10:14:39 -0300 | [diff] [blame] | 403 | config RADIO_TEF6862 |
| 404 | tristate "TEF6862 Car Radio Enhanced Selectivity Tuner" |
| 405 | depends on I2C && VIDEO_V4L2 |
| 406 | ---help--- |
| 407 | Say Y here if you want to use the TEF6862 Car Radio Enhanced |
| 408 | Selectivity Tuner, found for instance on the Russellville development |
| 409 | board. On the russellville the device is connected to internal |
| 410 | timberdale I2C bus. |
| 411 | |
| 412 | To compile this driver as a module, choose M here: the |
| 413 | module will be called TEF6862. |
| 414 | |
Richard Röjfors | d44d1f3 | 2010-02-03 12:59:39 -0300 | [diff] [blame] | 415 | config RADIO_TIMBERDALE |
| 416 | tristate "Enable the Timberdale radio driver" |
| 417 | depends on MFD_TIMBERDALE && VIDEO_V4L2 |
Randy Dunlap | 5360044 | 2010-02-12 18:02:35 -0300 | [diff] [blame] | 418 | depends on I2C # for RADIO_SAA7706H |
Richard Röjfors | d44d1f3 | 2010-02-03 12:59:39 -0300 | [diff] [blame] | 419 | select RADIO_TEF6862 |
| 420 | select RADIO_SAA7706H |
| 421 | ---help--- |
| 422 | This is a kind of umbrella driver for the Radio Tuner and DSP |
| 423 | found behind the Timberdale FPGA on the Russellville board. |
| 424 | Enabling this driver will automatically select the DSP and tuner. |
| 425 | |
Matti Aaltonen | 87d1a50 | 2010-12-10 11:41:34 -0300 | [diff] [blame] | 426 | config RADIO_WL1273 |
| 427 | tristate "Texas Instruments WL1273 I2C FM Radio" |
| 428 | depends on I2C && VIDEO_V4L2 |
| 429 | select MFD_WL1273_CORE |
| 430 | select FW_LOADER |
| 431 | ---help--- |
| 432 | Choose Y here if you have this FM radio chip. |
| 433 | |
| 434 | In order to control your radio card, you will need to use programs |
| 435 | that are compatible with the Video For Linux 2 API. Information on |
| 436 | this API and pointers to "v4l2" programs may be found at |
| 437 | <file:Documentation/video4linux/API.html>. |
| 438 | |
| 439 | To compile this driver as a module, choose M here: the |
| 440 | module will be called radio-wl1273. |
| 441 | |
Manjunatha Halli | 57f05bf | 2011-01-24 02:26:59 -0300 | [diff] [blame] | 442 | # TI's ST based wl128x FM radio |
| 443 | source "drivers/media/radio/wl128x/Kconfig" |
| 444 | |
Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 445 | endif # RADIO_ADAPTERS |