Kconfig 14 KB

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