Kconfig 16 KB

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