Kconfig 15 KB

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