Kconfig 16 KB

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