Kconfig 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. config DVB_USB
  2. tristate "Support for various USB DVB devices"
  3. depends on DVB_CORE && USB && I2C
  4. select FW_LOADER
  5. help
  6. By enabling this you will be able to choose the various supported
  7. USB1.1 and USB2.0 DVB devices.
  8. Almost every USB device needs a firmware, please look into
  9. <file:Documentation/dvb/README.dvb-usb>.
  10. For a complete list of supported USB devices see the LinuxTV DVB Wiki:
  11. <http://www.linuxtv.org/wiki/index.php/DVB_USB>
  12. Say Y if you own a USB DVB device.
  13. config DVB_USB_DEBUG
  14. bool "Enable extended debug support for all DVB-USB devices"
  15. depends on DVB_USB
  16. help
  17. Say Y if you want to enable debugging. See modinfo dvb-usb (and the
  18. appropriate drivers) for debug levels.
  19. config DVB_USB_A800
  20. tristate "AVerMedia AverTV DVB-T USB 2.0 (A800)"
  21. depends on DVB_USB
  22. select DVB_DIB3000MC
  23. select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  24. select DVB_PLL if !DVB_FE_CUSTOMISE
  25. help
  26. Say Y here to support the AVerMedia AverTV DVB-T USB 2.0 (A800) receiver.
  27. config DVB_USB_DIBUSB_MB
  28. tristate "DiBcom USB DVB-T devices (based on the DiB3000M-B) (see help for device list)"
  29. depends on DVB_USB
  30. select DVB_PLL if !DVB_FE_CUSTOMISE
  31. select DVB_DIB3000MB
  32. select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  33. help
  34. Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
  35. DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-B demodulator.
  36. For an up-to-date list of devices supported by this driver, have a look
  37. on the Linux-DVB Wiki at www.linuxtv.org.
  38. Say Y if you own such a device and want to use it. You should build it as
  39. a module.
  40. config DVB_USB_DIBUSB_MB_FAULTY
  41. bool "Support faulty USB IDs"
  42. depends on DVB_USB_DIBUSB_MB
  43. help
  44. Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
  45. config DVB_USB_DIBUSB_MC
  46. tristate "DiBcom USB DVB-T devices (based on the DiB3000M-C/P) (see help for device list)"
  47. depends on DVB_USB
  48. select DVB_DIB3000MC
  49. select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  50. help
  51. Support for USB2.0 DVB-T receivers based on reference designs made by
  52. DiBcom (<http://www.dibcom.fr>) equipped with a DiB3000M-C/P demodulator.
  53. For an up-to-date list of devices supported by this driver, have a look
  54. on the Linux-DVB Wiki at www.linuxtv.org.
  55. Say Y if you own such a device and want to use it. You should build it as
  56. a module.
  57. config DVB_USB_DIB0700
  58. tristate "DiBcom DiB0700 USB DVB devices (see help for supported devices)"
  59. depends on DVB_USB
  60. select DVB_DIB7000P
  61. select DVB_DIB7000M
  62. select DVB_DIB3000MC
  63. select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  64. select DVB_TUNER_MT2266 if !DVB_FE_CUSTOMISE
  65. select DVB_TUNER_DIB0070
  66. help
  67. Support for USB2.0/1.1 DVB receivers based on the DiB0700 USB bridge. The
  68. USB bridge is also present in devices having the DiB7700 DVB-T-USB
  69. silicon. This chip can be found in devices offered by Hauppauge,
  70. Avermedia and other big and small companies.
  71. For an up-to-date list of devices supported by this driver, have a look
  72. on the Linux-DVB Wiki at www.linuxtv.org.
  73. Say Y if you own such a device and want to use it. You should build it as
  74. a module.
  75. config DVB_USB_UMT_010
  76. tristate "HanfTek UMT-010 DVB-T USB2.0 support"
  77. depends on DVB_USB
  78. select DVB_PLL if !DVB_FE_CUSTOMISE
  79. select DVB_DIB3000MC
  80. select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  81. help
  82. Say Y here to support the HanfTek UMT-010 USB2.0 stick-sized DVB-T receiver.
  83. config DVB_USB_CXUSB
  84. tristate "Conexant USB2.0 hybrid reference design support"
  85. depends on DVB_USB
  86. select DVB_PLL if !DVB_FE_CUSTOMISE
  87. select DVB_CX22702 if !DVB_FE_CUSTOMISE
  88. select DVB_LGDT330X if !DVB_FE_CUSTOMISE
  89. select DVB_MT352 if !DVB_FE_CUSTOMISE
  90. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  91. select TUNER_SIMPLE if !DVB_FE_CUSTOMISE
  92. help
  93. Say Y here to support the Conexant USB2.0 hybrid reference design.
  94. Currently, only DVB and ATSC modes are supported, analog mode
  95. shall be added in the future. Devices that require this module:
  96. Medion MD95700 hybrid USB2.0 device.
  97. DViCO FusionHDTV (Bluebird) USB2.0 devices
  98. config DVB_USB_M920X
  99. tristate "Uli m920x DVB-T USB2.0 support"
  100. depends on DVB_USB
  101. select DVB_MT352 if !DVB_FE_CUSTOMISE
  102. select DVB_TUNER_QT1010 if !DVB_FE_CUSTOMISE
  103. help
  104. Say Y here to support the MSI Mega Sky 580 USB2.0 DVB-T receiver.
  105. Currently, only devices with a product id of
  106. "DTV USB MINI" (in cold state) are supported.
  107. Firmware required.
  108. config DVB_USB_GL861
  109. tristate "Genesys Logic GL861 USB2.0 support"
  110. depends on DVB_USB
  111. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  112. select DVB_TUNER_QT1010 if !DVB_FE_CUSTOMISE
  113. help
  114. Say Y here to support the MSI Megasky 580 (55801) DVB-T USB2.0
  115. receiver with USB ID 0db0:5581.
  116. config DVB_USB_AU6610
  117. tristate "Alcor Micro AU6610 USB2.0 support"
  118. depends on DVB_USB
  119. select DVB_ZL10353 if !DVB_FE_CUSTOMISE
  120. select DVB_TUNER_QT1010 if !DVB_FE_CUSTOMISE
  121. help
  122. Say Y here to support the Sigmatek DVB-110 DVB-T USB2.0 receiver.
  123. config DVB_USB_DIGITV
  124. tristate "Nebula Electronics uDigiTV DVB-T USB2.0 support"
  125. depends on DVB_USB
  126. select DVB_PLL if !DVB_FE_CUSTOMISE
  127. select DVB_NXT6000 if !DVB_FE_CUSTOMISE
  128. select DVB_MT352 if !DVB_FE_CUSTOMISE
  129. help
  130. Say Y here to support the Nebula Electronics uDigitV USB2.0 DVB-T receiver.
  131. config DVB_USB_VP7045
  132. tristate "TwinhanDTV Alpha/MagicBoxII, DNTV tinyUSB2, Beetle USB2.0 support"
  133. depends on DVB_USB
  134. help
  135. Say Y here to support the
  136. TwinhanDTV Alpha (stick) (VP-7045),
  137. TwinhanDTV MagicBox II (VP-7046),
  138. DigitalNow TinyUSB 2 DVB-t,
  139. DigitalRise USB 2.0 Ter (Beetle) and
  140. TYPHOON DVB-T USB DRIVE
  141. DVB-T USB2.0 receivers.
  142. config DVB_USB_VP702X
  143. tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
  144. depends on DVB_USB
  145. help
  146. Say Y here to support the
  147. TwinhanDTV StarBox,
  148. DigitalRise USB Starbox and
  149. TYPHOON DVB-S USB 2.0 BOX
  150. DVB-S USB2.0 receivers.
  151. config DVB_USB_GP8PSK
  152. tristate "GENPIX 8PSK->USB module support"
  153. depends on DVB_USB
  154. help
  155. Say Y here to support the
  156. GENPIX 8psk module
  157. DVB-S USB2.0 receivers.
  158. config DVB_USB_NOVA_T_USB2
  159. tristate "Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 support"
  160. depends on DVB_USB
  161. select DVB_DIB3000MC
  162. select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  163. select DVB_PLL if !DVB_FE_CUSTOMISE
  164. help
  165. Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver.
  166. config DVB_USB_TTUSB2
  167. tristate "Pinnacle 400e DVB-S USB2.0 support"
  168. depends on DVB_USB
  169. select DVB_TDA10086 if !DVB_FE_CUSTOMISE
  170. select DVB_LNBP21 if !DVB_FE_CUSTOMISE
  171. select DVB_TDA826X if !DVB_FE_CUSTOMISE
  172. help
  173. Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The
  174. firmware protocol used by this module is similar to the one used by the
  175. old ttusb-driver - that's why the module is called dvb-usb-ttusb2.ko.
  176. config DVB_USB_DTT200U
  177. tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)"
  178. depends on DVB_USB
  179. help
  180. Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver.
  181. The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan).
  182. The WT-220U and its clones are pen-sized.
  183. config DVB_USB_OPERA1
  184. tristate "Opera1 DVB-S USB2.0 receiver"
  185. depends on DVB_USB
  186. select DVB_STV0299 if !DVB_FE_CUSTOMISE
  187. select DVB_PLL if !DVB_FE_CUSTOMISE
  188. help
  189. Say Y here to support the Opera DVB-S USB2.0 receiver.
  190. config DVB_USB_AF9005
  191. tristate "Afatech AF9005 DVB-T USB1.1 support"
  192. depends on DVB_USB && EXPERIMENTAL
  193. select DVB_TUNER_MT2060 if !DVB_FE_CUSTOMISE
  194. select DVB_TUNER_QT1010 if !DVB_FE_CUSTOMISE
  195. help
  196. Say Y here to support the Afatech AF9005 based DVB-T USB1.1 receiver
  197. and the TerraTec Cinergy T USB XE (Rev.1)
  198. config DVB_USB_AF9005_REMOTE
  199. tristate "Afatech AF9005 default remote control support"
  200. depends on DVB_USB_AF9005
  201. help
  202. Say Y here to support the default remote control decoding for the
  203. Afatech AF9005 based receiver.