Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. config DVB_USB
  2. tristate "Support for various USB DVB devices"
  3. depends on DVB_CORE && USB && I2C && RC_CORE
  4. help
  5. By enabling this you will be able to choose the various supported
  6. USB1.1 and USB2.0 DVB devices.
  7. Almost every USB device needs a firmware, please look into
  8. <file:Documentation/dvb/README.dvb-usb>.
  9. For a complete list of supported USB devices see the LinuxTV DVB Wiki:
  10. <https://linuxtv.org/wiki/index.php/DVB_USB>
  11. Say Y if you own a USB DVB device.
  12. config DVB_USB_DEBUG
  13. bool "Enable extended debug support for all DVB-USB devices"
  14. depends on DVB_USB
  15. help
  16. Say Y if you want to enable debugging. See modinfo dvb-usb (and the
  17. appropriate drivers) for debug levels.
  18. config DVB_USB_DIB3000MC
  19. tristate
  20. depends on DVB_USB
  21. select DVB_DIB3000MC
  22. help
  23. This is a module with helper functions for accessing the
  24. DIB3000MC from USB DVB devices. It must be a separate module
  25. in case DVB_USB is built-in and DVB_DIB3000MC is a module,
  26. and gets selected automatically when needed.
  27. config DVB_USB_A800
  28. tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
  29. depends on DVB_USB
  30. select DVB_USB_DIB3000MC
  31. select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
  32. select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
  33. help
  34. Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
  35. config DVB_USB_DIBUSB_MB
  36. tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
  37. depends on DVB_USB
  38. select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
  39. select DVB_DIB3000MB
  40. depends on DVB_DIB3000MC || !DVB_DIB3000MC
  41. select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
  42. help
  43. Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
  44. DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.
  45. For an up-to-date list of devices supported by this driver, have a look
  46. on the Linux-DVB Wiki at www.linuxtv.org.
  47. Say Y if you own such a device and want to use it. You should build it as
  48. a module.
  49. config DVB_USB_DIBUSB_MB_FAULTY
  50. bool "Support faulty USB IDs"
  51. depends on DVB_USB_DIBUSB_MB
  52. help
  53. Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
  54. config DVB_USB_DIBUSB_MC
  55. tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
  56. depends on DVB_USB
  57. select DVB_USB_DIB3000MC
  58. select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
  59. help
  60. Support for USB2.0 DVB-T receivers based on reference designs made by
  61. DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
  62. For an up-to-date list of devices supported by this driver, have a look
  63. on the Linux-DVB Wiki at www.linuxtv.org.
  64. Say Y if you own such a device and want to use it. You should build it as
  65. a module.
  66. config DVB_USB_DIB0700
  67. tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
  68. depends on DVB_USB
  69. select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT
  70. select DVB_DIB7000M if MEDIA_SUBDRV_AUTOSELECT
  71. select DVB_DIB8000 if MEDIA_SUBDRV_AUTOSELECT
  72. select DVB_USB_DIB3000MC if MEDIA_SUBDRV_AUTOSELECT
  73. select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
  74. select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT
  75. select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT
  76. select DVB_TUNER_DIB0090 if MEDIA_SUBDRV_AUTOSELECT
  77. select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
  78. select MEDIA_TUNER_MT2266 if MEDIA_SUBDRV_AUTOSELECT
  79. select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT
  80. select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT
  81. select MEDIA_TUNER_XC4000 if MEDIA_SUBDRV_AUTOSELECT
  82. select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
  83. help
  84. Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
  85. USB bridge is also present in devices having the DiB7700 DVB-T-USB
  86. silicon. This chip can be found in devices offered by Hauppauge,
  87. Avermedia and other big and small companies.
  88. For an up-to-date list of devices supported by this driver, have a look
  89. on the LinuxTV Wiki at www.linuxtv.org.
  90. Say Y if you own such a device and want to use it. You should build it as
  91. a module.
  92. config DVB_USB_UMT_010
  93. tristate "HanfTek UMT-010 DVB-T USB2.0 support"
  94. depends on DVB_USB
  95. select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
  96. select DVB_USB_DIB3000MC
  97. select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
  98. select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
  99. help
  100. Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
  101. config DVB_USB_CXUSB
  102. tristate "Conexant USB2.0 hybrid reference design support"
  103. depends on DVB_USB
  104. select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
  105. select DVB_CX22702 if MEDIA_SUBDRV_AUTOSELECT
  106. select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT
  107. select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
  108. select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
  109. select DVB_DIB7000P if MEDIA_SUBDRV_AUTOSELECT
  110. select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT
  111. select DVB_ATBM8830 if MEDIA_SUBDRV_AUTOSELECT
  112. select DVB_LGS8GXX if MEDIA_SUBDRV_AUTOSELECT
  113. select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT
  114. select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
  115. select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT
  116. select MEDIA_TUNER_MXL5005S if MEDIA_SUBDRV_AUTOSELECT
  117. select MEDIA_TUNER_MAX2165 if MEDIA_SUBDRV_AUTOSELECT
  118. select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT
  119. help
  120. Say Y here to support the Conexant USB2.0 hybrid reference design.
  121. Currently, only DVB and ATSC modes are supported, analog mode
  122. shall be added in the future. Devices that require this module:
  123. Medion MD95700 hybrid USB2.0 device.
  124. DViCO FusionHDTV (Bluebird) USB2.0 devices
  125. config DVB_USB_M920X
  126. tristate "Uli m920x DVB-T USB2.0 support"
  127. depends on DVB_USB
  128. select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
  129. select DVB_TDA1004X if MEDIA_SUBDRV_AUTOSELECT
  130. select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
  131. select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
  132. select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
  133. help
  134. Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
  135. Currently, only devices with a product id of
  136. "DTV USB MINI" (in cold state) are supported.
  137. Firmware required.
  138. config DVB_USB_DIGITV
  139. tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
  140. depends on DVB_USB
  141. select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
  142. select DVB_NXT6000 if MEDIA_SUBDRV_AUTOSELECT
  143. select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
  144. help
  145. Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
  146. config DVB_USB_VP7045
  147. tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
  148. depends on DVB_USB
  149. help
  150. Say Y here to support the
  151. TwinhanDTV Alpha (stick) (VP-7045),
  152. TwinhanDTV MagicBox II (VP-7046),
  153. DigitalNow TinyUSB 2 DVB-t,
  154. DigitalRise USB 2.0 Ter (Beetle) and
  155. TYPHOON DVB-T USB DRIVE
  156. DVB-T USB2.0 receivers.
  157. config DVB_USB_VP702X
  158. tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
  159. depends on DVB_USB
  160. help
  161. Say Y here to support the
  162. TwinhanDTV StarBox,
  163. DigitalRise USB Starbox and
  164. TYPHOON DVB-S USB 2.0 BOX
  165. DVB-S USB2.0 receivers.
  166. config DVB_USB_GP8PSK
  167. tristate "GENPIX 8PSK->USB module support"
  168. depends on DVB_USB
  169. help
  170. Say Y here to support the
  171. GENPIX 8psk module
  172. DVB-S USB2.0 receivers.
  173. config DVB_USB_NOVA_T_USB2
  174. tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
  175. depends on DVB_USB
  176. select DVB_USB_DIB3000MC
  177. select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
  178. select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
  179. help
  180. Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
  181. config DVB_USB_TTUSB2
  182. tristate "Pinnacle 400e DVB-S USB2.0 support"
  183. depends on DVB_USB
  184. select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT
  185. select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
  186. select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT
  187. select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
  188. select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
  189. select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
  190. help
  191. Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver and
  192. the TechnoTrend CT-3650 CI DVB-C/T USB2.0 receiver. The
  193. firmware protocol used by this module is similar to the one used by the
  194. old ttusb-driver - that's why the module is called dvb-usb-ttusb2.
  195. config DVB_USB_DTT200U
  196. tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
  197. depends on DVB_USB
  198. help
  199. Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
  200. The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
  201. The WT-220U and its clones are pen-sized.
  202. config DVB_USB_OPERA1
  203. tristate "Opera1 DVB-S USB2.0 receiver"
  204. depends on DVB_USB
  205. select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
  206. select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
  207. help
  208. Say Y here to support the Opera DVB-S USB2.0 receiver.
  209. config DVB_USB_AF9005
  210. tristate "Afatech AF9005 DVB-T USB1.1 support"
  211. depends on DVB_USB
  212. select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT
  213. select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
  214. help
  215. Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
  216. and the TerraTec Cinergy T USB XE (Rev.1)
  217. config DVB_USB_AF9005_REMOTE
  218. tristate "Afatech AF9005 default remote control support"
  219. depends on DVB_USB_AF9005
  220. help
  221. Say Y here to support the default remote control decoding for the
  222. Afatech AF9005 based receiver.
  223. config DVB_USB_PCTV452E
  224. tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600"
  225. depends on DVB_USB
  226. select TTPCI_EEPROM
  227. select DVB_LNBP22 if MEDIA_SUBDRV_AUTOSELECT
  228. select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
  229. select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
  230. help
  231. Support for external USB adapter designed by Pinnacle,
  232. shipped under the brand name 'PCTV HDTV Pro USB'.
  233. Also supports TT Connect S2-3600/3650 cards.
  234. Say Y if you own such a device and want to use it.
  235. config DVB_USB_DW2102
  236. tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support"
  237. depends on DVB_USB
  238. select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
  239. select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
  240. select DVB_STV0288 if MEDIA_SUBDRV_AUTOSELECT
  241. select DVB_STB6000 if MEDIA_SUBDRV_AUTOSELECT
  242. select DVB_CX24116 if MEDIA_SUBDRV_AUTOSELECT
  243. select DVB_SI21XX if MEDIA_SUBDRV_AUTOSELECT
  244. select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
  245. select DVB_MT312 if MEDIA_SUBDRV_AUTOSELECT
  246. select DVB_ZL10039 if MEDIA_SUBDRV_AUTOSELECT
  247. select DVB_DS3000 if MEDIA_SUBDRV_AUTOSELECT
  248. select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT
  249. select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
  250. select DVB_STV6110 if MEDIA_SUBDRV_AUTOSELECT
  251. select DVB_STV0900 if MEDIA_SUBDRV_AUTOSELECT
  252. select DVB_M88RS2000 if MEDIA_SUBDRV_AUTOSELECT
  253. select DVB_M88DS3103 if MEDIA_SUBDRV_AUTOSELECT
  254. help
  255. Say Y here to support the DvbWorld, TeVii, Prof, TechnoTrend
  256. DVB-S/S2 USB2.0 receivers.
  257. config DVB_USB_CINERGY_T2
  258. tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver"
  259. depends on DVB_USB
  260. help
  261. Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers
  262. Say Y if you own such a device and want to use it.
  263. config DVB_USB_DTV5100
  264. tristate "AME DTV-5100 USB2.0 DVB-T support"
  265. depends on DVB_USB
  266. select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
  267. select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
  268. help
  269. Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver.
  270. config DVB_USB_FRIIO
  271. tristate "Friio ISDB-T USB2.0 Receiver support"
  272. depends on DVB_USB
  273. help
  274. Say Y here to support the Japanese DTV receiver Friio.
  275. config DVB_USB_AZ6027
  276. tristate "Azurewave DVB-S/S2 USB2.0 AZ6027 support"
  277. depends on DVB_USB
  278. select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
  279. select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
  280. help
  281. Say Y here to support the AZ6027 device
  282. config DVB_USB_TECHNISAT_USB2
  283. tristate "Technisat DVB-S/S2 USB2.0 support"
  284. depends on DVB_USB
  285. select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT
  286. select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT
  287. help
  288. Say Y here to support the Technisat USB2 DVB-S/S2 device