Kconfig 16 KB

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