Kconfig
上传用户:ledjyj
上传日期:2014-08-27
资源大小:2639k
文件大小:14k
源码类别:

驱动编程

开发平台:

Unix_Linux

  1. #
  2. # Multimedia Video device configuration
  3. #
  4. menu "Radio Adapters"
  5. depends on VIDEO_DEV!=n
  6. config RADIO_CADET
  7. tristate "ADS Cadet AM/FM Tuner"
  8. depends on ISA && VIDEO_V4L1
  9. ---help---
  10.   Choose Y here if you have one of these AM/FM radio cards, and then
  11.   fill in the port address below.
  12.   In order to control your radio card, you will need to use programs
  13.   that are compatible with the Video For Linux API.  Information on
  14.   this API and pointers to "v4l" programs may be found at
  15.   <file:Documentation/video4linux/API.html>.
  16.   Further documentation on this driver can be found on the WWW at
  17.   <http://linux.blackhawke.net/cadet/>.
  18.   To compile this driver as a module, choose M here: the
  19.   module will be called radio-cadet.
  20. config RADIO_RTRACK
  21. tristate "AIMSlab RadioTrack (aka RadioReveal) support"
  22. depends on ISA && VIDEO_V4L1
  23. ---help---
  24.   Choose Y here if you have one of these FM radio cards, and then fill
  25.   in the port address below.
  26.   Note that newer AIMSlab RadioTrack cards have a different chipset
  27.   and are not supported by this driver.  For these cards, use the
  28.   RadioTrack II driver below.
  29.   If you have a GemTeks combined (PnP) sound- and radio card you must
  30.   use this driver as a module and setup the card with isapnptools.
  31.   You must also pass the module a suitable io parameter, 0x248 has
  32.   been reported to be used by these cards.
  33.   In order to control your radio card, you will need to use programs
  34.   that are compatible with the Video For Linux API.  Information on
  35.   this API and pointers to "v4l" programs may be found at
  36.   <file:Documentation/video4linux/API.html>. More information is
  37.   contained in the file
  38.   <file:Documentation/video4linux/radiotrack.txt>.
  39.   To compile this driver as a module, choose M here: the
  40.   module will be called radio-aimslab.
  41. config RADIO_RTRACK_PORT
  42. hex "RadioTrack i/o port (0x20f or 0x30f)"
  43. depends on RADIO_RTRACK=y
  44. default "20f"
  45. help
  46.   Enter either 0x30f or 0x20f here.  The card default is 0x30f, if you
  47.   haven't changed the jumper setting on the card.
  48. config RADIO_RTRACK2
  49. tristate "AIMSlab RadioTrack II support"
  50. depends on ISA && VIDEO_V4L1
  51. ---help---
  52.   Choose Y here if you have this FM radio card, and then fill in the
  53.   port address below.
  54.   In order to control your radio card, you will need to use programs
  55.   that are compatible with the Video For Linux API.  Information on
  56.   this API and pointers to "v4l" programs may be found at
  57.   <file:Documentation/video4linux/API.html>.
  58.   To compile this driver as a module, choose M here: the
  59.   module will be called radio-rtrack2.
  60. config RADIO_RTRACK2_PORT
  61. hex "RadioTrack II i/o port (0x20c or 0x30c)"
  62. depends on RADIO_RTRACK2=y
  63. default "30c"
  64. help
  65.   Enter either 0x30c or 0x20c here.  The card default is 0x30c, if you
  66.   haven't changed the jumper setting on the card.
  67. config RADIO_AZTECH
  68. tristate "Aztech/Packard Bell Radio"
  69. depends on ISA && VIDEO_V4L1
  70. ---help---
  71.   Choose Y here if you have one of these FM radio cards, and then fill
  72.   in the port address below.
  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.   To compile this driver as a module, choose M here: the
  78.   module will be called radio-aztech.
  79. config RADIO_AZTECH_PORT
  80. hex "Aztech/Packard Bell I/O port (0x350 or 0x358)"
  81. depends on RADIO_AZTECH=y
  82. default "350"
  83. help
  84.   Enter either 0x350 or 0x358 here.  The card default is 0x350, if you
  85.   haven't changed the setting of jumper JP3 on the card.  Removing the
  86.   jumper sets the card to 0x358.
  87. config RADIO_GEMTEK
  88. tristate "GemTek Radio Card support"
  89. depends on ISA && VIDEO_V4L1
  90. ---help---
  91.   Choose Y here if you have this FM radio card, and then fill in the
  92.   port address below.
  93.   In order to control your radio card, you will need to use programs
  94.   that are compatible with the Video For Linux API.  Information on
  95.   this API and pointers to "v4l" programs may be found at
  96.   <file:Documentation/video4linux/API.html>.
  97.   To compile this driver as a module, choose M here: the
  98.   module will be called radio-gemtek.
  99. config RADIO_GEMTEK_PORT
  100. hex "GemTek i/o port (0x20c, 0x30c, 0x24c or 0x34c)"
  101. depends on RADIO_GEMTEK=y
  102. default "34c"
  103. help
  104.   Enter either 0x20c, 0x30c, 0x24c or 0x34c here. The card default is
  105.   0x34c, if you haven't changed the jumper setting on the card. On
  106.   Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O
  107.   port is 0x28c.
  108. config RADIO_GEMTEK_PCI
  109. tristate "GemTek PCI Radio Card support"
  110. depends on VIDEO_V4L1 && PCI
  111. ---help---
  112.   Choose Y here if you have this PCI FM radio card.
  113.   In order to control your radio card, you will need to use programs
  114.   that are compatible with the Video for Linux API.  Information on 
  115.   this API and pointers to "v4l" programs may be found at
  116.   <file:Documentation/video4linux/API.html>.
  117.   To compile this driver as a module, choose M here: the
  118.   module will be called radio-gemtek-pci.
  119. config RADIO_MAXIRADIO
  120. tristate "Guillemot MAXI Radio FM 2000 radio"
  121. depends on VIDEO_V4L1 && PCI
  122. ---help---
  123.   Choose Y here if you have this radio card.  This card may also be
  124.   found as Gemtek PCI FM.
  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.   To compile this driver as a module, choose M here: the
  130.   module will be called radio-maxiradio.
  131. config RADIO_MAESTRO
  132. tristate "Maestro on board radio"
  133. depends on VIDEO_V4L1
  134. ---help---
  135.   Say Y here to directly support the on-board radio tuner on the
  136.   Maestro 2 or 2E sound card.
  137.   In order to control your radio card, you will need to use programs
  138.   that are compatible with the Video For Linux API.  Information on
  139.   this API and pointers to "v4l" programs may be found at
  140.   <file:Documentation/video4linux/API.html>.
  141.   To compile this driver as a module, choose M here: the
  142.   module will be called radio-maestro.
  143. config RADIO_MIROPCM20
  144. tristate "miroSOUND PCM20 radio"
  145. depends on ISA && VIDEO_V4L1 && SOUND_ACI_MIXER
  146. ---help---
  147.   Choose Y here if you have this FM radio card. You also need to say Y
  148.   to "ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20 radio)" (in "Sound")
  149.   for this to work.
  150.   In order to control your radio card, you will need to use programs
  151.   that are compatible with the Video For Linux API.  Information on
  152.   this API and pointers to "v4l" programs may be found at
  153.   <file:Documentation/video4linux/API.html>.
  154.   To compile this driver as a module, choose M here: the
  155.   module will be called miropcm20.
  156. config RADIO_MIROPCM20_RDS
  157. tristate "miroSOUND PCM20 radio RDS user interface (EXPERIMENTAL)"
  158. depends on RADIO_MIROPCM20 && EXPERIMENTAL
  159. ---help---
  160.   Choose Y here if you want to see RDS/RBDS information like
  161.   RadioText, Programme Service name, Clock Time and date, Programme
  162.   TYpe and Traffic Announcement/Programme identification.  You also
  163.   need to say Y to "miroSOUND PCM20 radio" and devfs!
  164.   It's not possible to read the raw RDS packets from the device, so
  165.   the driver cant provide an V4L interface for this.  But the
  166.   availability of RDS is reported over V4L by the basic driver
  167.   already.  Here RDS can be read from files in /dev/v4l/rds.
  168.   To compile this driver as a module, choose M here: the
  169.   module will be called miropcm20-rds.
  170. config RADIO_SF16FMI
  171. tristate "SF16FMI Radio"
  172. depends on ISA && VIDEO_V4L1
  173. ---help---
  174.   Choose Y here if you have one of these FM radio cards.  If you
  175.   compile the driver into the kernel and your card is not PnP one, you
  176.   have to add "sf16fm=<io>" to the kernel command line (I/O address is
  177.   0x284 or 0x384).
  178.   In order to control your radio card, you will need to use programs
  179.   that are compatible with the Video For Linux API.  Information on
  180.   this API and pointers to "v4l" programs may be found at
  181.   <file:Documentation/video4linux/API.html>.
  182.   To compile this driver as a module, choose M here: the
  183.   module will be called radio-sf16fmi.
  184. config RADIO_SF16FMR2
  185. tristate "SF16FMR2 Radio"
  186. depends on ISA && VIDEO_V4L1
  187. ---help---
  188.   Choose Y here if you have one of these FM radio cards.
  189.   In order to control your radio card, you will need to use programs
  190.   that are compatible with the Video For Linux API.  Information on
  191.   this API and pointers to "v4l" programs may be found on the WWW at
  192.   <http://roadrunner.swansea.uk.linux.org/v4l.shtml>.
  193.   To compile this driver as a module, choose M here: the
  194.   module will be called radio-sf16fmr2.
  195. config RADIO_TERRATEC
  196. tristate "TerraTec ActiveRadio ISA Standalone"
  197. depends on ISA && VIDEO_V4L1
  198. ---help---
  199.   Choose Y here if you have this FM radio card, and then fill in the
  200.   port address below. (TODO)
  201.   Note: This driver is in its early stages.  Right now volume and
  202.   frequency control and muting works at least for me, but
  203.   unfortunately I have not found anybody who wants to use this card
  204.   with Linux.  So if it is this what YOU are trying to do right now,
  205.   PLEASE DROP ME A NOTE!!  Rolf Offermanns <rolf@offermanns.de>.
  206.   In order to control your radio card, you will need to use programs
  207.   that are compatible with the Video For Linux API.  Information on
  208.   this API and pointers to "v4l" programs may be found at
  209.   <file:Documentation/video4linux/API.html>.
  210.   To compile this driver as a module, choose M here: the
  211.   module will be called radio-terratec.
  212. config RADIO_TERRATEC_PORT
  213. hex "Terratec i/o port (normally 0x590)"
  214. depends on RADIO_TERRATEC=y
  215. default "590"
  216. help
  217.   Fill in the I/O port of your TerraTec FM radio card. If unsure, go
  218.   with the default.
  219. config RADIO_TRUST
  220. tristate "Trust FM radio card"
  221. depends on ISA && VIDEO_V4L1
  222. help
  223.   This is a driver for the Trust FM radio cards. Say Y if you have
  224.   such a card and want to use it under Linux.
  225.   To compile this driver as a module, choose M here: the
  226.   module will be called radio-trust.
  227. config RADIO_TRUST_PORT
  228. hex "Trust i/o port (usually 0x350 or 0x358)"
  229. depends on RADIO_TRUST=y
  230. default "350"
  231. help
  232.   Enter the I/O port of your Trust FM radio card. If unsure, try the
  233.   values "0x350" or "0x358".
  234. config RADIO_TYPHOON
  235. tristate "Typhoon Radio (a.k.a. EcoRadio)"
  236. depends on ISA && VIDEO_V4L1
  237. ---help---
  238.   Choose Y here if you have one of these FM radio cards, and then fill
  239.   in the port address and the frequency used for muting below.
  240.   In order to control your radio card, you will need to use programs
  241.   that are compatible with the Video For Linux API.  Information on
  242.   this API and pointers to "v4l" programs may be found at
  243.   <file:Documentation/video4linux/API.html>.
  244.   To compile this driver as a module, choose M here: the
  245.   module will be called radio-typhoon.
  246. config RADIO_TYPHOON_PROC_FS
  247. bool "Support for /proc/radio-typhoon"
  248. depends on PROC_FS && RADIO_TYPHOON
  249. help
  250.   Say Y here if you want the typhoon radio card driver to write
  251.   status information (frequency, volume, muted, mute frequency,
  252.   base address) to /proc/radio-typhoon. The file can be viewed with
  253.   your favorite pager (i.e. use "more /proc/radio-typhoon" or "less
  254.   /proc/radio-typhoon" or simply "cat /proc/radio-typhoon").
  255. config RADIO_TYPHOON_PORT
  256. hex "Typhoon I/O port (0x316 or 0x336)"
  257. depends on RADIO_TYPHOON=y
  258. default "316"
  259. help
  260.   Enter the I/O port of your Typhoon or EcoRadio radio card.
  261. config RADIO_TYPHOON_MUTEFREQ
  262. int "Typhoon frequency set when muting the device (kHz)"
  263. depends on RADIO_TYPHOON=y
  264. default "87500"
  265. help
  266.   Enter the frequency used for muting the radio. The device is never
  267.   completely silent. If the volume is just turned down, you can still
  268.   hear silent voices and music. For that reason, the frequency of the
  269.   radio device is set to the frequency you can enter here whenever
  270.   the device is muted. There should be no local radio station at that
  271.   frequency.
  272. config RADIO_ZOLTRIX
  273. tristate "Zoltrix Radio"
  274. depends on ISA && VIDEO_V4L1
  275. ---help---
  276.   Choose Y here if you have one of these FM radio cards, and then fill
  277.   in the port address below.
  278.   In order to control your radio card, you will need to use programs
  279.   that are compatible with the Video For Linux API.  Information on
  280.   this API and pointers to "v4l" programs may be found at
  281.   <file:Documentation/video4linux/API.html>.
  282.   To compile this driver as a module, choose M here: the
  283.   module will be called radio-zoltrix.
  284. config RADIO_ZOLTRIX_PORT
  285. hex "ZOLTRIX I/O port (0x20c or 0x30c)"
  286. depends on RADIO_ZOLTRIX=y
  287. default "20c"
  288. help
  289.   Enter the I/O port of your Zoltrix radio card.
  290. #beck
  291. config RADIO_SI4703
  292. tristate "SI4703 Radio (a.k.a. EcoRadio)"
  293. depends on  VIDEO_V4L1
  294. ---help---
  295.   Choose Y here if you have one of these FM radio cards, and then fill
  296.   in the port address and the frequency used for muting below.
  297.   In order to control your radio card, you will need to use programs
  298.   that are compatible with the Video For Linux API.  Information on
  299.   this API and pointers to "v4l" programs may be found at
  300.   <file:Documentation/video4linux/API.html>.
  301.   To compile this driver as a module, choose M here: the
  302.   module will be called radio-SI4703.
  303. config RADIO_SI4703_PROC_FS
  304. bool "Support for /proc/radio-si4703"
  305. depends on PROC_FS && RADIO_SI4703
  306. help
  307.   Say Y here if you want the si4703 radio card driver to write
  308.   status information (frequency, volume, muted, mute frequency,
  309.   base address) to /proc/radio-si4703. The file can be viewed with
  310.   your favorite pager (i.e. use "more /proc/radio-typhoon" or "less
  311.   /proc/radio-si4703" or simply "cat /proc/radio-si4703").
  312. endmenu