Kconfig 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. #
  2. # Multimedia Video device configuration
  3. #
  4. menuconfig RADIO_ADAPTERS
  5. bool "Radio Adapters"
  6. depends on VIDEO_V4L2
  7. default y
  8. ---help---
  9. Say Y here to enable selecting AM/FM radio adapters.
  10. if RADIO_ADAPTERS && VIDEO_V4L2
  11. config RADIO_SI470X
  12. bool "Silicon Labs Si470x FM Radio Receiver support"
  13. depends on VIDEO_V4L2
  14. source "drivers/media/radio/si470x/Kconfig"
  15. config USB_MR800
  16. tristate "AverMedia MR 800 USB FM radio support"
  17. depends on USB && VIDEO_V4L2
  18. ---help---
  19. Say Y here if you want to connect this type of radio to your
  20. computer's USB port. Note that the audio is not digital, and
  21. you must connect the line out connector to a sound card or a
  22. set of speakers.
  23. To compile this driver as a module, choose M here: the
  24. module will be called radio-mr800.
  25. config USB_DSBR
  26. tristate "D-Link/GemTek USB FM radio support"
  27. depends on USB && VIDEO_V4L2
  28. ---help---
  29. Say Y here if you want to connect this type of radio to your
  30. computer's USB port. Note that the audio is not digital, and
  31. you must connect the line out connector to a sound card or a
  32. set of speakers.
  33. To compile this driver as a module, choose M here: the
  34. module will be called dsbr100.
  35. config RADIO_MAXIRADIO
  36. tristate "Guillemot MAXI Radio FM 2000 radio"
  37. depends on VIDEO_V4L2 && PCI
  38. ---help---
  39. Choose Y here if you have this radio card. This card may also be
  40. found as Gemtek PCI FM.
  41. In order to control your radio card, you will need to use programs
  42. that are compatible with the Video For Linux API. Information on
  43. this API and pointers to "v4l" programs may be found at
  44. <file:Documentation/video4linux/API.html>.
  45. To compile this driver as a module, choose M here: the
  46. module will be called radio-maxiradio.
  47. config I2C_SI4713
  48. tristate "I2C driver for Silicon Labs Si4713 device"
  49. depends on I2C && VIDEO_V4L2
  50. ---help---
  51. Say Y here if you want support to Si4713 I2C device.
  52. This device driver supports only i2c bus.
  53. To compile this driver as a module, choose M here: the
  54. module will be called si4713.
  55. config RADIO_SI4713
  56. tristate "Silicon Labs Si4713 FM Radio Transmitter support"
  57. depends on I2C && VIDEO_V4L2
  58. select I2C_SI4713
  59. ---help---
  60. Say Y here if you want support to Si4713 FM Radio Transmitter.
  61. This device can transmit audio through FM. It can transmit
  62. RDS and RBDS signals as well. This module is the v4l2 radio
  63. interface for the i2c driver of this device.
  64. To compile this driver as a module, choose M here: the
  65. module will be called radio-si4713.
  66. config RADIO_TEA5764
  67. tristate "TEA5764 I2C FM radio support"
  68. depends on I2C && VIDEO_V4L2
  69. ---help---
  70. Say Y here if you want to use the TEA5764 FM chip found in
  71. EZX phones. This FM chip is present in EZX phones from Motorola,
  72. connected to internal pxa I2C bus.
  73. To compile this driver as a module, choose M here: the
  74. module will be called radio-tea5764.
  75. config RADIO_TEA5764_XTAL
  76. bool "TEA5764 crystal reference"
  77. depends on RADIO_TEA5764=y
  78. default y
  79. help
  80. Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
  81. here if TEA5764 reference frequency is connected in FREQIN.
  82. config RADIO_SAA7706H
  83. tristate "SAA7706H Car Radio DSP"
  84. depends on I2C && VIDEO_V4L2
  85. ---help---
  86. Say Y here if you want to use the SAA7706H Car radio Digital
  87. Signal Processor, found for instance on the Russellville development
  88. board. On the russellville the device is connected to internal
  89. timberdale I2C bus.
  90. To compile this driver as a module, choose M here: the
  91. module will be called SAA7706H.
  92. config RADIO_TEF6862
  93. tristate "TEF6862 Car Radio Enhanced Selectivity Tuner"
  94. depends on I2C && VIDEO_V4L2
  95. ---help---
  96. Say Y here if you want to use the TEF6862 Car Radio Enhanced
  97. Selectivity Tuner, found for instance on the Russellville development
  98. board. On the russellville the device is connected to internal
  99. timberdale I2C bus.
  100. To compile this driver as a module, choose M here: the
  101. module will be called TEF6862.
  102. config RADIO_TIMBERDALE
  103. tristate "Enable the Timberdale radio driver"
  104. depends on MFD_TIMBERDALE && VIDEO_V4L2
  105. depends on I2C # for RADIO_SAA7706H
  106. select RADIO_TEF6862
  107. select RADIO_SAA7706H
  108. ---help---
  109. This is a kind of umbrella driver for the Radio Tuner and DSP
  110. found behind the Timberdale FPGA on the Russellville board.
  111. Enabling this driver will automatically select the DSP and tuner.
  112. config RADIO_WL1273
  113. tristate "Texas Instruments WL1273 I2C FM Radio"
  114. depends on I2C && VIDEO_V4L2
  115. select MFD_CORE
  116. select MFD_WL1273_CORE
  117. select FW_LOADER
  118. ---help---
  119. Choose Y here if you have this FM radio chip.
  120. In order to control your radio card, you will need to use programs
  121. that are compatible with the Video For Linux 2 API. Information on
  122. this API and pointers to "v4l2" programs may be found at
  123. <file:Documentation/video4linux/API.html>.
  124. To compile this driver as a module, choose M here: the
  125. module will be called radio-wl1273.
  126. # TI's ST based wl128x FM radio
  127. source "drivers/media/radio/wl128x/Kconfig"
  128. #
  129. # ISA drivers configuration
  130. #
  131. menuconfig V4L_RADIO_ISA_DRIVERS
  132. bool "ISA radio devices"
  133. depends on ISA
  134. default n
  135. ---help---
  136. Say Y here to enable support for these ISA drivers.
  137. if V4L_RADIO_ISA_DRIVERS
  138. config RADIO_CADET
  139. tristate "ADS Cadet AM/FM Tuner"
  140. depends on ISA && VIDEO_V4L2
  141. ---help---
  142. Choose Y here if you have one of these AM/FM radio cards, and then
  143. fill in the port address below.
  144. In order to control your radio card, you will need to use programs
  145. that are compatible with the Video For Linux API. Information on
  146. this API and pointers to "v4l" programs may be found at
  147. <file:Documentation/video4linux/API.html>.
  148. Further documentation on this driver can be found on the WWW at
  149. <http://linux.blackhawke.net/cadet/>.
  150. To compile this driver as a module, choose M here: the
  151. module will be called radio-cadet.
  152. config RADIO_RTRACK
  153. tristate "AIMSlab RadioTrack (aka RadioReveal) support"
  154. depends on ISA && VIDEO_V4L2
  155. ---help---
  156. Choose Y here if you have one of these FM radio cards, and then fill
  157. in the port address below.
  158. Note that newer AIMSlab RadioTrack cards have a different chipset
  159. and are not supported by this driver. For these cards, use the
  160. RadioTrack II driver below.
  161. If you have a GemTeks combined (PnP) sound- and radio card you must
  162. use this driver as a module and setup the card with isapnptools.
  163. You must also pass the module a suitable io parameter, 0x248 has
  164. been reported to be used by these cards.
  165. In order to control your radio card, you will need to use programs
  166. that are compatible with the Video For Linux API. Information on
  167. this API and pointers to "v4l" programs may be found at
  168. <file:Documentation/video4linux/API.html>. More information is
  169. contained in the file
  170. <file:Documentation/video4linux/radiotrack.txt>.
  171. To compile this driver as a module, choose M here: the
  172. module will be called radio-aimslab.
  173. config RADIO_RTRACK_PORT
  174. hex "RadioTrack i/o port (0x20f or 0x30f)"
  175. depends on RADIO_RTRACK=y
  176. default "20f"
  177. help
  178. Enter either 0x30f or 0x20f here. The card default is 0x30f, if you
  179. haven't changed the jumper setting on the card.
  180. config RADIO_RTRACK2
  181. tristate "AIMSlab RadioTrack II support"
  182. depends on ISA && VIDEO_V4L2
  183. ---help---
  184. Choose Y here if you have this FM radio card, and then fill in the
  185. port address below.
  186. In order to control your radio card, you will need to use programs
  187. that are compatible with the Video For Linux API. Information on
  188. this API and pointers to "v4l" programs may be found at
  189. <file:Documentation/video4linux/API.html>.
  190. To compile this driver as a module, choose M here: the
  191. module will be called radio-rtrack2.
  192. config RADIO_RTRACK2_PORT
  193. hex "RadioTrack II i/o port (0x20c or 0x30c)"
  194. depends on RADIO_RTRACK2=y
  195. default "30c"
  196. help
  197. Enter either 0x30c or 0x20c here. The card default is 0x30c, if you
  198. haven't changed the jumper setting on the card.
  199. config RADIO_AZTECH
  200. tristate "Aztech/Packard Bell Radio"
  201. depends on ISA && VIDEO_V4L2
  202. ---help---
  203. Choose Y here if you have one of these FM radio cards, and then fill
  204. in the port address below.
  205. In order to control your radio card, you will need to use programs
  206. that are compatible with the Video For Linux API. Information on
  207. this API and pointers to "v4l" programs may be found at
  208. <file:Documentation/video4linux/API.html>.
  209. To compile this driver as a module, choose M here: the
  210. module will be called radio-aztech.
  211. config RADIO_AZTECH_PORT
  212. hex "Aztech/Packard Bell I/O port (0x350 or 0x358)"
  213. depends on RADIO_AZTECH=y
  214. default "350"
  215. help
  216. Enter either 0x350 or 0x358 here. The card default is 0x350, if you
  217. haven't changed the setting of jumper JP3 on the card. Removing the
  218. jumper sets the card to 0x358.
  219. config RADIO_GEMTEK
  220. tristate "GemTek Radio card (or compatible) support"
  221. depends on ISA && VIDEO_V4L2
  222. ---help---
  223. Choose Y here if you have this FM radio card, and then fill in the
  224. I/O port address and settings below. The following cards either have
  225. GemTek Radio tuner or are rebranded GemTek Radio cards:
  226. - Sound Vision 16 Gold with FM Radio
  227. - Typhoon Radio card (some models)
  228. - Hama Radio card
  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. To compile this driver as a module, choose M here: the
  234. module will be called radio-gemtek.
  235. config RADIO_GEMTEK_PORT
  236. hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0c24c or 0x28c)"
  237. depends on RADIO_GEMTEK=y
  238. default "34c"
  239. help
  240. Enter either 0x20c, 0x30c, 0x24c or 0x34c here. The card default is
  241. 0x34c, if you haven't changed the jumper setting on the card. On
  242. Sound Vision 16 Gold PnP with FM Radio (ESS1869+FM Gemtek), the I/O
  243. port is 0x20c, 0x248 or 0x28c.
  244. If automatic I/O port probing is enabled this port will be used only
  245. in case of automatic probing failure, ie. as a fallback.
  246. config RADIO_GEMTEK_PROBE
  247. bool "Automatic I/O port probing"
  248. depends on RADIO_GEMTEK=y
  249. default y
  250. help
  251. Say Y here to enable automatic probing for GemTek Radio card. The
  252. following ports will be probed: 0x20c, 0x30c, 0x24c, 0x34c, 0x248 and
  253. 0x28c.
  254. config RADIO_MIROPCM20
  255. tristate "miroSOUND PCM20 radio"
  256. depends on ISA && ISA_DMA_API && VIDEO_V4L2 && SND
  257. select SND_ISA
  258. select SND_MIRO
  259. ---help---
  260. Choose Y here if you have this FM radio card. You also need to enable
  261. the ALSA sound system. This choice automatically selects the ALSA
  262. sound card driver "Miro miroSOUND PCM1pro/PCM12/PCM20radio" as this
  263. is required for the radio-miropcm20.
  264. In order to control your radio card, you will need to use programs
  265. that are compatible with the Video For Linux API. Information on
  266. this API and pointers to "v4l" programs may be found at
  267. <file:Documentation/video4linux/API.html>.
  268. To compile this driver as a module, choose M here: the
  269. module will be called radio-miropcm20.
  270. config RADIO_SF16FMI
  271. tristate "SF16-FMI/SF16-FMP Radio"
  272. depends on ISA && VIDEO_V4L2
  273. ---help---
  274. Choose Y here if you have one of these FM radio cards.
  275. In order to control your radio card, you will need to use programs
  276. that are compatible with the Video For Linux API. Information on
  277. this API and pointers to "v4l" programs may be found at
  278. <file:Documentation/video4linux/API.html>.
  279. To compile this driver as a module, choose M here: the
  280. module will be called radio-sf16fmi.
  281. config RADIO_SF16FMR2
  282. tristate "SF16FMR2 Radio"
  283. depends on ISA && VIDEO_V4L2 && SND
  284. ---help---
  285. Choose Y here if you have one of these FM radio cards.
  286. In order to control your radio card, you will need to use programs
  287. that are compatible with the Video For Linux API. Information on
  288. this API and pointers to "v4l" programs may be found on the WWW at
  289. <http://roadrunner.swansea.uk.linux.org/v4l.shtml>.
  290. To compile this driver as a module, choose M here: the
  291. module will be called radio-sf16fmr2.
  292. config RADIO_TERRATEC
  293. tristate "TerraTec ActiveRadio ISA Standalone"
  294. depends on ISA && VIDEO_V4L2
  295. ---help---
  296. Choose Y here if you have this FM radio card, and then fill in the
  297. port address below. (TODO)
  298. Note: This driver is in its early stages. Right now volume and
  299. frequency control and muting works at least for me, but
  300. unfortunately I have not found anybody who wants to use this card
  301. with Linux. So if it is this what YOU are trying to do right now,
  302. PLEASE DROP ME A NOTE!! Rolf Offermanns <rolf@offermanns.de>.
  303. In order to control your radio card, you will need to use programs
  304. that are compatible with the Video For Linux API. Information on
  305. this API and pointers to "v4l" programs may be found at
  306. <file:Documentation/video4linux/API.html>.
  307. To compile this driver as a module, choose M here: the
  308. module will be called radio-terratec.
  309. config RADIO_TERRATEC_PORT
  310. hex "Terratec i/o port (normally 0x590)"
  311. depends on RADIO_TERRATEC=y
  312. default "590"
  313. help
  314. Fill in the I/O port of your TerraTec FM radio card. If unsure, go
  315. with the default.
  316. config RADIO_TRUST
  317. tristate "Trust FM radio card"
  318. depends on ISA && VIDEO_V4L2
  319. help
  320. This is a driver for the Trust FM radio cards. Say Y if you have
  321. such a card and want to use it under Linux.
  322. To compile this driver as a module, choose M here: the
  323. module will be called radio-trust.
  324. config RADIO_TRUST_PORT
  325. hex "Trust i/o port (usually 0x350 or 0x358)"
  326. depends on RADIO_TRUST=y
  327. default "350"
  328. help
  329. Enter the I/O port of your Trust FM radio card. If unsure, try the
  330. values "0x350" or "0x358".
  331. config RADIO_TYPHOON
  332. tristate "Typhoon Radio (a.k.a. EcoRadio)"
  333. depends on ISA && VIDEO_V4L2
  334. ---help---
  335. Choose Y here if you have one of these FM radio cards, and then fill
  336. in the port address and the frequency used for muting below.
  337. In order to control your radio card, you will need to use programs
  338. that are compatible with the Video For Linux API. Information on
  339. this API and pointers to "v4l" programs may be found at
  340. <file:Documentation/video4linux/API.html>.
  341. To compile this driver as a module, choose M here: the
  342. module will be called radio-typhoon.
  343. config RADIO_TYPHOON_PORT
  344. hex "Typhoon I/O port (0x316 or 0x336)"
  345. depends on RADIO_TYPHOON=y
  346. default "316"
  347. help
  348. Enter the I/O port of your Typhoon or EcoRadio radio card.
  349. config RADIO_TYPHOON_MUTEFREQ
  350. int "Typhoon frequency set when muting the device (kHz)"
  351. depends on RADIO_TYPHOON=y
  352. default "87500"
  353. help
  354. Enter the frequency used for muting the radio. The device is never
  355. completely silent. If the volume is just turned down, you can still
  356. hear silent voices and music. For that reason, the frequency of the
  357. radio device is set to the frequency you can enter here whenever
  358. the device is muted. There should be no local radio station at that
  359. frequency.
  360. config RADIO_ZOLTRIX
  361. tristate "Zoltrix Radio"
  362. depends on ISA && VIDEO_V4L2
  363. ---help---
  364. Choose Y here if you have one of these FM radio cards, and then fill
  365. in the port address below.
  366. In order to control your radio card, you will need to use programs
  367. that are compatible with the Video For Linux API. Information on
  368. this API and pointers to "v4l" programs may be found at
  369. <file:Documentation/video4linux/API.html>.
  370. To compile this driver as a module, choose M here: the
  371. module will be called radio-zoltrix.
  372. config RADIO_ZOLTRIX_PORT
  373. hex "ZOLTRIX I/O port (0x20c or 0x30c)"
  374. depends on RADIO_ZOLTRIX=y
  375. default "20c"
  376. help
  377. Enter the I/O port of your Zoltrix radio card.
  378. endif # V4L_RADIO_ISA_DRIVERS
  379. endif # RADIO_ADAPTERS