Kconfig 15 KB

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