Kconfig 16 KB

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