Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. config DVB_USB
  2. tristate "Support for various USB DVB devices"
  3. depends on DVB_CORE && USB && I2C && INPUT
  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. <http://www.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_A800
  19. tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
  20. depends on DVB_USB
  21. select DVB_DIB3000MC
  22. select DVB_PLL if !DVB_FE_CUSTOMISE
  23. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  24. help
  25. Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
  26. config DVB_USB_DIBUSB_MB
  27. tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
  28. depends on DVB_USB
  29. select DVB_PLL if !DVB_FE_CUSTOMISE
  30. select DVB_DIB3000MB
  31. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  32. help
  33. Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
  34. DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.
  35. For an up-to-date list of devices supported by this driver, have a look
  36. on the Linux-DVB Wiki at www.linuxtv.org.
  37. Say Y if you own such a device and want to use it. You should build it as
  38. a module.
  39. config DVB_USB_DIBUSB_MB_FAULTY
  40. bool "Support faulty USB IDs"
  41. depends on DVB_USB_DIBUSB_MB
  42. help
  43. Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
  44. config DVB_USB_DIBUSB_MC
  45. tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
  46. depends on DVB_USB
  47. select DVB_DIB3000MC
  48. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  49. help
  50. Support for USB2.0 DVB-T receivers based on reference designs made by
  51. DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
  52. For an up-to-date list of devices supported by this driver, have a look
  53. on the Linux-DVB Wiki at www.linuxtv.org.
  54. Say Y if you own such a device and want to use it. You should build it as
  55. a module.
  56. config DVB_USB_DIB0700
  57. tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
  58. depends on DVB_USB
  59. select DVB_DIB7000P if !DVB_FE_CUSTOMISE
  60. select DVB_DIB7000M if !DVB_FE_CUSTOMISE
  61. select DVB_DIB3000MC if !DVB_FE_CUSTOMISE
  62. select DVB_S5H1411 if !DVB_FE_CUSTOMISE
  63. select DVB_LGDT3305 if !DVB_FE_CUSTOMISE
  64. select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
  65. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  66. select MEDIA_TUNER_MT2266 if !MEDIA_TUNER_CUSTOMISE
  67. select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
  68. select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMISE
  69. select MEDIA_TUNER_MXL5007T if !MEDIA_TUNER_CUSTOMISE
  70. help
  71. Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
  72. USB bridge is also present in devices having the DiB7700 DVB-T-USB
  73. silicon. This chip can be found in devices offered by Hauppauge,
  74. Avermedia and other big and small companies.
  75. For an up-to-date list of devices supported by this driver, have a look
  76. on the Linux-DVB Wiki at www.linuxtv.org.
  77. Say Y if you own such a device and want to use it. You should build it as
  78. a module.
  79. config DVB_USB_UMT_010
  80. tristate "HanfTek UMT-010 DVB-T USB2.0 support"
  81. depends on DVB_USB
  82. select DVB_PLL if !DVB_FE_CUSTOMISE
  83. select DVB_DIB3000MC
  84. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  85. select DVB_MT352 if !DVB_FE_CUSTOMISE
  86. help
  87. Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
  88. config DVB_USB_CXUSB
  89. tristate "Conexant USB2.0 hybrid reference design support"
  90. depends on DVB_USB
  91. select DVB_PLL if !DVB_FE_CUSTOMISE
  92. select DVB_CX22702 if !DVB_FE_CUSTOMISE
  93. select DVB_LGDT330X if !DVB_FE_CUSTOMISE
  94. select DVB_MT352 if !DVB_FE_CUSTOMISE
  95. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  96. select DVB_DIB7000P if !DVB_FE_CUSTOMISE
  97. select DVB_LGS8GL5 if !DVB_FE_CUSTOMISE
  98. select DVB_TUNER_DIB0070 if !DVB_FE_CUSTOMISE
  99. select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMISE
  100. select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMISE
  101. select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
  102. help
  103. Say Y here to support the Conexant USB2.0 hybrid reference design.
  104. Currently, only DVB and ATSC modes are supported, analog mode
  105. shall be added in the future. Devices that require this module:
  106. Medion MD95700 hybrid USB2.0 device.
  107. DViCO FusionHDTV (Bluebird) USB2.0 devices
  108. config DVB_USB_M920X
  109. tristate "Uli m920x DVB-T USB2.0 support"
  110. depends on DVB_USB
  111. select DVB_MT352 if !DVB_FE_CUSTOMISE
  112. select DVB_TDA1004X if !DVB_FE_CUSTOMISE
  113. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  114. select MEDIA_TUNER_TDA827X if !MEDIA_TUNER_CUSTOMISE
  115. help
  116. Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
  117. Currently, only devices with a product id of
  118. "DTV USB MINI" (in cold state) are supported.
  119. Firmware required.
  120. config DVB_USB_GL861
  121. tristate "Genesys Logic GL861 USB2.0 support"
  122. depends on DVB_USB
  123. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  124. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  125. help
  126. Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
  127. receiver with USB ID 0db0:5581.
  128. config DVB_USB_AU6610
  129. tristate "Alcor Micro AU6610 USB2.0 support"
  130. depends on DVB_USB
  131. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  132. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  133. help
  134. Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.
  135. config DVB_USB_DIGITV
  136. tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
  137. depends on DVB_USB
  138. select DVB_PLL if !DVB_FE_CUSTOMISE
  139. select DVB_NXT6000 if !DVB_FE_CUSTOMISE
  140. select DVB_MT352 if !DVB_FE_CUSTOMISE
  141. help
  142. Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
  143. config DVB_USB_VP7045
  144. tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
  145. depends on DVB_USB
  146. help
  147. Say Y here to support the
  148. TwinhanDTV Alpha (stick) (VP-7045),
  149. TwinhanDTV MagicBox II (VP-7046),
  150. DigitalNow TinyUSB 2 DVB-t,
  151. DigitalRise USB 2.0 Ter (Beetle) and
  152. TYPHOON DVB-T USB DRIVE
  153. DVB-T USB2.0 receivers.
  154. config DVB_USB_VP702X
  155. tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
  156. depends on DVB_USB
  157. help
  158. Say Y here to support the
  159. TwinhanDTV StarBox,
  160. DigitalRise USB Starbox and
  161. TYPHOON DVB-S USB 2.0 BOX
  162. DVB-S USB2.0 receivers.
  163. config DVB_USB_GP8PSK
  164. tristate "GENPIX 8PSK->USB module support"
  165. depends on DVB_USB
  166. help
  167. Say Y here to support the
  168. GENPIX 8psk module
  169. DVB-S USB2.0 receivers.
  170. config DVB_USB_NOVA_T_USB2
  171. tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
  172. depends on DVB_USB
  173. select DVB_DIB3000MC
  174. select DVB_PLL if !DVB_FE_CUSTOMISE
  175. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  176. help
  177. Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
  178. config DVB_USB_TTUSB2
  179. tristate "Pinnacle 400e DVB-S USB2.0 support"
  180. depends on DVB_USB
  181. select DVB_TDA10086 if !DVB_FE_CUSTOMISE
  182. select DVB_LNBP21 if !DVB_FE_CUSTOMISE
  183. select DVB_TDA826X if !DVB_FE_CUSTOMISE
  184. help
  185. Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The
  186. firmware protocol used by this module is similar to the one used by the
  187. old ttusb-driver - that's why the module is called dvb-usb-ttusb2.
  188. config DVB_USB_DTT200U
  189. tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
  190. depends on DVB_USB
  191. help
  192. Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
  193. The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
  194. The WT-220U and its clones are pen-sized.
  195. config DVB_USB_OPERA1
  196. tristate "Opera1 DVB-S USB2.0 receiver"
  197. depends on DVB_USB
  198. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  199. select DVB_PLL if !DVB_FE_CUSTOMISE
  200. help
  201. Say Y here to support the Opera DVB-S USB2.0 receiver.
  202. config DVB_USB_AF9005
  203. tristate "Afatech AF9005 DVB-T USB1.1 support"
  204. depends on DVB_USB && EXPERIMENTAL
  205. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  206. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  207. help
  208. Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
  209. and the TerraTec Cinergy T USB XE (Rev.1)
  210. config DVB_USB_AF9005_REMOTE
  211. tristate "Afatech AF9005 default remote control support"
  212. depends on DVB_USB_AF9005
  213. help
  214. Say Y here to support the default remote control decoding for the
  215. Afatech AF9005 based receiver.
  216. config DVB_USB_DW2102
  217. tristate "DvbWorld DVB-S/S2 USB2.0 support"
  218. depends on DVB_USB
  219. select DVB_PLL if !DVB_FE_CUSTOMISE
  220. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  221. select DVB_STV0288 if !DVB_FE_CUSTOMISE
  222. select DVB_STB6000 if !DVB_FE_CUSTOMISE
  223. select DVB_CX24116 if !DVB_FE_CUSTOMISE
  224. select DVB_SI21XX if !DVB_FE_CUSTOMISE
  225. select DVB_TDA10021 if !DVB_FE_CUSTOMISE
  226. help
  227. Say Y here to support the DvbWorld DVB-S/S2 USB2.0 receivers
  228. and the TeVii S650.
  229. config DVB_USB_CINERGY_T2
  230. tristate "Terratec CinergyT2/qanu USB 2.0 DVB-T receiver"
  231. depends on DVB_USB
  232. help
  233. Support for "TerraTec CinergyT2" USB2.0 Highspeed DVB Receivers
  234. Say Y if you own such a device and want to use it.
  235. config DVB_USB_ANYSEE
  236. tristate "Anysee DVB-T/C USB2.0 support"
  237. depends on DVB_USB
  238. select DVB_PLL if !DVB_FE_CUSTOMISE
  239. select DVB_MT352 if !DVB_FE_CUSTOMISE
  240. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  241. select DVB_TDA10023 if !DVB_FE_CUSTOMISE
  242. help
  243. Say Y here to support the Anysee E30, Anysee E30 Plus or
  244. Anysee E30 C Plus DVB USB2.0 receiver.
  245. config DVB_USB_DTV5100
  246. tristate "AME DTV-5100 USB2.0 DVB-T support"
  247. depends on DVB_USB
  248. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  249. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  250. help
  251. Say Y here to support the AME DTV-5100 USB2.0 DVB-T receiver.
  252. config DVB_USB_AF9015
  253. tristate "Afatech AF9015 DVB-T USB2.0 support"
  254. depends on DVB_USB
  255. select DVB_AF9013
  256. select DVB_PLL if !DVB_FE_CUSTOMISE
  257. select MEDIA_TUNER_MT2060 if !MEDIA_TUNER_CUSTOMISE
  258. select MEDIA_TUNER_QT1010 if !MEDIA_TUNER_CUSTOMISE
  259. select MEDIA_TUNER_TDA18271 if !MEDIA_TUNER_CUSTOMISE
  260. select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
  261. select MEDIA_TUNER_MC44S803 if !MEDIA_TUNER_CUSTOMISE
  262. help
  263. Say Y here to support the Afatech AF9015 based DVB-T USB2.0 receiver
  264. config DVB_USB_CE6230
  265. tristate "Intel CE6230 DVB-T USB2.0 support"
  266. depends on DVB_USB && EXPERIMENTAL
  267. select DVB_ZL10353
  268. select MEDIA_TUNER_MXL5005S if !MEDIA_TUNER_CUSTOMISE
  269. help
  270. Say Y here to support the Intel CE6230 DVB-T USB2.0 receiver