Kconfig 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  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 RADIO_SHARK
  49. tristate "Griffin radioSHARK USB radio receiver"
  50. depends on USB && SND
  51. ---help---
  52. Choose Y here if you have this radio receiver.
  53. There are 2 versions of this device, this driver is for version 1,
  54. which is white.
  55. In order to control your radio card, you will need to use programs
  56. that are compatible with the Video For Linux API. Information on
  57. this API and pointers to "v4l" programs may be found at
  58. <file:Documentation/video4linux/API.html>.
  59. To compile this driver as a module, choose M here: the
  60. module will be called radio-shark.
  61. config I2C_SI4713
  62. tristate "I2C driver for Silicon Labs Si4713 device"
  63. depends on I2C && VIDEO_V4L2
  64. ---help---
  65. Say Y here if you want support to Si4713 I2C device.
  66. This device driver supports only i2c bus.
  67. To compile this driver as a module, choose M here: the
  68. module will be called si4713.
  69. config RADIO_SI4713
  70. tristate "Silicon Labs Si4713 FM Radio Transmitter support"
  71. depends on I2C && VIDEO_V4L2
  72. select I2C_SI4713
  73. ---help---
  74. Say Y here if you want support to Si4713 FM Radio Transmitter.
  75. This device can transmit audio through FM. It can transmit
  76. RDS and RBDS signals as well. This module is the v4l2 radio
  77. interface for the i2c driver of this device.
  78. To compile this driver as a module, choose M here: the
  79. module will be called radio-si4713.
  80. config USB_KEENE
  81. tristate "Keene FM Transmitter USB support"
  82. depends on USB && VIDEO_V4L2
  83. ---help---
  84. Say Y here if you want to connect this type of FM transmitter
  85. to your computer's USB port.
  86. To compile this driver as a module, choose M here: the
  87. module will be called radio-keene.
  88. config RADIO_TEA5764
  89. tristate "TEA5764 I2C FM radio support"
  90. depends on I2C && VIDEO_V4L2
  91. ---help---
  92. Say Y here if you want to use the TEA5764 FM chip found in
  93. EZX phones. This FM chip is present in EZX phones from Motorola,
  94. connected to internal pxa I2C bus.
  95. To compile this driver as a module, choose M here: the
  96. module will be called radio-tea5764.
  97. config RADIO_TEA5764_XTAL
  98. bool "TEA5764 crystal reference"
  99. depends on RADIO_TEA5764=y
  100. default y
  101. help
  102. Say Y here if TEA5764 have a 32768 Hz crystal in circuit, say N
  103. here if TEA5764 reference frequency is connected in FREQIN.
  104. config RADIO_SAA7706H
  105. tristate "SAA7706H Car Radio DSP"
  106. depends on I2C && VIDEO_V4L2
  107. ---help---
  108. Say Y here if you want to use the SAA7706H Car radio Digital
  109. Signal Processor, found for instance on the Russellville development
  110. board. On the russellville the device is connected to internal
  111. timberdale I2C bus.
  112. To compile this driver as a module, choose M here: the
  113. module will be called SAA7706H.
  114. config RADIO_TEF6862
  115. tristate "TEF6862 Car Radio Enhanced Selectivity Tuner"
  116. depends on I2C && VIDEO_V4L2
  117. ---help---
  118. Say Y here if you want to use the TEF6862 Car Radio Enhanced
  119. Selectivity Tuner, found for instance on the Russellville development
  120. board. On the russellville the device is connected to internal
  121. timberdale I2C bus.
  122. To compile this driver as a module, choose M here: the
  123. module will be called TEF6862.
  124. config RADIO_TIMBERDALE
  125. tristate "Enable the Timberdale radio driver"
  126. depends on MFD_TIMBERDALE && VIDEO_V4L2
  127. depends on I2C # for RADIO_SAA7706H
  128. select RADIO_TEF6862
  129. select RADIO_SAA7706H
  130. ---help---
  131. This is a kind of umbrella driver for the Radio Tuner and DSP
  132. found behind the Timberdale FPGA on the Russellville board.
  133. Enabling this driver will automatically select the DSP and tuner.
  134. config RADIO_WL1273
  135. tristate "Texas Instruments WL1273 I2C FM Radio"
  136. depends on I2C && VIDEO_V4L2
  137. select MFD_CORE
  138. select MFD_WL1273_CORE
  139. select FW_LOADER
  140. ---help---
  141. Choose Y here if you have this FM radio chip.
  142. In order to control your radio card, you will need to use programs
  143. that are compatible with the Video For Linux 2 API. Information on
  144. this API and pointers to "v4l2" programs may be found at
  145. <file:Documentation/video4linux/API.html>.
  146. To compile this driver as a module, choose M here: the
  147. module will be called radio-wl1273.
  148. # TI's ST based wl128x FM radio
  149. source "drivers/media/radio/wl128x/Kconfig"
  150. #
  151. # ISA drivers configuration
  152. #
  153. menuconfig V4L_RADIO_ISA_DRIVERS
  154. bool "ISA radio devices"
  155. depends on ISA
  156. default n
  157. ---help---
  158. Say Y here to enable support for these ISA drivers.
  159. if V4L_RADIO_ISA_DRIVERS
  160. config RADIO_ISA
  161. depends on ISA
  162. tristate
  163. config RADIO_CADET
  164. tristate "ADS Cadet AM/FM Tuner"
  165. depends on ISA && VIDEO_V4L2
  166. ---help---
  167. Choose Y here if you have one of these AM/FM radio cards, and then
  168. fill in the port address below.
  169. To compile this driver as a module, choose M here: the
  170. module will be called radio-cadet.
  171. config RADIO_RTRACK
  172. tristate "AIMSlab RadioTrack (aka RadioReveal) support"
  173. depends on ISA && VIDEO_V4L2
  174. select RADIO_ISA
  175. ---help---
  176. Choose Y here if you have one of these FM radio cards, and then fill
  177. in the port address below.
  178. Note that newer AIMSlab RadioTrack cards have a different chipset
  179. and are not supported by this driver. For these cards, use the
  180. RadioTrack II driver below.
  181. If you have a GemTeks combined (PnP) sound- and radio card you must
  182. use this driver as a module and setup the card with isapnptools.
  183. You must also pass the module a suitable io parameter, 0x248 has
  184. been reported to be used by these cards.
  185. More information is contained in the file
  186. <file:Documentation/video4linux/radiotrack.txt>.
  187. To compile this driver as a module, choose M here: the
  188. module will be called radio-aimslab.
  189. config RADIO_RTRACK_PORT
  190. hex "RadioTrack i/o port (0x20f or 0x30f)"
  191. depends on RADIO_RTRACK=y
  192. default "30f"
  193. help
  194. Enter either 0x30f or 0x20f here. The card default is 0x30f, if you
  195. haven't changed the jumper setting on the card.
  196. config RADIO_RTRACK2
  197. tristate "AIMSlab RadioTrack II support"
  198. depends on ISA && VIDEO_V4L2
  199. select RADIO_ISA
  200. ---help---
  201. Choose Y here if you have this FM radio card, and then fill in the
  202. port address below.
  203. Note: this driver hasn't been tested since a long time due to lack
  204. of hardware. If you have this hardware, then please contact the
  205. linux-media mailinglist.
  206. To compile this driver as a module, choose M here: the
  207. module will be called radio-rtrack2.
  208. config RADIO_RTRACK2_PORT
  209. hex "RadioTrack II i/o port (0x20c or 0x30c)"
  210. depends on RADIO_RTRACK2=y
  211. default "30c"
  212. help
  213. Enter either 0x30c or 0x20c here. The card default is 0x30c, if you
  214. haven't changed the jumper setting on the card.
  215. config RADIO_AZTECH
  216. tristate "Aztech/Packard Bell Radio"
  217. depends on ISA && VIDEO_V4L2
  218. select RADIO_ISA
  219. ---help---
  220. Choose Y here if you have one of these FM radio cards, and then fill
  221. in the port address below.
  222. To compile this driver as a module, choose M here: the
  223. module will be called radio-aztech.
  224. config RADIO_AZTECH_PORT
  225. hex "Aztech/Packard Bell I/O port (0x350 or 0x358)"
  226. depends on RADIO_AZTECH=y
  227. default "350"
  228. help
  229. Enter either 0x350 or 0x358 here. The card default is 0x350, if you
  230. haven't changed the setting of jumper JP3 on the card. Removing the
  231. jumper sets the card to 0x358.
  232. config RADIO_GEMTEK
  233. tristate "GemTek Radio card (or compatible) support"
  234. depends on ISA && VIDEO_V4L2
  235. select RADIO_ISA
  236. ---help---
  237. Choose Y here if you have this FM radio card, and then fill in the
  238. I/O port address and settings below. The following cards either have
  239. GemTek Radio tuner or are rebranded GemTek Radio cards:
  240. - Sound Vision 16 Gold with FM Radio
  241. - Typhoon Radio card (some models)
  242. - Hama Radio card
  243. To compile this driver as a module, choose M here: the
  244. module will be called radio-gemtek.
  245. config RADIO_GEMTEK_PORT
  246. hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c)"
  247. depends on RADIO_GEMTEK=y
  248. default "34c"
  249. help
  250. Enter either 0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c here. The
  251. card default is 0x34c, if you haven't changed the jumper setting
  252. on the card.
  253. On 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. To compile this driver as a module, choose M here: the
  276. module will be called radio-miropcm20.
  277. config RADIO_SF16FMI
  278. tristate "SF16-FMI/SF16-FMP/SF16-FMD Radio"
  279. depends on ISA && VIDEO_V4L2
  280. ---help---
  281. Choose Y here if you have one of these FM radio cards.
  282. To compile this driver as a module, choose M here: the
  283. module will be called radio-sf16fmi.
  284. config RADIO_SF16FMR2
  285. tristate "SF16-FMR2/SF16-FMD2 Radio"
  286. depends on ISA && VIDEO_V4L2 && SND
  287. ---help---
  288. Choose Y here if you have one of these FM radio cards.
  289. To compile this driver as a module, choose M here: the
  290. module will be called radio-sf16fmr2.
  291. config RADIO_TERRATEC
  292. tristate "TerraTec ActiveRadio ISA Standalone"
  293. depends on ISA && VIDEO_V4L2
  294. select RADIO_ISA
  295. ---help---
  296. Choose Y here if you have this FM radio card.
  297. Note: this driver hasn't been tested since a long time due to lack
  298. of hardware. If you have this hardware, then please contact the
  299. linux-media mailinglist.
  300. To compile this driver as a module, choose M here: the
  301. module will be called radio-terratec.
  302. config RADIO_TRUST
  303. tristate "Trust FM radio card"
  304. depends on ISA && VIDEO_V4L2
  305. select RADIO_ISA
  306. help
  307. This is a driver for the Trust FM radio cards. Say Y if you have
  308. such a card and want to use it under Linux.
  309. Note: this driver hasn't been tested since a long time due to lack
  310. of hardware. If you have this hardware, then please contact the
  311. linux-media mailinglist.
  312. To compile this driver as a module, choose M here: the
  313. module will be called radio-trust.
  314. config RADIO_TRUST_PORT
  315. hex "Trust i/o port (usually 0x350 or 0x358)"
  316. depends on RADIO_TRUST=y
  317. default "350"
  318. help
  319. Enter the I/O port of your Trust FM radio card. If unsure, try the
  320. values "0x350" or "0x358".
  321. config RADIO_TYPHOON
  322. tristate "Typhoon Radio (a.k.a. EcoRadio)"
  323. depends on ISA && VIDEO_V4L2
  324. select RADIO_ISA
  325. ---help---
  326. Choose Y here if you have one of these FM radio cards, and then fill
  327. in the port address and the frequency used for muting below.
  328. Note: this driver hasn't been tested since a long time due to lack
  329. of hardware. If you have this hardware, then please contact the
  330. linux-media mailinglist.
  331. To compile this driver as a module, choose M here: the
  332. module will be called radio-typhoon.
  333. config RADIO_TYPHOON_PORT
  334. hex "Typhoon I/O port (0x316 or 0x336)"
  335. depends on RADIO_TYPHOON=y
  336. default "316"
  337. help
  338. Enter the I/O port of your Typhoon or EcoRadio radio card.
  339. config RADIO_TYPHOON_MUTEFREQ
  340. int "Typhoon frequency set when muting the device (kHz)"
  341. depends on RADIO_TYPHOON=y
  342. default "87500"
  343. help
  344. Enter the frequency used for muting the radio. The device is never
  345. completely silent. If the volume is just turned down, you can still
  346. hear silent voices and music. For that reason, the frequency of the
  347. radio device is set to the frequency you can enter here whenever
  348. the device is muted. There should be no local radio station at that
  349. frequency.
  350. config RADIO_ZOLTRIX
  351. tristate "Zoltrix Radio"
  352. depends on ISA && VIDEO_V4L2
  353. select RADIO_ISA
  354. ---help---
  355. Choose Y here if you have one of these FM radio cards, and then fill
  356. in the port address below.
  357. Note: this driver hasn't been tested since a long time due to lack
  358. of hardware. If you have this hardware, then please contact the
  359. linux-media mailinglist.
  360. To compile this driver as a module, choose M here: the
  361. module will be called radio-zoltrix.
  362. config RADIO_ZOLTRIX_PORT
  363. hex "ZOLTRIX I/O port (0x20c or 0x30c)"
  364. depends on RADIO_ZOLTRIX=y
  365. default "20c"
  366. help
  367. Enter the I/O port of your Zoltrix radio card.
  368. endif # V4L_RADIO_ISA_DRIVERS
  369. endif # RADIO_ADAPTERS