11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Multimedia Video device configuration 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 5c5da5afbSJan Engelhardtmenuconfig RADIO_ADAPTERS 6c5da5afbSJan Engelhardt bool "Radio Adapters" 7057596eeSMauro Carvalho Chehab depends on VIDEO_V4L2 8c5da5afbSJan Engelhardt default y 9ff01652cSMauro Carvalho Chehab ---help--- 10ff01652cSMauro Carvalho Chehab Say Y here to enable selecting AM/FM radio adapters. 11c5da5afbSJan Engelhardt 12057596eeSMauro Carvalho Chehabif RADIO_ADAPTERS && VIDEO_V4L2 131da177e4SLinus Torvalds 141da177e4SLinus Torvaldsconfig RADIO_CADET 151da177e4SLinus Torvalds tristate "ADS Cadet AM/FM Tuner" 16c0c7fa09SHans J. Koch depends on ISA && VIDEO_V4L2 171da177e4SLinus Torvalds ---help--- 181da177e4SLinus Torvalds Choose Y here if you have one of these AM/FM radio cards, and then 191da177e4SLinus Torvalds fill in the port address below. 201da177e4SLinus Torvalds 211da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 221da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 231da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found at 241da177e4SLinus Torvalds <file:Documentation/video4linux/API.html>. 251da177e4SLinus Torvalds 261da177e4SLinus Torvalds Further documentation on this driver can be found on the WWW at 271da177e4SLinus Torvalds <http://linux.blackhawke.net/cadet/>. 281da177e4SLinus Torvalds 291da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 301da177e4SLinus Torvalds module will be called radio-cadet. 311da177e4SLinus Torvalds 321da177e4SLinus Torvaldsconfig RADIO_RTRACK 331da177e4SLinus Torvalds tristate "AIMSlab RadioTrack (aka RadioReveal) support" 3446ff2c72SMauro Carvalho Chehab depends on ISA && VIDEO_V4L2 351da177e4SLinus Torvalds ---help--- 361da177e4SLinus Torvalds Choose Y here if you have one of these FM radio cards, and then fill 371da177e4SLinus Torvalds in the port address below. 381da177e4SLinus Torvalds 391da177e4SLinus Torvalds Note that newer AIMSlab RadioTrack cards have a different chipset 401da177e4SLinus Torvalds and are not supported by this driver. For these cards, use the 411da177e4SLinus Torvalds RadioTrack II driver below. 421da177e4SLinus Torvalds 431da177e4SLinus Torvalds If you have a GemTeks combined (PnP) sound- and radio card you must 441da177e4SLinus Torvalds use this driver as a module and setup the card with isapnptools. 451da177e4SLinus Torvalds You must also pass the module a suitable io parameter, 0x248 has 461da177e4SLinus Torvalds been reported to be used by these cards. 471da177e4SLinus Torvalds 481da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 491da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 501da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found at 511da177e4SLinus Torvalds <file:Documentation/video4linux/API.html>. More information is 521da177e4SLinus Torvalds contained in the file 531da177e4SLinus Torvalds <file:Documentation/video4linux/radiotrack.txt>. 541da177e4SLinus Torvalds 551da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 561da177e4SLinus Torvalds module will be called radio-aimslab. 571da177e4SLinus Torvalds 581da177e4SLinus Torvaldsconfig RADIO_RTRACK_PORT 591da177e4SLinus Torvalds hex "RadioTrack i/o port (0x20f or 0x30f)" 601da177e4SLinus Torvalds depends on RADIO_RTRACK=y 611da177e4SLinus Torvalds default "20f" 621da177e4SLinus Torvalds help 631da177e4SLinus Torvalds Enter either 0x30f or 0x20f here. The card default is 0x30f, if you 641da177e4SLinus Torvalds haven't changed the jumper setting on the card. 651da177e4SLinus Torvalds 661da177e4SLinus Torvaldsconfig RADIO_RTRACK2 671da177e4SLinus Torvalds tristate "AIMSlab RadioTrack II support" 68f8c559f8SMauro Carvalho Chehab depends on ISA && VIDEO_V4L2 691da177e4SLinus Torvalds ---help--- 701da177e4SLinus Torvalds Choose Y here if you have this FM radio card, and then fill in the 711da177e4SLinus Torvalds port address below. 721da177e4SLinus Torvalds 731da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 741da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 751da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found at 761da177e4SLinus Torvalds <file:Documentation/video4linux/API.html>. 771da177e4SLinus Torvalds 781da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 791da177e4SLinus Torvalds module will be called radio-rtrack2. 801da177e4SLinus Torvalds 811da177e4SLinus Torvaldsconfig RADIO_RTRACK2_PORT 821da177e4SLinus Torvalds hex "RadioTrack II i/o port (0x20c or 0x30c)" 831da177e4SLinus Torvalds depends on RADIO_RTRACK2=y 841da177e4SLinus Torvalds default "30c" 851da177e4SLinus Torvalds help 861da177e4SLinus Torvalds Enter either 0x30c or 0x20c here. The card default is 0x30c, if you 871da177e4SLinus Torvalds haven't changed the jumper setting on the card. 881da177e4SLinus Torvalds 891da177e4SLinus Torvaldsconfig RADIO_AZTECH 901da177e4SLinus Torvalds tristate "Aztech/Packard Bell Radio" 91a4366af4SMauro Carvalho Chehab depends on ISA && VIDEO_V4L2 921da177e4SLinus Torvalds ---help--- 931da177e4SLinus Torvalds Choose Y here if you have one of these FM radio cards, and then fill 941da177e4SLinus Torvalds in the port address below. 951da177e4SLinus Torvalds 961da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 971da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 981da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found at 991da177e4SLinus Torvalds <file:Documentation/video4linux/API.html>. 1001da177e4SLinus Torvalds 1011da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1021da177e4SLinus Torvalds module will be called radio-aztech. 1031da177e4SLinus Torvalds 1041da177e4SLinus Torvaldsconfig RADIO_AZTECH_PORT 1051da177e4SLinus Torvalds hex "Aztech/Packard Bell I/O port (0x350 or 0x358)" 1061da177e4SLinus Torvalds depends on RADIO_AZTECH=y 1071da177e4SLinus Torvalds default "350" 1081da177e4SLinus Torvalds help 1091da177e4SLinus Torvalds Enter either 0x350 or 0x358 here. The card default is 0x350, if you 1101da177e4SLinus Torvalds haven't changed the setting of jumper JP3 on the card. Removing the 1111da177e4SLinus Torvalds jumper sets the card to 0x358. 1121da177e4SLinus Torvalds 1131da177e4SLinus Torvaldsconfig RADIO_GEMTEK 1143e7589c5SPekka Seppanen tristate "GemTek Radio card (or compatible) support" 115d1c4ecdeSMauro Carvalho Chehab depends on ISA && VIDEO_V4L2 1161da177e4SLinus Torvalds ---help--- 1171da177e4SLinus Torvalds Choose Y here if you have this FM radio card, and then fill in the 1183e7589c5SPekka Seppanen I/O port address and settings below. The following cards either have 1193e7589c5SPekka Seppanen GemTek Radio tuner or are rebranded GemTek Radio cards: 1203e7589c5SPekka Seppanen 1213e7589c5SPekka Seppanen - Sound Vision 16 Gold with FM Radio 1223e7589c5SPekka Seppanen - Typhoon Radio card (some models) 1233e7589c5SPekka Seppanen - Hama Radio card 1241da177e4SLinus Torvalds 1251da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 1261da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 1271da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found at 1281da177e4SLinus Torvalds <file:Documentation/video4linux/API.html>. 1291da177e4SLinus Torvalds 1301da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1311da177e4SLinus Torvalds module will be called radio-gemtek. 1321da177e4SLinus Torvalds 1331da177e4SLinus Torvaldsconfig RADIO_GEMTEK_PORT 1343e7589c5SPekka Seppanen hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0c24c or 0x28c)" 1351da177e4SLinus Torvalds depends on RADIO_GEMTEK=y 1361da177e4SLinus Torvalds default "34c" 1371da177e4SLinus Torvalds help 1381da177e4SLinus Torvalds Enter either 0x20c, 0x30c, 0x24c or 0x34c here. The card default is 1391da177e4SLinus Torvalds 0x34c, if you haven't changed the jumper setting on the card. On 1401da177e4SLinus Torvalds Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O 1413e7589c5SPekka Seppanen port is 0x20c, 0x248 or 0x28c. 1423e7589c5SPekka Seppanen If automatic I/O port probing is enabled this port will be used only 1433e7589c5SPekka Seppanen in case of automatic probing failure, ie. as a fallback. 1443e7589c5SPekka Seppanen 1453e7589c5SPekka Seppanenconfig RADIO_GEMTEK_PROBE 1463e7589c5SPekka Seppanen bool "Automatic I/O port probing" 1473e7589c5SPekka Seppanen depends on RADIO_GEMTEK=y 1483e7589c5SPekka Seppanen default y 1493e7589c5SPekka Seppanen help 1503e7589c5SPekka Seppanen Say Y here to enable automatic probing for GemTek Radio card. The 1513e7589c5SPekka Seppanen following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and 1523e7589c5SPekka Seppanen 0x28c. 1531da177e4SLinus Torvalds 1541da177e4SLinus Torvaldsconfig RADIO_MAXIRADIO 1551da177e4SLinus Torvalds tristate "Guillemot MAXI Radio FM 2000 radio" 156e84fef6bSMauro Carvalho Chehab depends on VIDEO_V4L2 && PCI 1571da177e4SLinus Torvalds ---help--- 1581da177e4SLinus Torvalds Choose Y here if you have this radio card. This card may also be 1591da177e4SLinus Torvalds found as Gemtek PCI FM. 1601da177e4SLinus Torvalds 1611da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 1621da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 1631da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found at 1641da177e4SLinus Torvalds <file:Documentation/video4linux/API.html>. 1651da177e4SLinus Torvalds 1661da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1671da177e4SLinus Torvalds module will be called radio-maxiradio. 1681da177e4SLinus Torvalds 1698366fc39SKrzysztof Heltconfig RADIO_MIROPCM20 1708366fc39SKrzysztof Helt tristate "miroSOUND PCM20 radio" 171*4756fc64SRalf Baechle depends on ISA && ISA_DMA_API && VIDEO_V4L2 && SND 172dd7cdb88SRandy Dunlap select SND_ISA 1738366fc39SKrzysztof Helt select SND_MIRO 1748366fc39SKrzysztof Helt ---help--- 1758366fc39SKrzysztof Helt Choose Y here if you have this FM radio card. You also need to enable 1768366fc39SKrzysztof Helt the ALSA sound system. This choice automatically selects the ALSA 1778366fc39SKrzysztof Helt sound card driver "Miro miroSOUND PCM1pro/PCM12/PCM20radio" as this 1788366fc39SKrzysztof Helt is required for the radio-miropcm20. 1798366fc39SKrzysztof Helt 1808366fc39SKrzysztof Helt In order to control your radio card, you will need to use programs 1818366fc39SKrzysztof Helt that are compatible with the Video For Linux API. Information on 1828366fc39SKrzysztof Helt this API and pointers to "v4l" programs may be found at 1838366fc39SKrzysztof Helt <file:Documentation/video4linux/API.html>. 1848366fc39SKrzysztof Helt 1858366fc39SKrzysztof Helt To compile this driver as a module, choose M here: the 1868366fc39SKrzysztof Helt module will be called radio-miropcm20. 1878366fc39SKrzysztof Helt 1881da177e4SLinus Torvaldsconfig RADIO_SF16FMI 1894b830374SOndrej Zary tristate "SF16-FMI/SF16-FMP Radio" 190a2ef73afSMauro Carvalho Chehab depends on ISA && VIDEO_V4L2 1911da177e4SLinus Torvalds ---help--- 19267cabf50SOndrej Zary Choose Y here if you have one of these FM radio cards. 1931da177e4SLinus Torvalds 1941da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 1951da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 1961da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found at 1971da177e4SLinus Torvalds <file:Documentation/video4linux/API.html>. 1981da177e4SLinus Torvalds 1991da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2001da177e4SLinus Torvalds module will be called radio-sf16fmi. 2011da177e4SLinus Torvalds 2021da177e4SLinus Torvaldsconfig RADIO_SF16FMR2 2031da177e4SLinus Torvalds tristate "SF16FMR2 Radio" 204acda0e71SMauro Carvalho Chehab depends on ISA && VIDEO_V4L2 2051da177e4SLinus Torvalds ---help--- 2061da177e4SLinus Torvalds Choose Y here if you have one of these FM radio cards. 2071da177e4SLinus Torvalds 2081da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 2091da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 2101da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found on the WWW at 2111da177e4SLinus Torvalds <http://roadrunner.swansea.uk.linux.org/v4l.shtml>. 2121da177e4SLinus Torvalds 2131da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2141da177e4SLinus Torvalds module will be called radio-sf16fmr2. 2151da177e4SLinus Torvalds 2161da177e4SLinus Torvaldsconfig RADIO_TERRATEC 2171da177e4SLinus Torvalds tristate "TerraTec ActiveRadio ISA Standalone" 21855ac7b69SMauro Carvalho Chehab depends on ISA && VIDEO_V4L2 2191da177e4SLinus Torvalds ---help--- 2201da177e4SLinus Torvalds Choose Y here if you have this FM radio card, and then fill in the 2211da177e4SLinus Torvalds port address below. (TODO) 2221da177e4SLinus Torvalds 2231da177e4SLinus Torvalds Note: This driver is in its early stages. Right now volume and 2241da177e4SLinus Torvalds frequency control and muting works at least for me, but 2251da177e4SLinus Torvalds unfortunately I have not found anybody who wants to use this card 2261da177e4SLinus Torvalds with Linux. So if it is this what YOU are trying to do right now, 2271da177e4SLinus Torvalds PLEASE DROP ME A NOTE!! Rolf Offermanns <rolf@offermanns.de>. 2281da177e4SLinus Torvalds 2291da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 2301da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 2311da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found at 2321da177e4SLinus Torvalds <file:Documentation/video4linux/API.html>. 2331da177e4SLinus Torvalds 2341da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2351da177e4SLinus Torvalds module will be called radio-terratec. 2361da177e4SLinus Torvalds 2371da177e4SLinus Torvaldsconfig RADIO_TERRATEC_PORT 2381da177e4SLinus Torvalds hex "Terratec i/o port (normally 0x590)" 2391da177e4SLinus Torvalds depends on RADIO_TERRATEC=y 2401da177e4SLinus Torvalds default "590" 2411da177e4SLinus Torvalds help 2421da177e4SLinus Torvalds Fill in the I/O port of your TerraTec FM radio card. If unsure, go 2431da177e4SLinus Torvalds with the default. 2441da177e4SLinus Torvalds 2451da177e4SLinus Torvaldsconfig RADIO_TRUST 2461da177e4SLinus Torvalds tristate "Trust FM radio card" 247982eddb9SMauro Carvalho Chehab depends on ISA && VIDEO_V4L2 2481da177e4SLinus Torvalds help 2491da177e4SLinus Torvalds This is a driver for the Trust FM radio cards. Say Y if you have 2501da177e4SLinus Torvalds such a card and want to use it under Linux. 2511da177e4SLinus Torvalds 2521da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2531da177e4SLinus Torvalds module will be called radio-trust. 2541da177e4SLinus Torvalds 2551da177e4SLinus Torvaldsconfig RADIO_TRUST_PORT 2561da177e4SLinus Torvalds hex "Trust i/o port (usually 0x350 or 0x358)" 2571da177e4SLinus Torvalds depends on RADIO_TRUST=y 2581da177e4SLinus Torvalds default "350" 2591da177e4SLinus Torvalds help 2601da177e4SLinus Torvalds Enter the I/O port of your Trust FM radio card. If unsure, try the 2611da177e4SLinus Torvalds values "0x350" or "0x358". 2621da177e4SLinus Torvalds 2631da177e4SLinus Torvaldsconfig RADIO_TYPHOON 2641da177e4SLinus Torvalds tristate "Typhoon Radio (a.k.a. EcoRadio)" 26530c48305SMauro Carvalho Chehab depends on ISA && VIDEO_V4L2 2661da177e4SLinus Torvalds ---help--- 2671da177e4SLinus Torvalds Choose Y here if you have one of these FM radio cards, and then fill 2681da177e4SLinus Torvalds in the port address and the frequency used for muting below. 2691da177e4SLinus Torvalds 2701da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 2711da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 2721da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found at 2731da177e4SLinus Torvalds <file:Documentation/video4linux/API.html>. 2741da177e4SLinus Torvalds 2751da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 2761da177e4SLinus Torvalds module will be called radio-typhoon. 2771da177e4SLinus Torvalds 2781da177e4SLinus Torvaldsconfig RADIO_TYPHOON_PORT 2791da177e4SLinus Torvalds hex "Typhoon I/O port (0x316 or 0x336)" 2801da177e4SLinus Torvalds depends on RADIO_TYPHOON=y 2811da177e4SLinus Torvalds default "316" 2821da177e4SLinus Torvalds help 2831da177e4SLinus Torvalds Enter the I/O port of your Typhoon or EcoRadio radio card. 2841da177e4SLinus Torvalds 2851da177e4SLinus Torvaldsconfig RADIO_TYPHOON_MUTEFREQ 2861da177e4SLinus Torvalds int "Typhoon frequency set when muting the device (kHz)" 2871da177e4SLinus Torvalds depends on RADIO_TYPHOON=y 2881da177e4SLinus Torvalds default "87500" 2891da177e4SLinus Torvalds help 2901da177e4SLinus Torvalds Enter the frequency used for muting the radio. The device is never 2911da177e4SLinus Torvalds completely silent. If the volume is just turned down, you can still 2921da177e4SLinus Torvalds hear silent voices and music. For that reason, the frequency of the 2931da177e4SLinus Torvalds radio device is set to the frequency you can enter here whenever 2941da177e4SLinus Torvalds the device is muted. There should be no local radio station at that 2951da177e4SLinus Torvalds frequency. 2961da177e4SLinus Torvalds 2971da177e4SLinus Torvaldsconfig RADIO_ZOLTRIX 2981da177e4SLinus Torvalds tristate "Zoltrix Radio" 2992ab65299SMauro Carvalho Chehab depends on ISA && VIDEO_V4L2 3001da177e4SLinus Torvalds ---help--- 3011da177e4SLinus Torvalds Choose Y here if you have one of these FM radio cards, and then fill 3021da177e4SLinus Torvalds in the port address below. 3031da177e4SLinus Torvalds 3041da177e4SLinus Torvalds In order to control your radio card, you will need to use programs 3051da177e4SLinus Torvalds that are compatible with the Video For Linux API. Information on 3061da177e4SLinus Torvalds this API and pointers to "v4l" programs may be found at 3071da177e4SLinus Torvalds <file:Documentation/video4linux/API.html>. 3081da177e4SLinus Torvalds 3091da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3101da177e4SLinus Torvalds module will be called radio-zoltrix. 3111da177e4SLinus Torvalds 3121da177e4SLinus Torvaldsconfig RADIO_ZOLTRIX_PORT 3131da177e4SLinus Torvalds hex "ZOLTRIX I/O port (0x20c or 0x30c)" 3141da177e4SLinus Torvalds depends on RADIO_ZOLTRIX=y 3151da177e4SLinus Torvalds default "20c" 3161da177e4SLinus Torvalds help 3171da177e4SLinus Torvalds Enter the I/O port of your Zoltrix radio card. 3181da177e4SLinus Torvalds 3199c9dbedfSHans Verkuilconfig I2C_SI4713 3209c9dbedfSHans Verkuil tristate "I2C driver for Silicon Labs Si4713 device" 3219c9dbedfSHans Verkuil depends on I2C && VIDEO_V4L2 3229c9dbedfSHans Verkuil ---help--- 3239c9dbedfSHans Verkuil Say Y here if you want support to Si4713 I2C device. 3249c9dbedfSHans Verkuil This device driver supports only i2c bus. 3259c9dbedfSHans Verkuil 3269c9dbedfSHans Verkuil To compile this driver as a module, choose M here: the 3279c9dbedfSHans Verkuil module will be called si4713. 3289c9dbedfSHans Verkuil 3299c9dbedfSHans Verkuilconfig RADIO_SI4713 3309c9dbedfSHans Verkuil tristate "Silicon Labs Si4713 FM Radio Transmitter support" 3319c9dbedfSHans Verkuil depends on I2C && VIDEO_V4L2 3329c9dbedfSHans Verkuil select I2C_SI4713 3339c9dbedfSHans Verkuil ---help--- 3349c9dbedfSHans Verkuil Say Y here if you want support to Si4713 FM Radio Transmitter. 3359c9dbedfSHans Verkuil This device can transmit audio through FM. It can transmit 3367a254f46SMatti J. Aaltonen RDS and RBDS signals as well. This module is the v4l2 radio 3379c9dbedfSHans Verkuil interface for the i2c driver of this device. 3389c9dbedfSHans Verkuil 3399c9dbedfSHans Verkuil To compile this driver as a module, choose M here: the 3409c9dbedfSHans Verkuil module will be called radio-si4713. 3419c9dbedfSHans Verkuil 3427fb65297SMauro Carvalho Chehabconfig USB_DSBR 343b31c33bdSDouglas Schilling Landgraf tristate "D-Link/GemTek USB FM radio support" 344b31c33bdSDouglas Schilling Landgraf depends on USB && VIDEO_V4L2 3457fb65297SMauro Carvalho Chehab ---help--- 3467fb65297SMauro Carvalho Chehab Say Y here if you want to connect this type of radio to your 3477fb65297SMauro Carvalho Chehab computer's USB port. Note that the audio is not digital, and 3487fb65297SMauro Carvalho Chehab you must connect the line out connector to a sound card or a 3497fb65297SMauro Carvalho Chehab set of speakers. 3501da177e4SLinus Torvalds 3517fb65297SMauro Carvalho Chehab To compile this driver as a module, choose M here: the 3527fb65297SMauro Carvalho Chehab module will be called dsbr100. 353c5da5afbSJan Engelhardt 354b09cd163SJoonyoung Shimconfig RADIO_SI470X 355b09cd163SJoonyoung Shim bool "Silicon Labs Si470x FM Radio Receiver support" 356b09cd163SJoonyoung Shim depends on VIDEO_V4L2 3576aadf82eSTobias Lorenz 358b09cd163SJoonyoung Shimsource "drivers/media/radio/si470x/Kconfig" 35978656acdSTobias Lorenz 3602aa72f3bSAlexey Klimovconfig USB_MR800 3612aa72f3bSAlexey Klimov tristate "AverMedia MR 800 USB FM radio support" 3622aa72f3bSAlexey Klimov depends on USB && VIDEO_V4L2 3632aa72f3bSAlexey Klimov ---help--- 3642aa72f3bSAlexey Klimov Say Y here if you want to connect this type of radio to your 3652aa72f3bSAlexey Klimov computer's USB port. Note that the audio is not digital, and 3662aa72f3bSAlexey Klimov you must connect the line out connector to a sound card or a 3672aa72f3bSAlexey Klimov set of speakers. 3682aa72f3bSAlexey Klimov 3692aa72f3bSAlexey Klimov To compile this driver as a module, choose M here: the 3702aa72f3bSAlexey Klimov module will be called radio-mr800. 3712aa72f3bSAlexey Klimov 37246a60cfeSFabio Belavenutoconfig RADIO_TEA5764 37346a60cfeSFabio Belavenuto tristate "TEA5764 I2C FM radio support" 37446a60cfeSFabio Belavenuto depends on I2C && VIDEO_V4L2 37546a60cfeSFabio Belavenuto ---help--- 37646a60cfeSFabio Belavenuto Say Y here if you want to use the TEA5764 FM chip found in 37746a60cfeSFabio Belavenuto EZX phones. This FM chip is present in EZX phones from Motorola, 37846a60cfeSFabio Belavenuto connected to internal pxa I2C bus. 37946a60cfeSFabio Belavenuto 38046a60cfeSFabio Belavenuto To compile this driver as a module, choose M here: the 38146a60cfeSFabio Belavenuto module will be called radio-tea5764. 38246a60cfeSFabio Belavenuto 38346a60cfeSFabio Belavenutoconfig RADIO_TEA5764_XTAL 38446a60cfeSFabio Belavenuto bool "TEA5764 crystal reference" 38546a60cfeSFabio Belavenuto depends on RADIO_TEA5764=y 38646a60cfeSFabio Belavenuto default y 38746a60cfeSFabio Belavenuto help 38846a60cfeSFabio Belavenuto Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N 38946a60cfeSFabio Belavenuto here if TEA5764 reference frequency is connected in FREQIN. 39046a60cfeSFabio Belavenuto 391ee4b9dbbSRichard Röjforsconfig RADIO_SAA7706H 392ee4b9dbbSRichard Röjfors tristate "SAA7706H Car Radio DSP" 393ee4b9dbbSRichard Röjfors depends on I2C && VIDEO_V4L2 394ee4b9dbbSRichard Röjfors ---help--- 395ee4b9dbbSRichard Röjfors Say Y here if you want to use the SAA7706H Car radio Digital 396ee4b9dbbSRichard Röjfors Signal Processor, found for instance on the Russellville development 397ee4b9dbbSRichard Röjfors board. On the russellville the device is connected to internal 398ee4b9dbbSRichard Röjfors timberdale I2C bus. 399ee4b9dbbSRichard Röjfors 400ee4b9dbbSRichard Röjfors To compile this driver as a module, choose M here: the 401ee4b9dbbSRichard Röjfors module will be called SAA7706H. 402ee4b9dbbSRichard Röjfors 403eea85b0aSRichard Röjforsconfig RADIO_TEF6862 404eea85b0aSRichard Röjfors tristate "TEF6862 Car Radio Enhanced Selectivity Tuner" 405eea85b0aSRichard Röjfors depends on I2C && VIDEO_V4L2 406eea85b0aSRichard Röjfors ---help--- 407eea85b0aSRichard Röjfors Say Y here if you want to use the TEF6862 Car Radio Enhanced 408eea85b0aSRichard Röjfors Selectivity Tuner, found for instance on the Russellville development 409eea85b0aSRichard Röjfors board. On the russellville the device is connected to internal 410eea85b0aSRichard Röjfors timberdale I2C bus. 411eea85b0aSRichard Röjfors 412eea85b0aSRichard Röjfors To compile this driver as a module, choose M here: the 413eea85b0aSRichard Röjfors module will be called TEF6862. 414eea85b0aSRichard Röjfors 415d44d1f3bSRichard Röjforsconfig RADIO_TIMBERDALE 416d44d1f3bSRichard Röjfors tristate "Enable the Timberdale radio driver" 417d44d1f3bSRichard Röjfors depends on MFD_TIMBERDALE && VIDEO_V4L2 41853600440SRandy Dunlap depends on I2C # for RADIO_SAA7706H 419d44d1f3bSRichard Röjfors select RADIO_TEF6862 420d44d1f3bSRichard Röjfors select RADIO_SAA7706H 421d44d1f3bSRichard Röjfors ---help--- 422d44d1f3bSRichard Röjfors This is a kind of umbrella driver for the Radio Tuner and DSP 423d44d1f3bSRichard Röjfors found behind the Timberdale FPGA on the Russellville board. 424d44d1f3bSRichard Röjfors Enabling this driver will automatically select the DSP and tuner. 425d44d1f3bSRichard Röjfors 42687d1a50cSMatti Aaltonenconfig RADIO_WL1273 42787d1a50cSMatti Aaltonen tristate "Texas Instruments WL1273 I2C FM Radio" 42887d1a50cSMatti Aaltonen depends on I2C && VIDEO_V4L2 4291b149bbeSRandy Dunlap select MFD_CORE 43087d1a50cSMatti Aaltonen select MFD_WL1273_CORE 43187d1a50cSMatti Aaltonen select FW_LOADER 43287d1a50cSMatti Aaltonen ---help--- 43387d1a50cSMatti Aaltonen Choose Y here if you have this FM radio chip. 43487d1a50cSMatti Aaltonen 43587d1a50cSMatti Aaltonen In order to control your radio card, you will need to use programs 43687d1a50cSMatti Aaltonen that are compatible with the Video For Linux 2 API. Information on 43787d1a50cSMatti Aaltonen this API and pointers to "v4l2" programs may be found at 43887d1a50cSMatti Aaltonen <file:Documentation/video4linux/API.html>. 43987d1a50cSMatti Aaltonen 44087d1a50cSMatti Aaltonen To compile this driver as a module, choose M here: the 44187d1a50cSMatti Aaltonen module will be called radio-wl1273. 44287d1a50cSMatti Aaltonen 44357f05bfaSManjunatha Halli# TI's ST based wl128x FM radio 44457f05bfaSManjunatha Hallisource "drivers/media/radio/wl128x/Kconfig" 44557f05bfaSManjunatha Halli 446c5da5afbSJan Engelhardtendif # RADIO_ADAPTERS 447